Searched refs:ieee80211_hdr (Results 1 – 9 of 9) sorted by relevance
329 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()
1768 struct ieee80211_hdr *hdr; in ieee802_1x_tx_status()1778 hdr = (struct ieee80211_hdr *) buf; in ieee802_1x_tx_status()
76 struct ieee80211_hdr;77 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len);
368 struct ieee80211_hdr { struct383 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) argument
348 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len) in get_hdr_bssid()
61 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()
318 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()
1252 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 …]
2109 const struct ieee80211_hdr *hdr;2111 hdr = (const struct ieee80211_hdr *) data->rx_mgmt.frame;