Home
last modified time | relevance | path

Searched refs:hw_scan (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211_macops.c224 if (lhw->ops->hw_scan == NULL) { in lkpi_80211_mo_hw_scan()
231 error = lhw->ops->hw_scan(hw, vif, sr); in lkpi_80211_mo_hw_scan()
HDlinux_80211.c4620 if (lhw->ops->hw_scan) {
/freebsd-13-stable/sys/contrib/dev/rtw88/
HDmain.c1452 const u8 *mac_addr, bool hw_scan) in rtw_core_scan_start() argument
1459 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) { in rtw_core_scan_start()
1479 bool hw_scan) in rtw_core_scan_complete() argument
1498 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw_core_scan_complete()
HDmain.h2182 const u8 *mac_addr, bool hw_scan);
2184 bool hw_scan);
HDmac80211.c972 .hw_scan = rtw_ops_hw_scan,
/freebsd-13-stable/sys/contrib/dev/rtw89/
HDcore.c3029 const u8 *mac_addr, bool hw_scan) in rtw89_core_scan_start() argument
3035 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_core_scan_start()
3047 struct ieee80211_vif *vif, bool hw_scan) in rtw89_core_scan_complete() argument
3062 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_core_scan_complete()
HDmac80211.c869 .hw_scan = rtw89_ops_hw_scan,
HDcore.h4183 const u8 *mac_addr, bool hw_scan);
4185 struct ieee80211_vif *vif, bool hw_scan);
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDmld-mac80211.c1138 .hw_scan = iwl_mvm_mac_hw_scan,
HDmac80211.c6243 .hw_scan = iwl_mvm_mac_hw_scan,
/freebsd-13-stable/sys/compat/linuxkpi/common/include/net/
HDmac80211.h927 int (*hw_scan)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_scan_request *); member