Home
last modified time | relevance | path

Searched refs:ieee80211_ath_ie (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_superg.c177 static const struct ieee80211_ath_ie info = { in ieee80211_add_ath()
179 .ath_len = sizeof(struct ieee80211_ath_ie) - 2, in ieee80211_add_ath()
185 struct ieee80211_ath_ie *ath = (struct ieee80211_ath_ie *) frm; in ieee80211_add_ath()
215 const struct ieee80211_ath_ie *ath = in ieee80211_parse_ath()
216 (const struct ieee80211_ath_ie *) ie; in ieee80211_parse_ath()
227 const struct ieee80211_ath_ie *ath; in ieee80211_parse_athparams()
232 if (len < sizeof(struct ieee80211_ath_ie)-2) { in ieee80211_parse_athparams()
238 ath = (const struct ieee80211_ath_ie *)frm; in ieee80211_parse_athparams()
H A Dieee80211_superg.h39 struct ieee80211_ath_ie { struct
H A Dieee80211_output.c2759 + sizeof(struct ieee80211_ath_ie) in ieee80211_send_mgmt()
2893 + sizeof(struct ieee80211_ath_ie) in ieee80211_send_mgmt()
3051 + sizeof(struct ieee80211_ath_ie) in ieee80211_alloc_proberesp()
3657 + sizeof(struct ieee80211_ath_ie) /* ATH */ in ieee80211_beacon_alloc()
/f-stack/tools/ifconfig/
H A Difieee80211.c2924 const struct ieee80211_ath_ie *ath = in printathie()
2925 (const struct ieee80211_ath_ie *)ie; in printathie()