Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c148 const u8 *rrm_ie; in wpas_rrm_send_neighbor_rep_request() local
160 rrm_ie = wpa_bss_get_ie(wpa_s->current_bss, in wpas_rrm_send_neighbor_rep_request()
162 if (!rrm_ie || !(wpa_s->current_bss->caps & IEEE80211_CAP_RRM) || in wpas_rrm_send_neighbor_rep_request()
163 !(rrm_ie[2] & WLAN_RRM_CAPS_NEIGHBOR_REPORT)) { in wpas_rrm_send_neighbor_rep_request()
Dsme.c267 const u8 *rrm_ie; in sme_auth_handle_rrm() local
275 rrm_ie = wpa_bss_get_ie(bss, WLAN_EID_RRM_ENABLED_CAPABILITIES); in sme_auth_handle_rrm()
276 if (!rrm_ie || !(bss->caps & IEEE80211_CAP_RRM)) { in sme_auth_handle_rrm()