OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ap_scan
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c
1092
dbus_uint32_t
ap_scan
= 1;
local
1094
if (!dbus_message_get_args(message, NULL, DBUS_TYPE_UINT32, &
ap_scan
,
1100
if (wpa_supplicant_set_ap_scan(wpa_s,
ap_scan
)) {
[
all
...]
dbus_new_handlers.c
2754
dbus_uint32_t
ap_scan
= wpa_s->conf->
ap_scan
;
local
2775
dbus_uint32_t
ap_scan
;
local
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
config.h
387
*
ap_scan
- AP scanning/selection
413
* Note:
ap_scan
=2 should not be used with the nl80211 driver interface
414
* (the current Linux interface).
ap_scan
=1 is optimized work working
418
int
ap_scan
;
member in struct:wpa_config
[
all
...]
ctrl_iface.c
4541
int
ap_scan
= atoi(cmd);
local
[
all
...]
Completed in 52 milliseconds