Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c525 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()
528 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()
534 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()
536 c_set[ch_size].ScanType = SCAN_PASSIVE; in init_channel_set()
538 c_set[ch_size].ScanType = SCAN_ACTIVE; in init_channel_set()
552 c_set[ch_size].ScanType = in init_channel_set()
555 c_set[ch_size].ScanType = in init_channel_set()
4040 enum rt_scan_type ScanType = SCAN_PASSIVE; in rtw_site_survey() local
4049 ScanType = (ch->flags & IEEE80211_CHAN_NO_IR) ? in rtw_site_survey()
4062 if (ScanType == SCAN_ACTIVE) /* obey the channel plan setting... */ in rtw_site_survey()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c353 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
355 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
359 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
361 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()
363 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
3625 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
3634 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
3648 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
4143 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4149 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h366 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h361 enum rt_scan_type ScanType; /* Scan type such as passive member