Searched refs:preference_present (Results 1 – 2 of 2) sorted by relevance
477 rep->preference_present = 1; in wnm_parse_neighbor_report_elem()764 if (nei->preference_present && nei->preference == 0) { in compare_scan_neighbor_results()775 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()802 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()811 nei->preference_present ? nei->preference : in compare_scan_neighbor_results()1260 if (!aa->preference_present && !bb->preference_present) in cand_pref_compar()1262 if (!aa->preference_present) in cand_pref_compar()1264 if (!bb->preference_present) in cand_pref_compar()1300 nei->preference_present ? nei->preference : -1, in wnm_dump_cand_list()1352 if (nei->preference_present && nei->preference == 0) in wnm_set_scan_freqs()
41 unsigned int preference_present:1; member