Home
last modified time | relevance | path

Searched refs:ieee80211_hdr (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c329 const struct ieee80211_hdr *hdr; in hostapd_mgmt_rx()
333 hdr = (const struct ieee80211_hdr *) rx_mgmt->frame; in hostapd_mgmt_rx()
375 struct ieee80211_hdr *hdr; in hostapd_rx_action()
387 hdr = (struct ieee80211_hdr *) buf; in hostapd_rx_action()
413 struct ieee80211_hdr *hdr; in hostapd_mgmt_tx_cb()
414 hdr = (struct ieee80211_hdr *) buf; in hostapd_mgmt_tx_cb()
471 const struct ieee80211_hdr *hdr; in wpa_supplicant_event()
473 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame; in wpa_supplicant_event()
Dieee802_1x.c1768 struct ieee80211_hdr *hdr; in ieee802_1x_tx_status()
1778 hdr = (struct ieee80211_hdr *) buf; in ieee802_1x_tx_status()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h76 struct ieee80211_hdr;
77 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len);
Dieee802_11_defs.h368 struct ieee80211_hdr { struct
383 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) argument
Dieee802_11_common.c348 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len) in get_hdr_bssid()
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c61 struct ieee80211_hdr *hdr; in handle_data()
67 if (len < sizeof(struct ieee80211_hdr)) in handle_data()
70 hdr = (struct ieee80211_hdr *) buf; in handle_data()
122 struct ieee80211_hdr *hdr; in handle_tx_callback()
126 hdr = (struct ieee80211_hdr *) buf; in handle_tx_callback()
142 struct ieee80211_hdr *hdr; in handle_frame()
156 hdr = (struct ieee80211_hdr *) buf; in handle_frame()
270 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) msg; in hostap_send_mlme()
287 struct ieee80211_hdr *hdr; in hostap_send_eapol()
1143 struct ieee80211_hdr hdr; in wpa_driver_hostap_poll_client()
Ddriver_test.c318 struct ieee80211_hdr *hdr; in wpa_driver_test_send_mlme()
470 hdr = (struct ieee80211_hdr *) data; in wpa_driver_test_send_mlme()
753 struct ieee80211_hdr *hdr; in test_driver_mlme()
789 hdr = (struct ieee80211_hdr *) data; in test_driver_mlme()
2675 struct ieee80211_hdr *hdr; in wpa_driver_test_send_action()
2695 hdr = (struct ieee80211_hdr *) buf; in wpa_driver_test_send_action()
Ddriver_nl80211.c1252 const struct ieee80211_hdr *hdr; in mlme_event_mgmt_tx_status()
1271 hdr = (const struct ieee80211_hdr *) frame; in mlme_event_mgmt_tx_status()
5734 struct ieee80211_hdr *hdr; in handle_tx_callback()
5738 hdr = (struct ieee80211_hdr *) buf; in handle_tx_callback()
5755 struct ieee80211_hdr *hdr = (void *)buf; in from_unknown_sta()
5776 struct ieee80211_hdr *hdr; in handle_frame()
5780 hdr = (struct ieee80211_hdr *) buf; in handle_frame()
6234 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_hapd_send_eapol()
8020 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_send_action()
8030 hdr = (struct ieee80211_hdr *) buf; in wpa_driver_nl80211_send_action()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c2109 const struct ieee80211_hdr *hdr;
2111 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame;