Home
last modified time | relevance | path

Searched refs:oper_channel (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/include/
Ddrv_types.h154 unsigned char oper_channel; /* saved chan info when set chan bw */ member
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c299 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch23a()
304 adapter_to_dvobj(adapter)->oper_channel = ch; in rtw_set_oper_ch23a()
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h1071 u8 oper_channel; member
1589 u8 oper_channel; member
1736 u8 oper_channel; member
Dsmd.c1082 msg_body.bss_params.oper_channel = orig->bss_params.oper_channel; in wcn36xx_smd_config_bss_v1()
1256 bss->oper_channel = WCN36XX_HW_CHANNEL(wcn); in wcn36xx_smd_config_bss()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h420 unsigned char oper_channel; /* saved chan info when call member
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c300 return adapter->mlmeextpriv.oper_channel; in rtw_get_oper_ch()
305 adapter->mlmeextpriv.oper_channel = ch; in rtw_set_oper_ch()
Drtw_mlme_ext.c3992 pmlmeext->oper_channel = pmlmeext->cur_channel; in init_mlme_ext_priv_value()