Xiang Xiao
|
f5ea28e9ad
|
netlib: Remove AF_FAMILY and PF_FAMILY definition
use the common one(NETLIB_SOCK_FAMILY)
Change-Id: Ifc255f82f169d3bb37604c49006361a40c9933d1
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-04-09 07:36:19 -06:00 |
|
Xiang Xiao
|
e0dcfa0c55
|
Remove extra whitespace from files (#43)
* Remove multiple newlines at the end of file
* Remove the white space from the end of line
|
2020-01-31 08:29:24 -06:00 |
|
Gregory Nutt
|
b2f46360de
|
apps/: Remove/replace all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0. That value is always greater than zero now. In places just replace with #ifdef CONFIG_NET.
|
2019-02-11 16:23:55 -06:00 |
|
Gregory Nutt
|
0094b411da
|
apps/netutils/netlib: Various fixes needed to get a clean netlib build with Bluetooth only.
|
2018-04-03 10:01:55 -06:00 |
|
Gregory Nutt
|
6b9d23c6aa
|
Correct and standardize some naming used in the previous commits.
|
2017-10-30 14:16:37 -06:00 |
|
Gregory Nutt
|
41ce937ed0
|
Changes to netlib and nsh so that you build build with PF_IEEE802154 enabled and 6LoWPAN disabled.
|
2017-08-20 09:09:47 -06:00 |
|
Gregory Nutt
|
b9a552013f
|
wireless/wapi: Improve error reporting IOCTL failures.
|
2017-04-26 12:34:50 -06:00 |
|
Gregory Nutt
|
84444e4dcc
|
netutils/nshlib: Add wrapper to get the wireless ESSID.
|
2017-03-13 14:16:26 -06:00 |
|
Gregory Nutt
|
0cb844e790
|
netutils/netlib: Add one wireless IOCTL wrapper. For now, this is just a test to be sure that the wireless IOCTL definitions are in place.
|
2017-03-13 10:16:20 -06:00 |
|