Searched defs:ieee80211_sta (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | mac80211.h | 690 struct ieee80211_sta { global() struct 695 ratesieee80211_sta global() argument 713 linkieee80211_sta global() argument 1445 ieee80211_iter_keys(struct ieee80211_hw * hw,struct ieee80211_vif * vif,void (* iterfunc)(struct ieee80211_hw *,struct ieee80211_vif *,struct ieee80211_sta *,struct ieee80211_key_conf *,void *),void * arg) ieee80211_iter_keys() argument 1455 ieee80211_iter_keys_rcu(struct ieee80211_hw * hw,struct ieee80211_vif * vif,void (* iterfunc)(struct ieee80211_hw *,struct ieee80211_vif *,struct ieee80211_sta *,struct ieee80211_key_conf *,void *),void * arg) ieee80211_iter_keys_rcu() argument 1474 ieee80211_iterate_stations_atomic(struct ieee80211_hw * hw,void (* iterfunc)(void *,struct ieee80211_sta *),void * arg) ieee80211_iterate_stations_atomic() argument [all...] |
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 5063 struct ieee80211_sta *, struct ieee80211_key_conf *, void *), in linuxkpi_ieee80211_iterate_keys() 5106 void (*iterfunc)(void *, struct ieee80211_sta *), void *arg) in linuxkpi_ieee80211_iterate_stations_atomic()
|