Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c223 if (lhw->ops->hw_scan == NULL) { in lkpi_80211_mo_hw_scan()
230 error = lhw->ops->hw_scan(hw, vif, sr); in lkpi_80211_mo_hw_scan()
H A Dlinux_80211.c4577 if (lhw->ops->hw_scan) { in linuxkpi_ieee80211_ifattach()
/freebsd/sys/contrib/dev/rtw88/
H A Dmain.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()
H A Dmain.h2182 const u8 *mac_addr, bool hw_scan);
2184 bool hw_scan);
H A Dmac80211.c972 .hw_scan = rtw_ops_hw_scan,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c205 dev->ops->hw_scan = NULL; in mt7615_check_offload_capability()
H A Dmain.c1360 .hw_scan = mt7615_hw_scan,
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c3663 const u8 *mac_addr, bool hw_scan) in rtw89_core_scan_start() argument
3669 if (hw_scan) in rtw89_core_scan_start()
3682 struct ieee80211_vif *vif, bool hw_scan) in rtw89_core_scan_complete() argument
3698 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_core_scan_complete()
H A Dmac80211.c1105 .hw_scan = rtw89_ops_hw_scan,
H A Dcore.h5315 const u8 *mac_addr, bool hw_scan);
5317 struct ieee80211_vif *vif, bool hw_scan);
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1138 .hw_scan = iwl_mvm_mac_hw_scan,
H A Dmac80211.c6243 .hw_scan = iwl_mvm_mac_hw_scan,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1350 .hw_scan = mt7921_hw_scan,
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h927 int (*hw_scan)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_scan_request *); member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c6912 .hw_scan = ath12k_mac_op_hw_scan,
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c9093 .hw_scan = ath11k_mac_op_hw_scan,
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9469 .hw_scan = ath10k_hw_scan,