/freebsd/sys/contrib/dev/rtw88/ |
H A D | rx.c | 14 struct ieee80211_hdr *hdr; in rtw_rx_stats() 17 hdr = (struct ieee80211_hdr *)skb->data; in rtw_rx_stats() 37 struct ieee80211_hdr *hdr; 44 struct ieee80211_hdr *hdr) in rtw_rx_phy_stat() 101 struct ieee80211_hdr *hdr = iter_data->hdr; in rtw_rx_addr_match_iter() 126 struct ieee80211_hdr *hdr) in rtw_rx_addr_match() 151 struct ieee80211_hdr *hdr, in rtw_rx_fill_rx_status()
|
H A D | tx.c | 15 struct ieee80211_hdr *hdr; in rtw_tx_stats() 18 hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_stats() 350 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_data_pkt_info_update() 423 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_pkt_info_update() 462 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_rsvd_page_pkt_info_update() 760 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)sk in rtw_tx_queue_mapping() [all...] |
H A D | util.h | 28 static inline u8 *get_hdr_bssid(struct ieee80211_hdr *hdr) in get_hdr_bssid()
|
H A D | rx.h | 50 struct ieee80211_hdr *hdr,
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | tx.h | 250 DECLARE_FLEX_ARRAY(struct ieee80211_hdr, hdr); 277 struct ieee80211_hdr hdr[]; 300 struct ieee80211_hdr hdr[]; 749 struct ieee80211_hdr frame[]; 770 struct ieee80211_hdr frame[]; 817 struct ieee80211_hdr frame[];
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_monitor.c | 28 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 D | driver_hostap.c | 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() 1157 struct ieee80211_hdr hdr; in wpa_driver_hostap_poll_client()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htt_rx.c | 1349 static char *ath10k_get_tid(struct ieee80211_hdr *hdr, char *out, size_t size) in ath10k_get_tid() 1382 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ath10k_process_rx() 1426 struct ieee80211_hdr *hdr) in ath10k_htt_rx_nwifi_hdrlen() 1444 struct ieee80211_hdr *hdr; in ath10k_htt_rx_h_undecap_raw() 1502 hdr = (struct ieee80211_hdr *)first_hdr; in ath10k_htt_rx_h_undecap_raw() 1504 hdr = __DECONST(struct ieee80211_hdr *, first_hdr); in ath10k_htt_rx_h_undecap_raw() 1590 struct ieee80211_hdr *hdr; in ath10k_htt_rx_h_undecap_nwifi() 1592 const struct ieee80211_hdr *hdr; in ath10k_htt_rx_h_undecap_nwifi() 1593 struct ieee80211_hdr *hdr2; in ath10k_htt_rx_h_undecap_nwifi() 1625 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes); in ath10k_htt_rx_h_undecap_nwifi() [all …]
|
H A D | mac.h | 81 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ath10k_tx_h_seq_no()
|
H A D | htt_tx.c | 1172 struct ieee80211_hdr *hdr = (void *)skb->data; in ath10k_htt_tx_get_tid() 1195 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_htt_mgmt_tx() 1289 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_htt_tx_hl() 1425 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_htt_tx_32() 1630 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)msdu->data; in ath10k_htt_tx_64()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | util.h | 144 struct ieee80211_hdr *hdr; in mt76_skb_set_moredata() 147 hdr = (struct ieee80211_hdr *)skb->data; in mt76_skb_set_moredata()
|
H A D | tx.c | 20 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mt76_tx_check_agg_ssn() 124 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mt76_tx_status_skb_add() 334 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mt76_tx()
|
H A D | mt76x02_txrx.c | 143 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx_info->skb->data; in mt76x02_tx_prepare_skb()
|
H A D | testmode.c | 109 struct ieee80211_hdr *hdr; in mt76_testmode_alloc_skb() 116 else if (len < sizeof(struct ieee80211_hdr)) in mt76_testmode_alloc_skb() 117 len = sizeof(struct ieee80211_hdr); in mt76_testmode_alloc_skb() 464 val < sizeof(struct ieee80211_hdr)) in mt76_testmode_cmd()
|
H A D | mt76_connac_mac.c | 401 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mt76_connac2_mac_write_txwi_80211() 574 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mt76_connac2_mac_write_txwi() 943 struct ieee80211_hdr hdr; in mt76_connac2_reverse_frag0_hdr_trans()
|
H A D | mt792x_mac.c | 171 struct ieee80211_hdr *hdr = mt76_skb_get_hdr(skb); in mt792x_mac_rssi_iter() 184 struct ieee80211_hdr *hdr = mt76_skb_get_hdr(skb); in mt792x_mac_assoc_rssi()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | dma.c | 21 struct ieee80211_hdr *hdr; in mt7603_rx_loopback_skb() 30 if (skb->len < MT_TXD_SIZE + sizeof(struct ieee80211_hdr)) in mt7603_rx_loopback_skb() 51 hdr = (struct ieee80211_hdr *)&skb->data[MT_TXD_SIZE]; in mt7603_rx_loopback_skb()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | tx.c | 48 struct ieee80211_hdr *hdr = (void *)skb->data; in iwl_mvm_tx_csum() 153 struct ieee80211_hdr *hdr = (void *)skb->data; in iwl_mvm_set_tx_cmd() 525 struct ieee80211_hdr *hdr, in iwl_mvm_set_tx_params() 551 struct ieee80211_hdr *out_hdr = cmd; in iwl_mvm_set_tx_params() 567 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in iwl_mvm_set_tx_params() 678 struct ieee80211_hdr *hdr = (void *)skb->data; in iwl_mvm_probe_resp_set_noa() 781 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in iwl_mvm_tx_skb_non_sta() 947 struct ieee80211_hdr *hd in iwl_mvm_tx_tso() [all...] |
H A D | rx.c | 49 struct ieee80211_hdr *hdr, u16 len, in iwl_mvm_pass_packet_to_mac80211() 69 * If not, only pull ieee80211_hdr (including crypto if present, and in iwl_mvm_pass_packet_to_mac80211() 140 struct ieee80211_hdr *hdr, in iwl_mvm_set_mac80211_rx_flag() 206 struct ieee80211_hdr *hdr, u32 len, in iwl_mvm_rx_handle_tcm() 296 struct ieee80211_hdr *hdr; in iwl_mvm_rx_rx_mpdu() 315 hdr = (struct ieee80211_hdr *)(pkt->data + sizeof(*rx_res)); in iwl_mvm_rx_rx_mpdu() 327 * ieee80211_hdr pulled. in iwl_mvm_rx_rx_mpdu()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 444 struct ieee80211_hdr { /* net80211::ieee80211_frame_addr4 */ struct 1140 ieee80211_get_SA(struct ieee80211_hdr *hdr) in ieee80211_get_SA() 1151 ieee80211_get_DA(struct ieee80211_hdr *hdr) in ieee80211_get_DA() 1160 ieee80211_is_frag(struct ieee80211_hdr *hdr) in ieee80211_is_frag() 1210 ieee80211_get_qos_ctl(struct ieee80211_hdr *hdr) in ieee80211_get_qos_ctl()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 59 struct ieee80211_hdr *hdr; in ath12k_dp_rx_h_more_frags() 61 hdr = (struct ieee80211_hdr *)(skb->data + ab->hw_params->hal_desc_sz); in ath12k_dp_rx_h_more_frags() 68 struct ieee80211_hdr *hdr; in ath12k_dp_rx_h_frag_no() 70 hdr = (struct ieee80211_hdr *)(skb->data + ab->hw_params->hal_desc_sz); in ath12k_dp_rx_h_frag_no() 217 struct ieee80211_hdr *hdr) in ath12k_dp_rx_desc_get_dot11_hdr() 1970 struct ieee80211_hdr *hdr; in ath12k_dp_rx_h_undecap_nwifi() 1976 hdr = (struct ieee80211_hdr *)msdu->data; in ath12k_dp_rx_h_undecap_nwifi() 2016 struct ieee80211_hdr *hdr; in ath12k_dp_rx_h_undecap_raw() 2077 struct ieee80211_hdr *hdr; in ath12k_get_dot11_hdr_from_rx_desc() 2091 hdr = (struct ieee80211_hdr *)msdu->data; in ath12k_get_dot11_hdr_from_rx_desc() [all …]
|
/freebsd/sys/contrib/dev/athk/ |
H A D | main.c | 68 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 75 struct ieee80211_hdr *hdr; in ath11k_dp_rx_h_mpdu_start_more_frags() 77 hdr = (struct ieee80211_hdr *)(skb->data + ab->hw_params.hal_desc_sz); in ath11k_dp_rx_h_mpdu_start_more_frags() 84 struct ieee80211_hdr *hdr; in ath11k_dp_rx_h_mpdu_start_frag_no() 86 hdr = (struct ieee80211_hdr *)(skb->data + ab->hw_params.hal_desc_sz); in ath11k_dp_rx_h_mpdu_start_frag_no() 1988 struct ieee80211_hdr *hdr; in ath11k_dp_rx_h_undecap_nwifi() 1996 hdr = (struct ieee80211_hdr *)msdu->data; in ath11k_dp_rx_h_undecap_nwifi() 2006 hdr = (struct ieee80211_hdr *)first_hdr; in ath11k_dp_rx_h_undecap_nwifi() 2058 hdr = (struct ieee80211_hdr *)msdu->data; in ath11k_dp_rx_h_undecap_nwifi() 2069 struct ieee80211_hdr *hdr; in ath11k_dp_rx_h_undecap_raw() 2132 struct ieee80211_hdr *hdr; in ath11k_dp_rx_h_find_rfc1042() [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 24 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx_info->skb->data; in mt7615_write_fw_txp()
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_common.h | 210 struct ieee80211_hdr; 211 const u8 * get_hdr_bssid(const struct ieee80211_hdr *hdr, size_t len);
|