Home
last modified time | relevance | path

Searched refs:lkpi_hw (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c53 struct lkpi_hw *lhw; in lkpi_80211_mo_start()
79 struct lkpi_hw *lhw; in lkpi_80211_mo_stop()
93 struct lkpi_hw *lhw; in lkpi_80211_mo_get_antenna()
112 struct lkpi_hw *lhw; in lkpi_80211_mo_set_frag_threshold()
131 struct lkpi_hw *lhw; in lkpi_80211_mo_set_rts_threshold()
151 struct lkpi_hw *lhw; in lkpi_80211_mo_add_interface()
186 struct lkpi_hw *lhw; in lkpi_80211_mo_remove_interface()
213 struct lkpi_hw *lhw; in lkpi_80211_mo_hw_scan()
240 struct lkpi_hw *lhw; in lkpi_80211_mo_cancel_hw_scan()
253 struct lkpi_hw *lh in lkpi_80211_mo_sw_scan_complete()
[all...]
H A Dlinux_80211.c153 static int lkpi_wme_update(struct lkpi_hw *, struct ieee80211vap *, bool);
633 lkpi_find_lkpi80211_chan(struct lkpi_hw *lhw, in lkpi_find_lkpi80211_chan()
665 struct lkpi_hw *lhw;
716 struct lkpi_hw *lhw; in _lkpi_iv_key_set_delete()
831 struct lkpi_hw *lhw; in lkpi_update_mcast_filter()
943 lkpi_stop_hw_scan(struct lkpi_hw *lhw, struct ieee80211_vif *vif) in lkpi_stop_hw_scan()
980 struct lkpi_hw *lhw; in lkpi_hw_conf_idle()
999 struct lkpi_hw *lhw) in lkpi_disassoc()
1076 lkpi_80211_flush_tx(struct lkpi_hw *lhw, struct lkpi_sta *lsta) in lkpi_80211_flush_tx()
1128 struct lkpi_hw *lhw; in lkpi_sta_scan_to_auth()
[all …]
H A Dlinux_80211.h195 struct lkpi_hw { /* name it mac80211_sc? */ struct
274 #define HW_TO_LHW(_hw) container_of(_hw, struct lkpi_hw, hw) argument