Home
last modified time | relevance | path

Searched refs:preference_present (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c468 rep->preference_present = 1; in wnm_parse_neighbor_report_elem()
742 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results()
753 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
780 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
791 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
808 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()
1204 if (!aa->preference_present && !bb->preference_present) in cand_pref_compar()
1206 if (!aa->preference_present) in cand_pref_compar()
1208 if (!bb->preference_present) in cand_pref_compar()
1244 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list()
[all …]
H A Dwnm_sta.h40 unsigned int preference_present:1; member