Home
last modified time | relevance | path

Searched refs:SCAN_PASSIVE (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c91 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
/linux-6.12.1/drivers/staging/rtl8723bs/include/
Drtw_mlme.h61 SCAN_PASSIVE, enumerator
/linux-6.12.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c360 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
366 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
3802 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey()
3814 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
4326 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
4344 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
4381 if (chplan_new[i].ScanType == SCAN_PASSIVE) in process_80211d()
5489 if (pmlmeext->channel_set[set_idx].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()
5512 if (pmlmeext->channel_set[i].ScanType == SCAN_PASSIVE) in rtw_scan_ch_decision()
/linux-6.12.1/drivers/net/wireless/ti/wl1251/
Dacx.h747 #define SCAN_PASSIVE BIT(0) macro
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dacx.h334 #define SCAN_PASSIVE BIT(0) macro