Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c524 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()
527 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()
533 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()
535 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()
537 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()
551 c_set[ch_size].ScanType = in init_channel_set()
554 c_set[ch_size].ScanType = in init_channel_set()
4030 enum rt_scan_type ScanType = SCAN_PASSIVE; in rtw_site_survey() local
4039 ScanType = (ch->flags & IEEE80211_CHAN_NO_IR) ? in rtw_site_survey()
4052 if (ScanType == SCAN_ACTIVE) /* obey the channel plan setting... */ in rtw_site_survey()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2004 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
2013 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
2027 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
2526 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2532 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
2537 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2548 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
2556 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
2566 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()
2579 chplan_new[k].ScanType = chplan_sta[i].ScanType; in process_80211d()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h366 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h369 enum rt_scan_type ScanType; /* Scan type such as passive member