Home
last modified time | relevance | path

Searched refs:ieee80211_hdr (Results 1 - 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A 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()
269 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) msg; in hostap_send_mlme()
286 struct ieee80211_hdr *hd in hostap_send_eapol()
[all...]
H A Ddriver_nl80211_monitor.c28 struct ieee80211_hdr *hdr; in handle_tx_callback()
32 hdr = (struct ieee80211_hdr *) buf; in handle_tx_callback()
49 struct ieee80211_hdr *hdr = (void *)buf; in from_unknown_sta()
70 struct ieee80211_hdr *hdr; in handle_frame()
74 hdr = (struct ieee80211_hdr *) buf; in handle_frame()
H A Dwpa_hal_event.c117 struct ieee80211_hdr *hdr = NULL; in WifiWpaEventTxStatusProcess()
121 hdr = (struct ieee80211_hdr *)txStatus->buf; in WifiWpaEventTxStatusProcess()
H A Ddriver_atheros.c1366 const struct ieee80211_hdr *hdr; in send_action_cb_event()
1380 hdr = (const struct ieee80211_hdr *) (sa + 1); in send_action_cb_event()
H A Ddriver_nl80211_event.c682 const struct ieee80211_hdr *hdr; in mlme_event_mgmt_tx_status()
702 hdr = (const struct ieee80211_hdr *) frame; in mlme_event_mgmt_tx_status()
H A Ddriver_nl80211.c5085 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_hapd_send_eapol()
7464 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_send_action()
7474 hdr = (struct ieee80211_hdr *) buf; in wpa_driver_nl80211_send_action()
8304 struct ieee80211_hdr hdr; in nl80211_send_null_frame()
8322 size = sizeof(struct ieee80211_hdr); in nl80211_send_null_frame()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A 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 *hd in hostap_send_eapol()
[all...]
H A Ddriver_nl80211_monitor.c28 struct ieee80211_hdr *hdr; in handle_tx_callback()
32 hdr = (struct ieee80211_hdr *) buf; in handle_tx_callback()
49 struct ieee80211_hdr *hdr = (void *)buf; in from_unknown_sta()
70 struct ieee80211_hdr *hdr; in handle_frame()
77 hdr = (struct ieee80211_hdr *) buf; in handle_frame()
H A Dwpa_hal_event.c119 struct ieee80211_hdr *hdr = NULL; in WifiWpaEventTxStatusProcess()
123 hdr = (struct ieee80211_hdr *)txStatus->buf; in WifiWpaEventTxStatusProcess()
H A Ddriver_atheros.c1355 const struct ieee80211_hdr *hdr; in send_action_cb_event()
1369 hdr = (const struct ieee80211_hdr *) (sa + 1); in send_action_cb_event()
H A Ddriver_nl80211_event.c1154 const struct ieee80211_hdr *hdr = (const struct ieee80211_hdr *) frame;
H A Ddriver_nl80211.c5954 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_hapd_send_eapol()
8560 struct ieee80211_hdr *hdr;
8575 hdr = (struct ieee80211_hdr *) buf;
9607 struct ieee80211_hdr hdr;
9625 size = sizeof(struct ieee80211_hdr);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h160 struct ieee80211_hdr;
161 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len);
H A Dieee802_11_defs.h839 struct ieee80211_hdr { struct
854 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr))
H A Dieee802_11_common.c593 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len) in get_hdr_bssid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h237 struct ieee80211_hdr;
238 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len);
H A Dieee802_11_defs.h912 struct ieee80211_hdr { struct
927 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr))
H A Dieee802_11_common.c808 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len) in get_hdr_bssid()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c1472 const struct ieee80211_hdr *hdr; in hostapd_mgmt_rx()
1492 hdr = (const struct ieee80211_hdr *) rx_mgmt->frame; in hostapd_mgmt_rx()
1545 struct ieee80211_hdr *hdr; in hostapd_mgmt_tx_cb()
1548 hdr = (struct ieee80211_hdr *) buf; in hostapd_mgmt_tx_cb()
1913 const struct ieee80211_hdr *hdr; in wpa_supplicant_event_hapd()
1916 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame; in wpa_supplicant_event_hapd()
H A Dieee802_1x.c2536 struct ieee80211_hdr *hdr; in ieee802_1x_tx_status()
2546 hdr = (struct ieee80211_hdr *) buf; in ieee802_1x_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddrv_callbacks.c1258 const struct ieee80211_hdr *hdr; in hostapd_mgmt_rx()
1278 hdr = (const struct ieee80211_hdr *) rx_mgmt->frame; in hostapd_mgmt_rx()
1331 struct ieee80211_hdr *hdr; in hostapd_mgmt_tx_cb()
1334 hdr = (struct ieee80211_hdr *) buf; in hostapd_mgmt_tx_cb()
1681 const struct ieee80211_hdr *hdr; in wpa_supplicant_event_hapd()
1684 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame; in wpa_supplicant_event_hapd()
H A Dieee802_1x.c2530 struct ieee80211_hdr *hdr; in ieee802_1x_tx_status()
2540 hdr = (struct ieee80211_hdr *) buf; in ieee802_1x_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c4232 const struct ieee80211_hdr *hdr; in wpa_supplicant_event()
4234 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame; in wpa_supplicant_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c5909 const struct ieee80211_hdr *hdr;
5911 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame;

Completed in 85 milliseconds