OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIOCGIWSCAN
(Results
51 - 52
of
52
) sorted by null
1
2
3
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c
417
case
SIOCGIWSCAN
:
803
* The driver seems to deliver
SIOCGIWSCAN
events to notify
835
if (ioctl(drv->ioctl_sock,
SIOCGIWSCAN
, &iwr) == 0) {
850
wpa_printf(MSG_ERROR, "ioctl[
SIOCGIWSCAN
]: %d", errno);
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_wext.c
511
case
SIOCGIWSCAN
:
1057
* The driver seems to deliver
SIOCGIWSCAN
events to notify
1090
if (ioctl(drv->ioctl_sock,
SIOCGIWSCAN
, &iwr) == 0)
1103
perror("ioctl[
SIOCGIWSCAN
]");
[
all
...]
Completed in 392 milliseconds
1
2
3