| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211_macops.c | 228 if (lhw->ops->hw_scan == NULL) { in lkpi_80211_mo_hw_scan() 235 error = lhw->ops->hw_scan(hw, vif, sr); in lkpi_80211_mo_hw_scan()
|
| H A D | linux_80211.c | 4540 if (lhw->ops->hw_scan) { in lkpi_enable_hw_scan() 5184 bool hw_scan, scan_running; in lkpi_ic_set_channel() local 5212 hw_scan = (lhw->scan_flags & LKPI_LHW_SCAN_HW) != 0; in lkpi_ic_set_channel() 5214 if (scan_running && hw_scan) { in lkpi_ic_set_channel() 6944 if (lhw->ops->hw_scan)
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | main.c | 1547 const u8 *mac_addr, bool hw_scan) in rtw_core_scan_start() argument 1554 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) { in rtw_core_scan_start() 1576 bool hw_scan) in rtw_core_scan_complete() argument 1596 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw_core_scan_complete()
|
| H A D | main.h | 2255 const u8 *mac_addr, bool hw_scan); 2257 bool hw_scan);
|
| H A D | mac80211.c | 996 .hw_scan = rtw_ops_hw_scan,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | init.c | 207 dev->ops->hw_scan = NULL; in mt7615_check_offload_capability()
|
| H A D | main.c | 1353 .hw_scan = mt7615_hw_scan,
|
| /freebsd/sys/contrib/dev/athk/ath12k/wifi7/ |
| H A D | hw.c | 980 .hw_scan = ath12k_mac_op_hw_scan,
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 1033 .hw_scan = iwl_mvm_mac_hw_scan,
|
| H A D | mac80211.c | 6385 .hw_scan = iwl_mvm_mac_hw_scan,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | main.c | 1555 .hw_scan = mt7921_hw_scan,
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | core.c | 6268 const u8 *mac_addr, bool hw_scan) in rtw89_core_scan_start() argument 6288 struct rtw89_vif_link *rtwvif_link, bool hw_scan) in rtw89_core_scan_complete() argument 6313 if (hw_scan) { in rtw89_core_scan_complete() 6324 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_core_scan_complete()
|
| H A D | mac80211.c | 1983 .hw_scan = rtw89_ops_hw_scan,
|
| H A D | core.h | 7832 const u8 *mac_addr, bool hw_scan); 7834 struct rtw89_vif_link *rtwvif_link, bool hw_scan);
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 981 int (*hw_scan)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_scan_request *); member
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | main.c | 2195 .hw_scan = mt7925_hw_scan,
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | mac80211.c | 2753 .hw_scan = iwl_mld_mac80211_hw_scan,
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | main.c | 2302 .hw_scan = mt76_hw_scan,
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 9518 .hw_scan = ath10k_hw_scan,
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | mac.c | 10092 .hw_scan = ath11k_mac_op_hw_scan,
|