Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_mcc.c861 u8 cur_op_ch = pdvobjpriv->oper_channel; in rtw_hal_mcc_sw_ch_fw_notify_hdl()
961 pdvobjpriv->oper_channel = tmpBuf[1]; in rtw_hal_mcc_c2h_handler()
988 pdvobjpriv->oper_channel = tmpBuf[1]; in rtw_hal_mcc_c2h_handler()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_mcc.c1137 u8 cur_op_ch = pdvobjpriv->oper_channel; in rtw_hal_mcc_sw_ch_fw_notify_hdl()
1279 pdvobjpriv->oper_channel = tmpBuf[1]; in rtw_hal_mcc_c2h_handler()
1306 pdvobjpriv->oper_channel = tmpBuf[1]; in rtw_hal_mcc_c2h_handler()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Ddrv_types.h439 unsigned char oper_channel; /* saved channel info when call set_channel_bw */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1221 u8 oper_channel; member
1909 u8 oper_channel; member
2056 u8 oper_channel; member
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h404 unsigned char oper_channel; /* saved chan info when call member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_wlan_util.c576 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
589 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
613 dvobj->oper_channel = ch; in rtw_set_oper_ch()
728 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
787 , adapter_to_dvobj(padapter)->oper_channel, bwmode, channel_offset); in SetBWMode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_wlan_util.c576 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
589 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
613 dvobj->oper_channel = ch; in rtw_set_oper_ch()
728 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
787 , adapter_to_dvobj(padapter)->oper_channel, bwmode, channel_offset); in SetBWMode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_wlan_util.c530 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
543 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
567 dvobj->oper_channel = ch; in rtw_set_oper_ch()
744 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
823 , adapter_to_dvobj(padapter)->oper_channel, bwmode, channel_offset); in SetBWMode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Ddrv_types.h674 unsigned char oper_channel; //saved channel info when call set_channel_bw member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Ddrv_types.h717 unsigned char oper_channel; //saved channel info when call set_channel_bw member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_wlan_util.c378 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
391 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
415 dvobj->oper_channel = ch; in rtw_set_oper_ch()
598 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Ddrv_types.h829 unsigned char oper_channel; /* saved channel info when call set_channel_bw */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_wlan_util.c416 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
429 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
453 dvobj->oper_channel = ch; in rtw_set_oper_ch()
483 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_wlan_util.c431 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
444 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
468 dvobj->oper_channel = ch; in rtw_set_oper_ch()
604 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_wlan_util.c416 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
429 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
453 dvobj->oper_channel = ch; in rtw_set_oper_ch()
483 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_wlan_util.c431 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
444 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
468 dvobj->oper_channel = ch; in rtw_set_oper_ch()
604 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_wlan_util.c417 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
430 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
454 dvobj->oper_channel = ch; in rtw_set_oper_ch()
484 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_wlan_util.c431 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
444 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
468 dvobj->oper_channel = ch; in rtw_set_oper_ch()
604 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_wlan_util.c416 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
429 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
453 dvobj->oper_channel = ch; in rtw_set_oper_ch()
589 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Ddrv_types.h940 unsigned char oper_channel; /* saved channel info when call set_channel_bw */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_wlan_util.c417 return adapter_to_dvobj(adapter)->oper_channel; in rtw_get_oper_ch()
430 if (dvobj->oper_channel != ch) { in rtw_set_oper_ch()
454 dvobj->oper_channel = ch; in rtw_set_oper_ch()
484 if (adapter->mlmeextpriv.cur_channel == adapter_to_dvobj(adapter)->oper_channel) in rtw_get_on_cur_ch_time()

1234