/openbmc/linux/net/mac80211/ |
H A D | wpa.c | 35 struct ieee80211_hdr *hdr; in ieee80211_tx_h_michael_mic_add() 40 hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_tx_h_michael_mic_add() 103 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_rx_h_michael_mic_verify() 196 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in tkip_encrypt_skb() 267 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) rx->skb->data; in ieee80211_crypto_tkip_decrypt() 320 struct ieee80211_hdr *hdr = (void *)skb->data; in ccmp_gcmp_aad() 374 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ccmp_special_blocks() 421 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in ccmp_encrypt_skb() 509 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)rx->skb->data; in ieee80211_crypto_ccmp_decrypt() 586 struct ieee80211_hdr *hdr = (void *)skb->data; in gcmp_special_blocks() [all …]
|
H A D | wep.c | 68 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_wep_add_iv() 96 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_wep_remove_iv() 198 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_wep_decrypt() 245 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_crypto_wep_decrypt()
|
H A D | mesh_ps.c | 23 struct ieee80211_hdr *nullfunc; /* use 4addr header */ in mps_qos_null_get() 189 struct ieee80211_hdr *hdr) in ieee80211_mps_set_frame_flags() 276 struct ieee80211_hdr *hdr) in mps_set_sta_peer_pm() 312 struct ieee80211_hdr *hdr) in mps_set_sta_nonpeer_pm() 339 struct ieee80211_hdr *hdr) in ieee80211_mps_rx_h_sta_process() 368 struct ieee80211_hdr *nullfunc; in mpsp_trigger_send() 376 nullfunc = (struct ieee80211_hdr *) skb->data; in mpsp_trigger_send() 419 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in mpsp_qos_null_append() 499 struct ieee80211_hdr *hdr = (void *) skb->data; in mps_frame_deliver()
|
H A D | rx.c | 47 struct ieee80211_hdr *hdr; in ieee80211_clean_skb() 95 struct ieee80211_hdr *hdr; in should_drop_frame() 877 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)rx->skb->data; in ieee80211_parse_qos() 954 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in ieee80211_is_unicast_robust_mgmt_frame() 965 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in ieee80211_is_multicast_robust_mgmt_frame() 1006 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_get_keyid() 1024 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)rx->skb->data; in ieee80211_rx_mesh_check() 1242 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in ieee80211_sta_manage_reorder_buf() 1341 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in ieee80211_rx_reorder_ampdu() 1413 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)rx->skb->data; in ieee80211_rx_h_check_dup() [all …]
|
H A D | tx.c | 50 struct ieee80211_hdr *hdr; in ieee80211_duration() 97 hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_duration() 287 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; in ieee80211_tx_h_check_assoc() 398 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; in ieee80211_tx_h_multicast_ps_buf() 479 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; in ieee80211_tx_h_unicast_ps_buf() 583 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; in ieee80211_select_link_key() 614 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; in ieee80211_tx_h_select_key() 687 struct ieee80211_hdr *hdr = (void *)tx->skb->data; in ieee80211_tx_h_rate_ctrl() 829 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)tx->skb->data; in ieee80211_tx_h_sequence() 962 struct ieee80211_hdr *hdr = (void *)skb->data; in ieee80211_tx_h_fragment() [all …]
|
H A D | mesh_pathtbl.c | 117 struct ieee80211_hdr *hdr; in mesh_path_assign_nexthop() 124 hdr = (struct ieee80211_hdr *) skb->data; in mesh_path_assign_nexthop() 136 struct ieee80211_hdr *hdr; in prepare_for_gate() 141 hdr = (struct ieee80211_hdr *) skb->data; in prepare_for_gate() 153 hdr = (struct ieee80211_hdr *) skb->data; in prepare_for_gate() 164 hdr = (struct ieee80211_hdr *) skb->data; in prepare_for_gate() 461 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mesh_fast_tx_cache() 555 build.fast_tx.da_offs = offsetof(struct ieee80211_hdr, addr3); in mesh_fast_tx_cache() 556 build.fast_tx.sa_offs = offsetof(struct ieee80211_hdr, addr4); in mesh_fast_tx_cache() 563 hdr = (struct ieee80211_hdr *)build.fast_tx.hdr; in mesh_fast_tx_cache()
|
H A D | michael.c | 28 struct ieee80211_hdr *hdr) in michael_mic_hdr() 53 void michael_mic(const u8 *key, struct ieee80211_hdr *hdr, in michael_mic()
|
/openbmc/linux/drivers/net/wireless/realtek/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() 330 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_data_pkt_info_update() 403 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_pkt_info_update() 442 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_rsvd_page_pkt_info_update() 724 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in rtw_tx_queue_mapping()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_rx.c | 24 struct ieee80211_hdr *hdr; in hostap_dump_rx_80211() 27 hdr = (struct ieee80211_hdr *) skb->data; in hostap_dump_rx_80211() 71 struct ieee80211_hdr *fhdr; in prism2_rx_80211() 92 fhdr = (struct ieee80211_hdr *) skb->data; in prism2_rx_80211() 251 prism2_frag_cache_get(local_info_t *local, struct ieee80211_hdr *hdr) in prism2_frag_cache_get() 265 sizeof(struct ieee80211_hdr) + in prism2_frag_cache_get() 303 struct ieee80211_hdr *hdr) in prism2_frag_cache_invalidate() 476 hostap_update_sta_ps(local, (struct ieee80211_hdr *) skb->data); in hostap_rx_frame_mgmt() 553 hostap_rx_frame_wds(local_info_t *local, struct ieee80211_hdr *hdr, u16 fc, in hostap_rx_frame_wds() 612 struct ieee80211_hdr *hdr; in hostap_is_eapol_frame() [all …]
|
H A D | hostap_80211_tx.c | 23 struct ieee80211_hdr *hdr; in hostap_dump_tx_80211() 26 hdr = (struct ieee80211_hdr *) skb->data; in hostap_dump_tx_80211() 67 struct ieee80211_hdr hdr; in hostap_data_start_xmit() 275 struct ieee80211_hdr *hdr; in hostap_mgmt_start_xmit() 297 hdr = (struct ieee80211_hdr *) skb->data; in hostap_mgmt_start_xmit() 320 struct ieee80211_hdr *hdr; in hostap_tx_encrypt() 333 hdr = (struct ieee80211_hdr *) skb->data; in hostap_tx_encrypt() 358 hdr = (struct ieee80211_hdr *) skb->data; in hostap_tx_encrypt() 393 struct ieee80211_hdr *hdr; in hostap_master_start_xmit() 436 hdr = (struct ieee80211_hdr *) skb->data; in hostap_master_start_xmit()
|
H A D | hostap_ap.c | 607 struct ieee80211_hdr *hdr; in hostap_ap_tx_cb() 617 hdr = (struct ieee80211_hdr *) skb->data; in hostap_ap_tx_cb() 636 struct ieee80211_hdr *hdr; in hostap_ap_tx_cb_auth() 647 hdr = (struct ieee80211_hdr *) skb->data; in hostap_ap_tx_cb_auth() 704 struct ieee80211_hdr *hdr; in hostap_ap_tx_cb_assoc() 715 hdr = (struct ieee80211_hdr *) skb->data; in hostap_ap_tx_cb_assoc() 768 struct ieee80211_hdr *hdr; in hostap_ap_tx_cb_poll() 773 hdr = (struct ieee80211_hdr *) skb->data; in hostap_ap_tx_cb_poll() 929 struct ieee80211_hdr *hdr; in prism2_send_mgmt() 1287 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data; in handle_authen() [all …]
|
H A D | hostap_ap.h | 239 int hostap_update_sta_ps(local_info_t *local, struct ieee80211_hdr *hdr); 247 int hostap_handle_sta_crypto(local_info_t *local, struct ieee80211_hdr *hdr, 253 int hostap_update_rx_stats(struct ap_data *ap, struct ieee80211_hdr *hdr,
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | wlan.h | 273 struct ieee80211_hdr i3e; 370 struct ieee80211_hdr i3e __packed __aligned(2); 377 struct ieee80211_hdr i3e __packed __aligned(2); 382 struct ieee80211_hdr i3e __packed __aligned(2); 387 struct ieee80211_hdr i3e __packed __aligned(2);
|
/openbmc/linux/drivers/staging/vt6656/ |
H A D | rxtx.c | 182 struct ieee80211_hdr *hdr = in vnt_rxtx_datahead_g() 183 (struct ieee80211_hdr *)tx_context->skb->data; in vnt_rxtx_datahead_g() 204 struct ieee80211_hdr *hdr = in vnt_rxtx_datahead_ab() 205 (struct ieee80211_hdr *)tx_context->skb->data; in vnt_rxtx_datahead_ab() 221 struct ieee80211_hdr *hdr = in vnt_fill_ieee80211_rts() 222 (struct ieee80211_hdr *)tx_context->skb->data; in vnt_fill_ieee80211_rts() 297 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in vnt_fill_txkey() 500 struct ieee80211_hdr *hdr; in vnt_tx_packet() 507 hdr = (struct ieee80211_hdr *)(skb->data); in vnt_tx_packet() 676 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)mgmt_hdr; in vnt_beacon_xmit()
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 288 struct ieee80211_hdr *hdr; in lib80211_tkip_hdr() 290 hdr = (struct ieee80211_hdr *)skb->data; in lib80211_tkip_hdr() 335 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in lib80211_tkip_encrypt() 383 struct ieee80211_hdr *hdr; in lib80211_tkip_decrypt() 388 hdr = (struct ieee80211_hdr *)skb->data; in lib80211_tkip_decrypt() 508 struct ieee80211_hdr *hdr11; in michael_mic_hdr() 510 hdr11 = (struct ieee80211_hdr *)skb->data; in michael_mic_hdr() 564 struct ieee80211_hdr *hdr, in lib80211_michael_mic_failure() 598 struct ieee80211_hdr *hdr; in lib80211_michael_mic_verify() 599 hdr = (struct ieee80211_hdr *)skb->data; in lib80211_michael_mic_verify()
|
H A D | lib80211_crypt_ccmp.c | 94 static int ccmp_init_iv_and_aad(const struct ieee80211_hdr *hdr, in ccmp_init_iv_and_aad() 193 struct ieee80211_hdr *hdr; in lib80211_ccmp_encrypt() 213 hdr = (struct ieee80211_hdr *)skb->data; in lib80211_ccmp_encrypt() 258 struct ieee80211_hdr *hdr; in lib80211_ccmp_decrypt() 272 hdr = (struct ieee80211_hdr *)skb->data; in lib80211_ccmp_decrypt()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 248 DECLARE_FLEX_ARRAY(struct ieee80211_hdr, hdr); 275 struct ieee80211_hdr hdr[]; 298 struct ieee80211_hdr hdr[]; 745 struct ieee80211_hdr frame[]; 766 struct ieee80211_hdr frame[]; 809 struct ieee80211_hdr frame[];
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.c | 310 struct ieee80211_hdr *hdr; in wcn36xx_rx_skb() 349 hdr = (struct ieee80211_hdr *) skb->data; in wcn36xx_rx_skb() 489 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in wcn36xx_tx_start_ampdu() 527 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in wcn36xx_set_tx_data() 605 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in wcn36xx_set_tx_mgmt() 653 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in wcn36xx_start_tx()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-devtrace.h | 17 struct ieee80211_hdr *hdr = (void *)skb->data; in iwl_trace_data() 48 struct ieee80211_hdr *hdr = NULL; in iwl_rx_trace_len()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | util.h | 47 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in mt76_skb_set_moredata()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | htc_drv_txrx.c | 221 struct ieee80211_hdr *hdr; in ath9k_htc_tx_mgmt() 227 hdr = (struct ieee80211_hdr *) skb->data; in ath9k_htc_tx_mgmt() 267 struct ieee80211_hdr *hdr; in ath9k_htc_tx_data() 275 hdr = (struct ieee80211_hdr *) skb->data; in ath9k_htc_tx_data() 345 struct ieee80211_hdr *hdr; in ath9k_htc_tx_start() 352 hdr = (struct ieee80211_hdr *) skb->data; in ath9k_htc_tx_start() 410 struct ieee80211_hdr *hdr; in ath9k_htc_check_tx_aggr() 413 hdr = (struct ieee80211_hdr *) skb->data; in ath9k_htc_check_tx_aggr() 976 struct ieee80211_hdr *hdr; in ath9k_rx_prepare() 1039 hdr = (struct ieee80211_hdr *)skb->data; in ath9k_rx_prepare() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.c | 245 const struct ieee80211_hdr *wlhdr = in b43_generate_txhdr() 246 (const struct ieee80211_hdr *)fragment_data; in b43_generate_txhdr() 425 struct ieee80211_hdr *hdr; in b43_generate_txhdr() 505 hdr = (struct ieee80211_hdr *) in b43_generate_txhdr() 509 hdr = (struct ieee80211_hdr *) in b43_generate_txhdr() 513 hdr = (struct ieee80211_hdr *) in b43_generate_txhdr() 636 struct ieee80211_hdr *wlhdr; in b43_rx() 692 wlhdr = (struct ieee80211_hdr *)(skb->data); in b43_rx()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | xmit.c | 181 const struct ieee80211_hdr *wlhdr; in generate_txhdr_fw3() 193 wlhdr = (const struct ieee80211_hdr *)fragment_data; in generate_txhdr_fw3() 296 struct ieee80211_hdr *hdr; in generate_txhdr_fw3() 331 hdr = (struct ieee80211_hdr *)(&txhdr->rts_frame); in generate_txhdr_fw3() 424 struct ieee80211_hdr *wlhdr; in b43legacy_rx() 463 wlhdr = (struct ieee80211_hdr *)(skb->data); in b43legacy_rx()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | util.c | 332 struct ieee80211_hdr *ieee_hdr = (void *)payload; in mwifiex_parse_mgmt_packet() 338 category = *(payload + sizeof(struct ieee80211_hdr)); in mwifiex_parse_mgmt_packet() 341 action_code = *(payload + sizeof(struct ieee80211_hdr) in mwifiex_parse_mgmt_packet() 383 struct ieee80211_hdr *ieee_hdr; in mwifiex_process_mgmt_packet() 397 if (pkt_len < sizeof(struct ieee80211_hdr) + sizeof(pkt_len)) { in mwifiex_process_mgmt_packet() 414 skb->data + sizeof(struct ieee80211_hdr), in mwifiex_process_mgmt_packet() 415 pkt_len - sizeof(struct ieee80211_hdr)); in mwifiex_process_mgmt_packet()
|