Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c312 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
325 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
349 dvobj->oper_channel = ch; in rtw_set_oper_ch()
403 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
Drtw_mlme_ext.c5925 u8 wireless_mode, oper_channel; in rtw_auto_ap_start_beacon() local
5981 oper_channel = pbuddy_mlmeext->cur_channel; in rtw_auto_ap_start_beacon()
5983 oper_channel = adapter_to_dvobj(adapter)->oper_channel; in rtw_auto_ap_start_beacon()
5985 ie = rtw_set_ie(ie, _DSSET_IE_, 1, &oper_channel, &sz); in rtw_auto_ap_start_beacon()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Ddrv_types.h444 unsigned char oper_channel; /* saved channel info when call set_channel_bw */ member
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dhal.h1091 u8 oper_channel; member
1699 u8 oper_channel; member
1846 u8 oper_channel; member
Dsmd.c1307 msg_body->bss_params.oper_channel = orig->bss_params.oper_channel; in wcn36xx_smd_config_bss_v1()
1491 bss->oper_channel = WCN36XX_HW_CHANNEL(wcn); in wcn36xx_smd_config_bss()
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h406 unsigned char oper_channel; /* saved chan info when call member
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c280 return adapter->mlmeextpriv.oper_channel; in rtw_get_oper_ch()
285 adapter->mlmeextpriv.oper_channel = ch; in rtw_set_oper_ch()
Drtw_mlme_ext.c3877 pmlmeext->oper_channel = pmlmeext->cur_channel; in init_mlme_ext_priv_value()