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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.h39 struct ieee80211_ath_ie { struct
H A Dieee80211_superg.c177 static const struct ieee80211_ath_ie info = {
179 .ath_len = sizeof(struct ieee80211_ath_ie) - 2,
185 struct ieee80211_ath_ie *ath = (struct ieee80211_ath_ie *) frm;
215 const struct ieee80211_ath_ie *ath =
216 (const struct ieee80211_ath_ie *) ie;
227 const struct ieee80211_ath_ie *ath;
232 if (len < sizeof(struct ieee80211_ath_ie)-2) {
238 ath = (const struct ieee80211_ath_ie *)frm;
H A Dieee80211_output.c2769 + sizeof(struct ieee80211_ath_ie)
2903 + sizeof(struct ieee80211_ath_ie)
3061 + sizeof(struct ieee80211_ath_ie)
3667 + sizeof(struct ieee80211_ath_ie) /* ATH */

Completed in 90 milliseconds