Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_wlan_util.c317 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
330 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
354 dvobj->oper_channel = ch; in rtw_set_oper_ch()
408 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
Drtw_mlme_ext.c5977 u8 wireless_mode, oper_channel; in rtw_auto_ap_start_beacon() local
6033 oper_channel = pbuddy_mlmeext->cur_channel; in rtw_auto_ap_start_beacon()
6035 oper_channel = adapter_to_dvobj(adapter)->oper_channel; in rtw_auto_ap_start_beacon()
6037 ie = rtw_set_ie(ie, _DSSET_IE_, 1, &oper_channel, &sz); in rtw_auto_ap_start_beacon()
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dhal.h1091 u8 oper_channel; member
1699 u8 oper_channel; member
1846 u8 oper_channel; member
Dsmd.c1292 msg_body.bss_params.oper_channel = orig->bss_params.oper_channel; in wcn36xx_smd_config_bss_v1()
1468 bss->oper_channel = WCN36XX_HW_CHANNEL(wcn); in wcn36xx_smd_config_bss()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Ddrv_types.h450 unsigned char oper_channel; /* saved channel info when call set_channel_bw */ member
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h413 unsigned char oper_channel; /* saved chan info when call member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c293 return adapter->mlmeextpriv.oper_channel; in rtw_get_oper_ch()
298 adapter->mlmeextpriv.oper_channel = ch; in rtw_set_oper_ch()
Drtw_mlme_ext.c3895 pmlmeext->oper_channel = pmlmeext->cur_channel; in init_mlme_ext_priv_value()