Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dwifi_regd.c92 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c361 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
363 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
367 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
369 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
371 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
3837 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
3849 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
3874 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
4354 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4361 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c331 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
333 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
337 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
339 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
341 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
6277 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
6291 ScanType = SCAN_ACTIVE; in site_survey()
6299 ScanType = pmlmeext->channel_set[ch_set_idx].ScanType; in site_survey()
6301 ScanType = SCAN_ACTIVE; in site_survey()
6309 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h341 enum rt_scan_type ScanType; /* Scan type such as passive member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h363 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member