Searched refs:ScanType (Results 1 – 5 of 5) sorted by relevance
92 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
316 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()318 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()322 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()324 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()326 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()5971 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local5982 ScanType = SCAN_ACTIVE; in site_survey()5990 ScanType = pmlmeext->channel_set[ch_set_idx].ScanType; in site_survey()5992 ScanType = SCAN_ACTIVE; in site_survey()5998 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()[all …]
359 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()361 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()365 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()367 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set()369 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()3805 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local3817 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()3842 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()4322 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()4329 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()[all …]
302 enum rt_scan_type ScanType; /* Scan type such as passive member
363 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member