OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ap_scan
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
config.h
493
*
ap_scan
- AP scanning/selection
519
* Note:
ap_scan
=2 should not be used with the nl80211 driver interface
520
* (the current Linux interface).
ap_scan
=1 is optimized work working
524
int
ap_scan
;
member in struct:wpa_config
ctrl_iface.c
5943
int
ap_scan
= atoi(cmd);
local
5944
return wpa_supplicant_set_ap_scan(wpa_s,
ap_scan
);
13052
} else if (os_strncmp(buf, "
AP_SCAN
", 8) == 0) {
/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c
3647
dbus_uint32_t
ap_scan
= wpa_s->conf->
ap_scan
;
local
3650
&
ap_scan
, error);
3668
dbus_uint32_t
ap_scan
;
local
3671
&
ap_scan
))
3674
if (wpa_supplicant_set_ap_scan(wpa_s,
ap_scan
)) {
3676
"
ap_scan
must be 0, 1, or 2");
Completed in 45 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026