Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c286 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
299 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
323 dvobj->oper_channel = ch; in rtw_set_oper_ch()
364 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
Drtw_mlme_ext.c5927 u8 wireless_mode, oper_channel; in rtw_auto_ap_start_beacon() local
5983 oper_channel = pbuddy_mlmeext->cur_channel; in rtw_auto_ap_start_beacon()
5985 oper_channel = adapter_to_dvobj(adapter)->oper_channel; in rtw_auto_ap_start_beacon()
5987 ie = rtw_set_ie(ie, _DSSET_IE_, 1, &oper_channel, &sz); in rtw_auto_ap_start_beacon()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Ddrv_types.h439 unsigned char oper_channel; /* saved channel info when call set_channel_bw */ member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c254 return adapter->mlmeextpriv.oper_channel; in rtw_get_oper_ch()
259 adapter->mlmeextpriv.oper_channel = ch; in rtw_set_oper_ch()
Drtw_mlme_ext.c3869 pmlmeext->oper_channel = pmlmeext->cur_channel; in init_mlme_ext_priv_value()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h404 unsigned char oper_channel; /* saved chan info when call member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dhal.h1221 u8 oper_channel; member
1909 u8 oper_channel; member
2056 u8 oper_channel; member
Dsmd.c813 msg_body.oper_channel = WCN36XX_HW_CHANNEL(wcn); in wcn36xx_smd_finish_scan()
1562 bss->oper_channel = WCN36XX_HW_CHANNEL(wcn); in wcn36xx_smd_set_bss_params()
1651 bss->oper_channel = bss_v0.oper_channel; in wcn36xx_smd_config_bss_v1()