Home
last modified time | relevance | path

Searched refs:it_optional (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dieee80211_radiotap.h52 __le32 it_optional[]; member
55 static_assert(offsetof(struct ieee80211_radiotap_header, it_optional) == sizeof(struct ieee80211_ra…
/linux/net/mac80211/
H A Drx.c373 pos = (void *)&rthdr->it_optional[it_present + 1 - rthdr->it_optional]; in ieee80211_add_rx_radiotap_header()