Home
last modified time | relevance | path

Searched refs:WLAN_EID_NEIGHBOR_REPORT (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/ap/
H A Drrm.c243 wpabuf_put_u8(buf, WLAN_EID_NEIGHBOR_REPORT); in hostapd_send_nei_report_resp()
536 wpabuf_put_u8(buf, WLAN_EID_NEIGHBOR_REPORT); in hostapd_send_range_req()
H A Dieee802_11.c2158 *pos++ = WLAN_EID_NEIGHBOR_REPORT; in handle_auth()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dwnm_sta.c886 wpabuf_put_u8(*buf, WLAN_EID_NEIGHBOR_REPORT); in wnm_add_nei_rep()
1483 if (tag == WLAN_EID_NEIGHBOR_REPORT) { in ieee802_11_rx_bss_trans_mgmt_req()
H A Dctrl_iface.c9459 if (pos[0] != WLAN_EID_NEIGHBOR_REPORT || in wpas_ctrl_neighbor_rep_cb()
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_common.c1934 *nei_pos++ = WLAN_EID_NEIGHBOR_REPORT; in ieee802_11_parse_candidate_list()
H A Dieee802_11_defs.h305 #define WLAN_EID_NEIGHBOR_REPORT 52 macro