HomeSort by: relevance | last modified time | path
    Searched defs:connect_without_scan (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 1068 int connect_without_scan = 0; local
1115 wpa_s->connect_without_scan) {
1116 connect_without_scan = 1;
1118 if (ssid == wpa_s->connect_without_scan)
1158 if (connect_without_scan) {
1159 wpa_s->connect_without_scan = NULL;
1242 wpa_s->connect_without_scan = NULL;
wpa_supplicant_i.h 1204 struct wpa_ssid *connect_without_scan; member in struct:wpa_supplicant

Completed in 29 milliseconds