| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_ap.c | 500 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info_apmode() 599 phtpriv_ap->ch_offset = pmlmeext->cur_ch_offset; in update_ap_info() 643 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local 661 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 759 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in start_bss_network() 764 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in start_bss_network() 769 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 775 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 778 pmlmeext->cur_ch_offset = cur_ch_offset; in start_bss_network() 2019 pmlmeext->cur_ch_offset, in rtw_ap_restore_network()
|
| D | rtw_mlme_ext.c | 201 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 231 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in init_mlme_ext_priv_value() 3913 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in site_survey() 4775 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info() 4827 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_mlmeext_disconnect() 4829 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in rtw_mlmeext_disconnect() 4884 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in mlmeext_joinbss_event_callback() 5308 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in createbss_hdl() 5384 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in join_cmd_hdl() 5441 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in join_cmd_hdl() [all …]
|
| D | rtw_wlan_util.c | 926 if ((new_bwmode != pmlmeext->cur_bwmode) || (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check() 930 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check() 953 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in bwmode_update_check()
|
| D | rtw_mlme.c | 2510 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in rtw_update_ht_cap() 2514 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in rtw_update_ht_cap() 2518 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_update_ht_cap()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_ap.c | 534 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info_apmode() 594 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local 613 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 678 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in start_bss_network() 681 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in start_bss_network() 684 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 690 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 692 DBG_88E("CH =%d, BW =%d, offset =%d\n", cur_channel, cur_bwmode, cur_ch_offset); in start_bss_network() 697 pmlmeext->cur_ch_offset = cur_ch_offset; in start_bss_network()
|
| D | rtw_mlme_ext.c | 187 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 210 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in init_mlme_ext_priv_value() 6405 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in site_survey() 6677 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in start_clnt_join() 6694 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in start_clnt_join() 7204 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info() 7267 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in mlmeext_joinbss_event_callback() 7347 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in mlmeext_sta_del_event_callback() 7350 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in mlmeext_sta_del_event_callback() 7679 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in createbss_hdl() [all …]
|
| D | rtw_wlan_util.c | 689 (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check() 693 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check() 716 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in bwmode_update_check()
|
| D | rtw_debug.c | 221 pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); in proc_get_rf_info() 246 …ode=%d, cur_ch_offset=%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); in proc_get_ap_info()
|
| D | rtw_mlme.c | 2097 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in rtw_update_ht_cap() 2100 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in rtw_update_ht_cap() 2103 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_update_ht_cap()
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | rtw_mlme_ext.h | 389 unsigned char cur_ch_offset;/* PRIME_CHNL_OFFSET */ member
|
| /Linux-v5.15/drivers/staging/rtl8723bs/include/ |
| D | rtw_mlme_ext.h | 413 unsigned char cur_ch_offset;/* PRIME_CHNL_OFFSET */ member
|
| /Linux-v5.15/drivers/staging/r8188eu/os_dep/ |
| D | ioctl_linux.c | 2602 ch_offset = pmlmeext->cur_ch_offset; in rtw_wext_p2p_enable() 4196 DBG_88E("cur_ch_off =%d\n", pmlmeext->cur_ch_offset); in rtw_dbg_port() 4206 …e =%d, cur_ch_offset =%d\n", pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); in rtw_dbg_port()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_cfg80211.c | 2111 if (mlme_ext->cur_ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in rtw_get_chan_type()
|