Home
last modified time | relevance | path

Searched refs:SCAN_ACTIVE (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme.h63 SCAN_ACTIVE, enumerator
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c361 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
367 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
371 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
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()
3889 if (pmlmeext->sitesurvey_res.scan_mode == SCAN_ACTIVE) { in site_survey()
4354 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4366 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4387 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4418 chplan_new[i].ScanType = SCAN_ACTIVE; in process_80211d()
Drtw_mlme.c27 …pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: pasive. Maybe someday we should rename this v… in rtw_init_mlme_priv()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme.h86 SCAN_ACTIVE, enumerator
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c331 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
337 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
341 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
6291 ScanType = SCAN_ACTIVE; 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()
6323 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
6343 if (pmlmeext->sitesurvey_res.scan_mode == SCAN_ACTIVE) { in site_survey()
6841 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
6852 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
[all …]
Drtw_ioctl_set.c843 if (scan_mode != SCAN_ACTIVE && scan_mode != SCAN_PASSIVE) in rtw_set_scan_mode()
Drtw_mlme.c48 …pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: pasive. Maybe someday we should rename this v… in _rtw_init_mlme_priv()
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c547 pmlmepriv->scan_mode = SCAN_ACTIVE; in rtw_init_default_value()
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dos_intfs.c765 pmlmepriv->scan_mode = SCAN_ACTIVE; in rtw_init_default_value()