/external/wpa_supplicant_8/src/ap/ |
D | wmm.h | 13 struct ieee80211_mgmt; 20 const struct ieee80211_mgmt *mgmt, size_t len);
|
D | beacon.h | 13 struct ieee80211_mgmt; 16 const struct ieee80211_mgmt *mgmt, size_t len,
|
D | wnm_ap.c | 50 struct ieee80211_mgmt *mgmt; in ieee802_11_send_wnmsleep_resp() 255 struct ieee80211_mgmt *mgmt; in ieee802_11_send_bss_trans_mgmt_request() 380 const struct ieee80211_mgmt *mgmt, size_t len) in ieee802_11_rx_wnm_action_ap() 417 struct ieee80211_mgmt *mgmt; in wnm_send_disassoc_imminent() 420 mgmt = (struct ieee80211_mgmt *) buf; in wnm_send_disassoc_imminent() 482 struct ieee80211_mgmt *mgmt; in wnm_send_ess_disassoc_imminent() 486 mgmt = (struct ieee80211_mgmt *) buf; in wnm_send_ess_disassoc_imminent() 533 struct ieee80211_mgmt *mgmt; in wnm_send_bss_tm_req() 542 mgmt = (struct ieee80211_mgmt *) buf; in wnm_send_bss_tm_req()
|
D | wmm.c | 132 struct ieee80211_mgmt *m = (struct ieee80211_mgmt *) buf; in wmm_send_action() 232 const struct ieee80211_mgmt *mgmt, in wmm_addts_req() 257 const struct ieee80211_mgmt *mgmt, size_t len) in hostapd_wmm_action()
|
D | ieee802_11.c | 254 struct ieee80211_mgmt *reply; in send_auth_reply() 263 reply = (struct ieee80211_mgmt *) buf; in send_auth_reply() 693 const struct ieee80211_mgmt *mgmt, size_t len, in handle_auth_sae() 875 const struct ieee80211_mgmt *mgmt, size_t len) in handle_auth() 1546 struct ieee80211_mgmt reply; in send_deauth() 1569 u8 buf[sizeof(struct ieee80211_mgmt) + 1024]; in send_assoc_resp() 1570 struct ieee80211_mgmt *reply; in send_assoc_resp() 1574 reply = (struct ieee80211_mgmt *) buf; in send_assoc_resp() 1685 const struct ieee80211_mgmt *mgmt, size_t len, in handle_assoc() 1888 const struct ieee80211_mgmt *mgmt, size_t len) in handle_disassoc() [all …]
|
D | ieee802_11.h | 18 struct ieee80211_mgmt; 25 const struct ieee80211_mgmt *mgmt, size_t len);
|
D | wnm_ap.h | 15 const struct ieee80211_mgmt *mgmt, size_t len);
|
D | ap_list.h | 36 const struct ieee80211_mgmt *mgmt,
|
D | ctrl_iface_ap.c | 239 struct ieee80211_mgmt *mgmt; in p2p_manager_disconnect() 308 struct ieee80211_mgmt mgmt; in hostapd_ctrl_iface_deauthenticate() 368 struct ieee80211_mgmt mgmt; in hostapd_ctrl_iface_disassociate()
|
D | ieee802_11_shared.c | 52 struct ieee80211_mgmt mgmt; in ieee802_11_send_sa_query_req() 80 struct ieee80211_mgmt resp; in ieee802_11_send_sa_query_resp()
|
D | beacon.c | 363 const struct ieee80211_mgmt *req, in hostapd_gen_probe_resp() 366 struct ieee80211_mgmt *resp; in hostapd_gen_probe_resp() 543 const struct ieee80211_mgmt *mgmt, size_t len, in handle_probe_req() 779 struct ieee80211_mgmt *head = NULL; in ieee802_11_build_ap_params()
|
D | ap_list.c | 170 const struct ieee80211_mgmt *mgmt, in ap_list_process_beacon()
|
D | drv_callbacks.c | 46 u8 buf[sizeof(struct ieee80211_mgmt) + 1024]; in hostapd_notif_assoc() 712 struct ieee80211_mgmt *mgmt; in hostapd_action_rx() 722 mgmt = (struct ieee80211_mgmt *) drv_mgmt->frame; in hostapd_action_rx()
|
D | ieee802_11_ht.c | 207 const struct ieee80211_mgmt *mgmt, size_t len) in hostapd_2040_coex_action()
|
D | gas_serv.c | 1239 const struct ieee80211_mgmt *mgmt; in gas_serv_rx_public_action() 1243 mgmt = (const struct ieee80211_mgmt *) buf; in gas_serv_rx_public_action()
|
D | wpa_auth_glue.c | 496 struct ieee80211_mgmt *m; in hostapd_wpa_auth_send_ft_action()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.h | 25 const struct ieee80211_mgmt *mgmt, size_t len); 31 const struct ieee80211_mgmt *mgmt, in mesh_mpm_action_rx()
|
D | wnm_sta.h | 56 const struct ieee80211_mgmt *mgmt, size_t len);
|
D | wnm_sta.c | 53 struct ieee80211_mgmt *mgmt; in ieee802_11_send_wnmsleep_req() 551 struct ieee80211_mgmt *mgmt; in wnm_send_bss_transition_mgmt_resp() 564 mgmt = (struct ieee80211_mgmt *) buf; in wnm_send_bss_transition_mgmt_resp() 939 struct ieee80211_mgmt *mgmt; in wnm_send_bss_transition_mgmt_query() 947 mgmt = (struct ieee80211_mgmt *) buf; in wnm_send_bss_transition_mgmt_query() 1118 const struct ieee80211_mgmt *mgmt, size_t len) in ieee802_11_rx_wnm_action()
|
D | ibss_rsn.c | 478 struct ieee80211_mgmt auth; in ibss_rsn_send_auth() 882 const struct ieee80211_mgmt *header; in ibss_rsn_handle_auth() 886 header = (const struct ieee80211_mgmt *) auth_frame; in ibss_rsn_handle_auth()
|
D | ap.c | 404 const struct ieee80211_mgmt *mgmt; in ap_public_action_rx() 406 mgmt = (const struct ieee80211_mgmt *) buf; in ap_public_action_rx() 469 const struct ieee80211_mgmt *mgmt; in ap_vendor_action_rx() 471 mgmt = (const struct ieee80211_mgmt *) buf; in ap_vendor_action_rx()
|
D | mesh_mpm.c | 607 const struct ieee80211_mgmt *mgmt; in wpa_mesh_new_mesh_peer() 866 const struct ieee80211_mgmt *mgmt, size_t len) in mesh_mpm_action_rx()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 144 const struct ieee80211_mgmt *mgmt; in mlme_event_auth() 159 mgmt = (const struct ieee80211_mgmt *) frame; in mlme_event_auth() 206 const struct ieee80211_mgmt *mgmt; in mlme_event_assoc() 222 mgmt = (const struct ieee80211_mgmt *) frame; in mlme_event_assoc() 538 const struct ieee80211_mgmt *mgmt; in mlme_event_mgmt() 545 mgmt = (const struct ieee80211_mgmt *) frame; in mlme_event_mgmt() 619 const struct ieee80211_mgmt *mgmt; in mlme_event_deauth_disassoc() 629 mgmt = (const struct ieee80211_mgmt *) frame; in mlme_event_deauth_disassoc() 714 const struct ieee80211_mgmt *mgmt; in mlme_event_unprot_disconnect() 726 mgmt = (const struct ieee80211_mgmt *) frame; in mlme_event_unprot_disconnect()
|
D | driver_atheros.c | 831 const struct ieee80211_mgmt *mgmt; in atheros_raw_receive() 840 mgmt = (const struct ieee80211_mgmt *) buf; in atheros_raw_receive() 1299 const struct ieee80211_mgmt *mgmt; in fetch_pending_big_events() 1846 const struct ieee80211_mgmt *mgmt; in atheros_send_mgmt() 1849 mgmt = (const struct ieee80211_mgmt *) frm; in atheros_send_mgmt()
|
D | driver_hostap.c | 1036 struct ieee80211_mgmt mgmt; in hostap_sta_deauth() 1084 struct ieee80211_mgmt mgmt; in hostap_sta_disassoc()
|