Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Drrm.c309 while ((ie = get_ie(pos, len, WLAN_EID_MEASURE_REQUEST))) { in hostapd_handle_nei_report_req()
458 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in hostapd_send_lci_req()
546 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in hostapd_send_range_req()
699 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in hostapd_send_beacon_req()
H A Dieee802_11.c6824 report->eid == WLAN_EID_MEASURE_REQUEST && in handle_action_cb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c202 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in wpas_rrm_send_neighbor_rep_request()
236 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in wpas_rrm_send_neighbor_rep_request()
1382 if (req->eid != WLAN_EID_MEASURE_REQUEST) { in wpas_rrm_process_msr_req_elems()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h322 #define WLAN_EID_MEASURE_REQUEST 38 macro