Home
last modified time | relevance | path

Searched refs:WLAN_EID_MEASURE_REPORT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-responder.c207 pos[0] = WLAN_EID_MEASURE_REPORT; in iwl_mvm_ftm_responder_dyn_cfg_v2()
212 pos[0] = WLAN_EID_MEASURE_REPORT;
249 cmd.lci_buf[0] = WLAN_EID_MEASURE_REPORT; in iwl_mvm_ftm_responder_dyn_cfg_v3()
254 cmd.civic_buf[0] = WLAN_EID_MEASURE_REPORT; in iwl_mvm_ftm_responder_dyn_cfg_v3()
H A Dftm-initiator.c1523 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len,
1530 msr_ie = cfg80211_find_ie_match(WLAN_EID_MEASURE_REPORT, ies, ies_len,
/freebsd/contrib/wpa/src/ap/
H A Drrm.c106 while ((ie = get_ie(pos, end - pos, WLAN_EID_MEASURE_REPORT))) { in hostapd_handle_radio_msmt_report()
248 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REPORT); in hostapd_send_nei_report_resp()
260 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REPORT); in hostapd_send_nei_report_resp()
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c294 wpabuf_put_u8(*buf, WLAN_EID_MEASURE_REPORT); in wpas_rrm_report_elem()
415 if (msr_rep->eid != WLAN_EID_MEASURE_REPORT || in wpas_rrm_beacon_rep_update_last_frame()
H A Dctrl_iface.c10657 if (s_id == WLAN_EID_MEASURE_REPORT && s_len > 3) { in wpas_ctrl_neighbor_rep_cb()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h616 WLAN_EID_MEASURE_REPORT = 39, enumerator
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h323 #define WLAN_EID_MEASURE_REPORT 39 macro