HomeSort by relevance Sort by last modified time
    Searched refs:ap_scan (Results 1 - 17 of 17) sorted by null

  /device/linaro/hikey/
wpa_supplicant.conf 4 ap_scan=1
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_template.conf 4 ap_scan=1
wpa_supplicant.conf 111 # Note: ap_scan=2 should not be used with the nl80211 driver interface (the
112 # current Linux interface). ap_scan=1 is optimized work working with nl80211.
115 # When using IBSS or AP mode, ap_scan=2 mode can force the new network to be
116 # created immediately regardless of scan results. ap_scan=1 mode will first try
119 ap_scan=1
303 # of APs when using ap_scan=1 mode.
697 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
    [all...]
wpa_supplicant.c 224 if (wpa_s->conf->ap_scan == 0 &&
962 old_ap_scan = wpa_s->conf->ap_scan;
965 if (old_ap_scan != wpa_s->conf->ap_scan)
    [all...]
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...]
scan.c 130 /* ap_scan=2 mode - try to associate with each SSID. */
693 if (wpa_s->conf->ap_scan != 0 &&
696 "overriding ap_scan configuration");
697 wpa_s->conf->ap_scan = 0;
701 if (wpa_s->conf->ap_scan == 0) {
725 if (wpa_s->conf->ap_scan == 2)
809 wpa_s->conf->ap_scan == 2) {
814 } else if (wpa_s->conf->ap_scan == 2) {
816 * User-initiated scan request in ap_scan == 2; scan with
    [all...]
config_winreg.c 207 wpa_config_read_reg_dword(hk, TEXT("ap_scan"), &config->ap_scan);
562 wpa_config_write_reg_dword(hk, TEXT("ap_scan"), config->ap_scan,
config_file.c 999 if (config->ap_scan != DEFAULT_AP_SCAN)
1000 fprintf(f, "ap_scan=%d\n", config->ap_scan);
    [all...]
events.c 168 if (wpa_s->conf->ap_scan == 1 && wpa_s->current_ssid) {
    [all...]
wpa_supplicant_i.h 1117 int ap_scan);
    [all...]
wps_supplicant.c 244 if (wpa_s->conf->ap_scan == 1)
255 if (wpa_s->conf->ap_scan == 1)
    [all...]
config.c     [all...]
ctrl_iface.c 4541 int ap_scan = atoi(cmd); local
    [all...]
  /device/google/marlin/
wpa_supplicant_wcn.conf 91 ap_scan=1
228 # Please note that AP scanning with scan_ssid=1 and ap_scan=2 mode are not
236 # and key_mgmt=WPA-NONE (fixed group key TKIP/CCMP). In addition, ap_scan has
  /device/asus/fugu/
wpa_supplicant.conf 4 ap_scan=1
  /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...]

Completed in 758 milliseconds