Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
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()
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()
265 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) msg; in hostap_send_mlme()
282 struct ieee80211_hdr *hdr; in hostap_send_eapol()
1145 struct ieee80211_hdr hdr; in wpa_driver_hostap_poll_client()
Ddriver_nl80211_event.c646 const struct ieee80211_hdr *hdr; in mlme_event_mgmt_tx_status()
666 hdr = (const struct ieee80211_hdr *) frame; in mlme_event_mgmt_tx_status()
Ddriver_nl80211.c4764 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_hapd_send_eapol()
6867 struct ieee80211_hdr *hdr; in wpa_driver_nl80211_send_action()
6877 hdr = (struct ieee80211_hdr *) buf; in wpa_driver_nl80211_send_action()
7655 struct ieee80211_hdr hdr; in nl80211_send_null_frame()
7673 size = sizeof(struct ieee80211_hdr); in nl80211_send_null_frame()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h135 struct ieee80211_hdr;
136 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len);
Dieee802_11_defs.h751 struct ieee80211_hdr { struct
766 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) argument
Dieee802_11_common.c583 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len) in get_hdr_bssid()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c852 const struct ieee80211_hdr *hdr; in hostapd_mgmt_rx()
872 hdr = (const struct ieee80211_hdr *) rx_mgmt->frame; in hostapd_mgmt_rx()
924 struct ieee80211_hdr *hdr; in hostapd_mgmt_tx_cb()
927 hdr = (struct ieee80211_hdr *) buf; in hostapd_mgmt_tx_cb()
1175 const struct ieee80211_hdr *hdr; in wpa_supplicant_event()
1178 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame; in wpa_supplicant_event()
Dieee802_1x.c2328 struct ieee80211_hdr *hdr; in ieee802_1x_tx_status()
2338 hdr = (struct ieee80211_hdr *) buf; in ieee802_1x_tx_status()
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c3640 const struct ieee80211_hdr *hdr; in wpa_supplicant_event()
3642 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame; in wpa_supplicant_event()