Home
last modified time | relevance | path

Searched refs:ieee80211_radiotap_he (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/net/
Dieee80211_radiotap.h210 struct ieee80211_radiotap_he { struct
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c75 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) % 4); in iwl_mvm_skb_get_hdr()
81 data += sizeof(struct ieee80211_radiotap_he); in iwl_mvm_skb_get_hdr()
1164 struct ieee80211_radiotap_he *he, in iwl_mvm_decode_he_phy_ru_alloc()
1245 struct ieee80211_radiotap_he *he, in iwl_mvm_decode_he_phy_data()
1381 struct ieee80211_radiotap_he *he = NULL; in iwl_mvm_rx_he()
1385 static const struct ieee80211_radiotap_he known = { in iwl_mvm_rx_he()
/Linux-v5.4/net/mac80211/
Dstatus.c431 struct ieee80211_radiotap_he *he; in ieee80211_add_tx_radiotap_header()
437 he = (struct ieee80211_radiotap_he *)pos; in ieee80211_add_tx_radiotap_header()
500 pos += sizeof(struct ieee80211_radiotap_he); in ieee80211_add_tx_radiotap_header()
Drx.c183 BUILD_BUG_ON(sizeof(struct ieee80211_radiotap_he) != 12); in ieee80211_rx_radiotap_hdrlen()
217 sizeof(struct ieee80211_radiotap_he); in ieee80211_rx_radiotap_hdrlen()
305 struct ieee80211_radiotap_he he = {}; in ieee80211_add_rx_radiotap_header()
310 he = *(struct ieee80211_radiotap_he *)skb->data; in ieee80211_add_rx_radiotap_header()
774 rtap_space += sizeof(struct ieee80211_radiotap_he); in ieee80211_rx_monitor()