Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
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()
/hostap-3.6.0/wpa_supplicant/
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()
Dctrl_iface.c10271 if (s_id == WLAN_EID_MEASURE_REPORT && s_len > 3) { in wpas_ctrl_neighbor_rep_cb()
/hostap-3.6.0/src/common/
Dieee802_11_defs.h299 #define WLAN_EID_MEASURE_REPORT 39 macro