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

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_radiotap.c50 static int radiotap_offset(struct ieee80211_radiotap_header *, int, int);
77 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_CHANNEL);
79 off = radiotap_offset(th, n_tx_v, IEEE80211_RADIOTAP_XCHANNEL);
93 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_CHANNEL);
95 off = radiotap_offset(rh, n_rx_v, IEEE80211_RADIOTAP_XCHANNEL);
274 radiotap_offset(struct ieee80211_radiotap_header *rh, function

Completed in 130 milliseconds