Searched refs:radiotap_offset (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_radiotap.c53 static int radiotap_offset(struct ieee80211_radiotap_header *, int, int);
80 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_CHANNEL);
82 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_XCHANNEL);
96 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_CHANNEL);
98 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_XCHANNEL);
277 radiotap_offset(struct ieee80211_radiotap_header *rh, function

Completed in 78 milliseconds