Home
last modified time | relevance | path

Searched refs:setband (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8723bs/include/
Ddrv_types.h527 u32 setband; member
/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c766 padapter->setband = GHZ24_50; in rtw_init_drv_sw()
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c242 if (adapter->setband == GHZ24_50 /* 2.4G and 5G */ in rtw_mlme_band_check()
243 || (adapter->setband == GHZ_24 && ch < 35) /* 2.4G only */ in rtw_mlme_band_check()
244 || (adapter->setband == GHZ_50 && ch > 35) /* 5G only */ in rtw_mlme_band_check()
5112 …event(%x) band:%d for "ADPT_FMT"\n", psurveydone_evt->bss_cnt, padapter->setband, ADPT_ARG(padapte… in report_surveydone_event()