/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | hw_features_common.c | 202 int check_40mhz_5g(struct wpa_scan_results *scan_res, in check_40mhz_5g() argument 211 if (!scan_res || !pri_chan || !sec_chan || in check_40mhz_5g() 220 for (i = 0; i < scan_res->num; i++) { in check_40mhz_5g() 221 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() 239 for (i = 0; i < scan_res->num; i++) { in check_40mhz_5g() 240 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() 249 for (i = 0; i < scan_res->num; i++) { in check_40mhz_5g() 250 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() 297 struct wpa_scan_results *scan_res, int pri_chan, in check_40mhz_2g4() 304 if (!mode || !scan_res || !pri_cha in check_40mhz_2g4() 296 check_40mhz_2g4(struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) check_40mhz_2g4() argument [all...] |
H A D | hw_features_common.h | 32 int check_40mhz_5g(struct wpa_scan_results *scan_res, 36 struct wpa_scan_results *scan_res, int pri_chan,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | hw_features_common.c | 180 struct wpa_scan_results *scan_res, int pri_chan, in check_40mhz_5g() 188 if (!mode || !scan_res || !pri_chan || !sec_chan || in check_40mhz_5g() 200 for (i = 0; i < scan_res->num; i++) { in check_40mhz_5g() 201 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() 219 for (i = 0; i < scan_res->num; i++) { in check_40mhz_5g() 220 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() 229 for (i = 0; i < scan_res->num; i++) { in check_40mhz_5g() 230 struct wpa_scan_res *bss = scan_res->res[i]; in check_40mhz_5g() 277 struct wpa_scan_results *scan_res, int pri_chan, in check_40mhz_2g4() 284 if (!mode || !scan_res || !pri_cha in check_40mhz_2g4() 179 check_40mhz_5g(struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) check_40mhz_5g() argument 276 check_40mhz_2g4(struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) check_40mhz_2g4() argument [all...] |
H A D | hw_features_common.h | 27 struct wpa_scan_results *scan_res, int pri_chan, 30 struct wpa_scan_results *scan_res, int pri_chan,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | autoscan.h | 20 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); 28 struct wpa_scan_results *scan_res); 52 struct wpa_scan_results *scan_res) in autoscan_notify_scan() 51 autoscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) autoscan_notify_scan() argument
|
H A D | bgscan.h | 22 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); 36 struct wpa_scan_results *scan_res); 64 struct wpa_scan_results *scan_res) in bgscan_notify_scan() 63 bgscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) bgscan_notify_scan() argument
|
H A D | scan.c | 2092 static void dump_scan_res(struct wpa_scan_results *scan_res) in dump_scan_res() argument 2097 if (scan_res->res == NULL || scan_res->num == 0) in dump_scan_res() 2102 for (i = 0; i < scan_res->num; i++) { in dump_scan_res() 2103 struct wpa_scan_res *r = scan_res->res[i]; in dump_scan_res() 2384 struct wpa_scan_results *scan_res; in wpa_supplicant_get_scan_results() local 2388 scan_res = wpa_drv_get_scan_results2(wpa_s); in wpa_supplicant_get_scan_results() 2389 if (scan_res == NULL) { in wpa_supplicant_get_scan_results() 2393 if (scan_res->fetch_time.sec == 0) { in wpa_supplicant_get_scan_results() 2398 os_get_reltime(&scan_res in wpa_supplicant_get_scan_results() 2457 struct wpa_scan_results *scan_res; wpa_supplicant_update_scan_results() local 2470 scan_only_handler(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) scan_only_handler() argument [all...] |
H A D | bgscan.c | 84 struct wpa_scan_results *scan_res) in bgscan_notify_scan() 88 scan_res); in bgscan_notify_scan() 83 bgscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) bgscan_notify_scan() argument
|
H A D | rrm.c | 1467 struct wpa_scan_results *scan_res, in wpas_beacon_rep_scan_process() 1494 for (i = 0; i < scan_res->num; i++) { in wpas_beacon_rep_scan_process() 1496 wpa_bss_get_bssid(wpa_s, scan_res->res[i]->bssid); in wpas_beacon_rep_scan_process() 1503 os_memcmp(scan_res->res[i]->tsf_bssid, in wpas_beacon_rep_scan_process() 1508 MAC2STR(scan_res->res[i]->bssid), in wpas_beacon_rep_scan_process() 1509 MAC2STR(scan_res->res[i]->tsf_bssid)); in wpas_beacon_rep_scan_process() 1526 calculate_update_time(&scan_res->fetch_time, in wpas_beacon_rep_scan_process() 1527 scan_res->res[i]->age, in wpas_beacon_rep_scan_process() 1537 MAC2STR(scan_res->res[i]->bssid), in wpas_beacon_rep_scan_process() 1538 scan_res in wpas_beacon_rep_scan_process() 1466 wpas_beacon_rep_scan_process(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res, struct scan_info *info) wpas_beacon_rep_scan_process() argument [all...] |
H A D | bgscan_learn.c | 482 struct wpa_scan_results *scan_res) in bgscan_learn_notify_scan() 496 for (i = 0; i < scan_res->num; i++) { in bgscan_learn_notify_scan() 497 struct wpa_scan_res *res = scan_res->res[i]; in bgscan_learn_notify_scan() 510 for (i = 0; i < scan_res->num; i++) { in bgscan_learn_notify_scan() 511 struct wpa_scan_res *res = scan_res->res[i]; in bgscan_learn_notify_scan() 481 bgscan_learn_notify_scan(void *priv, struct wpa_scan_results *scan_res) bgscan_learn_notify_scan() argument
|
H A D | autoscan.c | 144 struct wpa_scan_results *scan_res) in autoscan_notify_scan() 150 scan_res); in autoscan_notify_scan() 143 autoscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) autoscan_notify_scan() argument
|
H A D | wps_supplicant.h | 86 struct wpa_scan_results *scan_res); 142 struct wpa_scan_results *scan_res) in wpas_wps_update_ap_info() 141 wpas_wps_update_ap_info(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) wpas_wps_update_ap_info() argument
|
H A D | autoscan_periodic.c | 70 struct wpa_scan_results *scan_res) in autoscan_periodic_notify_scan() 69 autoscan_periodic_notify_scan(void *priv, struct wpa_scan_results *scan_res) autoscan_periodic_notify_scan() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | autoscan.h | 20 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); 28 struct wpa_scan_results *scan_res); 52 struct wpa_scan_results *scan_res) in autoscan_notify_scan() 51 autoscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) autoscan_notify_scan() argument
|
H A D | bgscan.h | 22 int (*notify_scan)(void *priv, struct wpa_scan_results *scan_res); 36 struct wpa_scan_results *scan_res); 64 struct wpa_scan_results *scan_res) in bgscan_notify_scan() 63 bgscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) bgscan_notify_scan() argument
|
H A D | scan.c | 2252 static void dump_scan_res(struct wpa_scan_results *scan_res) in dump_scan_res() argument 2257 if (scan_res->res == NULL || scan_res->num == 0) in dump_scan_res() 2262 for (i = 0; i < scan_res->num; i++) { in dump_scan_res() 2263 struct wpa_scan_res *r = scan_res->res[i]; in dump_scan_res() 2785 struct wpa_scan_results *scan_res; in wpa_supplicant_get_scan_results() local 2789 scan_res = wpa_drv_get_scan_results2(wpa_s); in wpa_supplicant_get_scan_results() 2790 if (scan_res == NULL) { in wpa_supplicant_get_scan_results() 2794 if (scan_res->fetch_time.sec == 0) { in wpa_supplicant_get_scan_results() 2799 os_get_reltime(&scan_res in wpa_supplicant_get_scan_results() 2861 struct wpa_scan_results *scan_res; wpa_supplicant_update_scan_results() local 2874 scan_only_handler(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) scan_only_handler() argument [all...] |
H A D | bgscan.c | 84 struct wpa_scan_results *scan_res) in bgscan_notify_scan() 88 scan_res); in bgscan_notify_scan() 83 bgscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) bgscan_notify_scan() argument
|
H A D | rrm.c | 1489 struct wpa_scan_results *scan_res, in wpas_beacon_rep_scan_process() 1516 for (i = 0; i < scan_res->num; i++) { in wpas_beacon_rep_scan_process() 1518 wpa_bss_get_bssid(wpa_s, scan_res->res[i]->bssid); in wpas_beacon_rep_scan_process() 1525 os_memcmp(scan_res->res[i]->tsf_bssid, in wpas_beacon_rep_scan_process() 1530 MAC2STR_SEC(scan_res->res[i]->bssid), in wpas_beacon_rep_scan_process() 1531 MAC2STR_SEC(scan_res->res[i]->tsf_bssid)); in wpas_beacon_rep_scan_process() 1548 calculate_update_time(&scan_res->fetch_time, in wpas_beacon_rep_scan_process() 1549 scan_res->res[i]->age, in wpas_beacon_rep_scan_process() 1559 MAC2STR_SEC(scan_res->res[i]->bssid), in wpas_beacon_rep_scan_process() 1560 scan_res in wpas_beacon_rep_scan_process() 1488 wpas_beacon_rep_scan_process(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res, struct scan_info *info) wpas_beacon_rep_scan_process() argument [all...] |
H A D | bgscan_learn.c | 482 struct wpa_scan_results *scan_res) in bgscan_learn_notify_scan() 496 for (i = 0; i < scan_res->num; i++) { in bgscan_learn_notify_scan() 497 struct wpa_scan_res *res = scan_res->res[i]; in bgscan_learn_notify_scan() 510 for (i = 0; i < scan_res->num; i++) { in bgscan_learn_notify_scan() 511 struct wpa_scan_res *res = scan_res->res[i]; in bgscan_learn_notify_scan() 481 bgscan_learn_notify_scan(void *priv, struct wpa_scan_results *scan_res) bgscan_learn_notify_scan() argument
|
H A D | autoscan.c | 144 struct wpa_scan_results *scan_res) in autoscan_notify_scan() 150 scan_res); in autoscan_notify_scan() 143 autoscan_notify_scan(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) autoscan_notify_scan() argument
|
H A D | wps_supplicant.h | 87 struct wpa_scan_results *scan_res); 143 struct wpa_scan_results *scan_res) in wpas_wps_update_ap_info() 142 wpas_wps_update_ap_info(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res) wpas_wps_update_ap_info() argument
|
H A D | autoscan_periodic.c | 70 struct wpa_scan_results *scan_res) in autoscan_periodic_notify_scan() 69 autoscan_periodic_notify_scan(void *priv, struct wpa_scan_results *scan_res) autoscan_periodic_notify_scan() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hw_features.c | 259 struct wpa_scan_results *scan_res) in ieee80211n_check_40mhz_5g() 267 res = check_40mhz_5g(iface->current_mode, scan_res, pri_chan, sec_chan); in ieee80211n_check_40mhz_5g() 283 struct wpa_scan_results *scan_res) in ieee80211n_check_40mhz_2g4() 290 return check_40mhz_2g4(iface->current_mode, scan_res, pri_chan, in ieee80211n_check_40mhz_2g4() 297 struct wpa_scan_results *scan_res; in ieee80211n_check_scan() local 306 scan_res = hostapd_driver_get_scan_results(iface->bss[0]); in ieee80211n_check_scan() 307 if (scan_res == NULL) { in ieee80211n_check_scan() 313 oper40 = ieee80211n_check_40mhz_5g(iface, scan_res); in ieee80211n_check_scan() 315 oper40 = ieee80211n_check_40mhz_2g4(iface, scan_res); in ieee80211n_check_scan() 316 wpa_scan_results_free(scan_res); in ieee80211n_check_scan() 258 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) ieee80211n_check_40mhz_5g() argument 282 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) ieee80211n_check_40mhz_2g4() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hw_features.c | 271 struct wpa_scan_results *scan_res) in ieee80211n_check_40mhz_5g() 289 res = check_40mhz_5g(scan_res, pri_chan, sec_chan); in ieee80211n_check_40mhz_5g() 305 struct wpa_scan_results *scan_res) in ieee80211n_check_40mhz_2g4() 312 return check_40mhz_2g4(iface->current_mode, scan_res, pri_chan, in ieee80211n_check_40mhz_2g4() 319 struct wpa_scan_results *scan_res; in ieee80211n_check_scan() local 328 scan_res = hostapd_driver_get_scan_results(iface->bss[0]); in ieee80211n_check_scan() 329 if (scan_res == NULL) { in ieee80211n_check_scan() 335 oper40 = ieee80211n_check_40mhz_5g(iface, scan_res); in ieee80211n_check_scan() 337 oper40 = ieee80211n_check_40mhz_2g4(iface, scan_res); in ieee80211n_check_scan() 338 wpa_scan_results_free(scan_res); in ieee80211n_check_scan() 270 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) ieee80211n_check_40mhz_5g() argument 304 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) ieee80211n_check_40mhz_2g4() argument [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBReporterScanner.java | 181 ScanResult scan_res = (ScanResult)results.get(name); in scanDirectory() 182 scan_res.addOccurance(occ); in scanDirectory() 185 ScanResult scan_res = new ScanResult(new BundleItem(null, name, "*unknown*")); in scanDirectory() 186 scan_res.addOccurance(occ); in scanDirectory() 187 missing.put(name, scan_res); in scanDirectory() 188 results.put(name, scan_res); in scanDirectory()
|