Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Drrm.c309 while ((ie = get_ie(pos, len, WLAN_EID_MEASURE_REQUEST))) { in hostapd_handle_nei_report_req()
408 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in hostapd_send_lci_req()
496 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in hostapd_send_range_req()
648 wpabuf_put_u8(buf, WLAN_EID_MEASURE_REQUEST); in hostapd_send_beacon_req()
Dieee802_11.c6532 report->eid == WLAN_EID_MEASURE_REQUEST && in handle_action_cb()
/external/wpa_supplicant_8/wpa_supplicant/
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()
1346 if (req->eid != WLAN_EID_MEASURE_REQUEST) { in wpas_rrm_process_msr_req_elems()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h298 #define WLAN_EID_MEASURE_REQUEST 38 macro