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

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_radiotap.c50 static int radiotap_offset(struct ieee80211_radiotap_header *, int);
66 off = radiotap_offset(th, IEEE80211_RADIOTAP_CHANNEL);
68 off = radiotap_offset(th, IEEE80211_RADIOTAP_XCHANNEL);
82 off = radiotap_offset(rh, IEEE80211_RADIOTAP_CHANNEL);
84 off = radiotap_offset(rh, IEEE80211_RADIOTAP_XCHANNEL);
263 radiotap_offset(struct ieee80211_radiotap_header *rh, int item) function

Completed in 108 milliseconds