Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:rrm_ie

6179 	const u8 *rrm_ie;
6191 rrm_ie = wpa_bss_get_ie(wpa_s->current_bss,
6193 if (!rrm_ie || !(wpa_s->current_bss->caps & IEEE80211_CAP_RRM) ||
6194 !(rrm_ie[2] & WLAN_RRM_CAPS_NEIGHBOR_REPORT)) {