Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h86 SCAN_ACTIVE, enumerator
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c359 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
365 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
369 channel_set[chanset_size].ScanType = SCAN_ACTIVE; in init_channel_set()
3815 ScanType = (ch->flags & RTW_IEEE80211_CHAN_PASSIVE_SCAN) ? SCAN_PASSIVE : SCAN_ACTIVE; in site_survey()
3840 if (ScanType == SCAN_ACTIVE) { /* obey the channel plan setting... */ in site_survey()
3855 if (pmlmeext->sitesurvey_res.scan_mode == SCAN_ACTIVE) { in site_survey()
4320 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4332 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4353 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4383 chplan_new[i].ScanType = SCAN_ACTIVE; in process_80211d()
H A Drtw_mlme.c27 …pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: passive. Maybe someday we should rename this … in rtw_init_mlme_priv()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c547 pmlmepriv->scan_mode = SCAN_ACTIVE; in rtw_init_default_value()