Searched refs:nei (Results 1 – 1 of 1) sorted by relevance
183 struct neighbor_report *nei; in get_first_acceptable() local186 nei = &wpa_s->wnm_neighbor_report_elements[i]; in get_first_acceptable()187 if (nei->acceptable) in get_first_acceptable()188 return wpa_bss_get_bssid(wpa_s, nei->bssid); in get_first_acceptable()203 struct neighbor_report *nei = wpa_s->wnm_neighbor_report_elements; in get_mbo_transition_candidate() local214 for (i = 0; i < wpa_s->wnm_num_neighbor_report; nei++, i++) { in get_mbo_transition_candidate()215 if (nei->is_first) in get_mbo_transition_candidate()216 first_candidate_bssid = nei->bssid; in get_mbo_transition_candidate()217 if (!nei->acceptable) in get_mbo_transition_candidate()219 os_memcpy(pos, nei->bssid, ETH_ALEN); in get_mbo_transition_candidate()[all …]