Searched refs:ScanType (Results 1 – 3 of 3) sorted by relevance
77 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
358 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set() 360 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set() 364 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set() 366 channel_set[chanset_size].ScanType = SCAN_PASSIVE; in init_channel_set() 368 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set() 3802 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local 3814 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey() 3839 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey() 4319 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d() 4325 /* chplan_new[k].ScanType in process_80211d() [all...]
326 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member