Home
last modified time | relevance | path

Searched refs:nei (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwnm_sta.c599 struct neighbor_report *nei; in get_first_acceptable() local
602 nei = &wpa_s->wnm_neighbor_report_elements[i]; in get_first_acceptable()
603 if (nei->acceptable) in get_first_acceptable()
604 return wpa_bss_get_bssid(wpa_s, nei->bssid); in get_first_acceptable()
619 struct neighbor_report *nei = wpa_s->wnm_neighbor_report_elements; in get_mbo_transition_candidate() local
630 for (i = 0; i < wpa_s->wnm_num_neighbor_report; nei++, i++) { in get_mbo_transition_candidate()
631 if (nei->is_first) in get_mbo_transition_candidate()
632 first_candidate_bssid = nei->bssid; in get_mbo_transition_candidate()
633 if (!nei->acceptable) in get_mbo_transition_candidate()
635 os_memcpy(pos, nei in get_mbo_transition_candidate()
722 struct neighbor_report *nei; compare_scan_neighbor_results() local
1208 struct neighbor_report *nei; wnm_dump_cand_list() local
1264 struct neighbor_report *nei; wnm_set_scan_freqs() local
1313 struct neighbor_report *nei; wnm_fetch_scan_results() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwnm_sta.c616 struct neighbor_report *nei; in get_first_acceptable() local
619 nei = &wpa_s->wnm_neighbor_report_elements[i]; in get_first_acceptable()
620 if (nei->acceptable) in get_first_acceptable()
621 return wpa_bss_get_bssid(wpa_s, nei->bssid); in get_first_acceptable()
636 struct neighbor_report *nei = wpa_s->wnm_neighbor_report_elements; in get_mbo_transition_candidate() local
647 for (i = 0; i < wpa_s->wnm_num_neighbor_report; nei++, i++) { in get_mbo_transition_candidate()
648 if (nei->is_first) in get_mbo_transition_candidate()
649 first_candidate_bssid = nei->bssid; in get_mbo_transition_candidate()
650 if (!nei->acceptable) in get_mbo_transition_candidate()
652 os_memcpy(pos, nei in get_mbo_transition_candidate()
739 struct neighbor_report *nei; compare_scan_neighbor_results() local
1240 struct neighbor_report *nei; wnm_dump_cand_list() local
1296 struct neighbor_report *nei; wnm_set_scan_freqs() local
1345 struct neighbor_report *nei; wnm_fetch_scan_results() local
[all...]

Completed in 3 milliseconds