Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dwifi_regd.c92 if (channel_set[i].ScanType == SCAN_PASSIVE) in _rtw_reg_apply_flags()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c359 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()
3803 enum rt_scan_type ScanType = SCAN_PASSIVE; in site_survey() local
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()
4320 chplan_new[k].ScanType = SCAN_ACTIVE; in process_80211d()
4327 chplan_new[k].ScanType = SCAN_PASSIVE; in process_80211d()
[all …]
/openbmc/u-boot/drivers/fpga/
H A Divm_core.c304 static void ispVMBypass(signed char ScanType, unsigned short Bits);
2371 void ispVMBypass(signed char ScanType, unsigned short Bits) in ispVMBypass() argument
2384 switch (ScanType) { in ispVMBypass()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h363 enum rt_scan_type ScanType; /* Scan type such as passive or active scan. */ member