Home
last modified time | relevance | path

Searched defs:ieee80211_hw (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h502 struct ieee80211_hw { struct
504 wiphyieee80211_hw global() argument
507 weight_multiplierieee80211_hw global() argument
508 max_report_ratesieee80211_hw global() argument
509 cipher_schemesieee80211_hw global() argument
510 n_cipher_schemesieee80211_hw global() argument
511 rate_control_algorithmieee80211_hw global() argument
512 __anon44f862c90608ieee80211_hw global() argument
515 radiotap_timestampieee80211_hw global() argument
516 sta_data_sizeieee80211_hw global() argument
517 vif_data_sizeieee80211_hw global() argument
518 chanctx_data_sizeieee80211_hw global() argument
519 txq_data_sizeieee80211_hw global() argument
520 radiotap_mcs_detailsieee80211_hw global() argument
521 radiotap_vht_detailsieee80211_hw global() argument
522 queuesieee80211_hw global() argument
523 offchannel_tx_hw_queueieee80211_hw global() argument
524 uapsd_max_sp_lenieee80211_hw global() argument
525 uapsd_queuesieee80211_hw global() argument
526 max_rx_aggregation_subframesieee80211_hw global() argument
527 max_tx_aggregation_subframesieee80211_hw global() argument
528 max_tx_fragmentsieee80211_hw global() argument
529 max_listen_intervalieee80211_hw global() argument
530 extra_beacon_tailroomieee80211_hw global() argument
531 netdev_featuresieee80211_hw global() argument
532 flagsieee80211_hw global() argument
533 confieee80211_hw global() argument
539 privieee80211_hw global() argument
1522 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
1532 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
1543 ieee80211_iter_chan_contexts_atomic(struct ieee80211_hw * hw,void (* iterfunc)(struct ieee80211_hw *,struct ieee80211_chanctx_conf *,void *),void * arg) ieee80211_iter_chan_contexts_atomic() argument
[all...]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5082 linuxkpi_ieee80211_iterate_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) global() argument
5092 linuxkpi_ieee80211_iterate_chan_contexts(struct ieee80211_hw * hw,void (* iterfunc)(struct ieee80211_hw *,struct ieee80211_chanctx_conf *,void *),void * arg) global() argument
[all...]