/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ap.c | 563 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info23a_apmode23a() 627 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local 642 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 727 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in start_bss_network() 730 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in start_bss_network() 733 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 739 set_channel_bwmode23a(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 742 cur_ch_offset); in start_bss_network() 746 pmlmeext->cur_ch_offset = cur_ch_offset; in start_bss_network() 1773 …set_channel_bwmode23a(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmo… in rtw_ap_restore_network()
|
D | rtw_sreset.c | 101 pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in sreset_restore_network_station()
|
D | rtw_mlme_ext.c | 356 pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext23a() 378 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in init_mlme_ext_priv23a_value() 4091 pmlmeext->cur_ch_offset, in rtw_site_survey() 4379 …set_channel_bwmode23a(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmo… in start_clnt_join() 4404 …set_channel_bwmode23a(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmo… in start_clnt_join() 5005 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info23a() 5068 …set_channel_bwmode23a(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmo… in mlmeext_joinbss_event_callback23a() 5154 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in mlmeext_sta_del_event_callback23a() 5157 pmlmeext->cur_ch_offset, in mlmeext_sta_del_event_callback23a() 5507 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in createbss_hdl23a() [all …]
|
D | rtw_wlan_util.c | 654 new_ch_offset != pmlmeext->cur_ch_offset) { in bwmode_update_check() 658 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check() 682 pmlmeext->cur_ch_offset; in bwmode_update_check()
|
D | rtw_mlme.c | 2247 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in rtw_update_ht_cap23a() 2251 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in rtw_update_ht_cap23a() 2255 pmlmeext->cur_ch_offset = in rtw_update_ht_cap23a()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 652 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info_apmode() 712 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local 728 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 794 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in start_bss_network() 797 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in start_bss_network() 800 cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in start_bss_network() 806 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 808 DBG_88E("CH =%d, BW =%d, offset =%d\n", cur_channel, cur_bwmode, cur_ch_offset); in start_bss_network() 813 pmlmeext->cur_ch_offset = cur_ch_offset; in start_bss_network()
|
D | rtw_mlme_ext.c | 206 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in init_hw_mlme_ext() 229 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in init_mlme_ext_priv_value() 232 pmlmeext->oper_ch_offset = pmlmeext->cur_ch_offset; in init_mlme_ext_priv_value() 3692 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in site_survey() 3969 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in start_clnt_join() 3986 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in start_clnt_join() 4524 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info() 4589 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in mlmeext_joinbss_event_callback() 4669 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in mlmeext_sta_del_event_callback() 4672 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in mlmeext_sta_del_event_callback() [all …]
|
D | rtw_wlan_util.c | 683 (new_ch_offset != pmlmeext->cur_ch_offset)) { in bwmode_update_check() 687 pmlmeext->cur_ch_offset = new_ch_offset; in bwmode_update_check() 710 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in bwmode_update_check()
|
D | rtw_debug.c | 237 pmlmeext->cur_channel, pmlmeext->cur_bwmode, pmlmeext->cur_ch_offset); in proc_get_rf_info() 262 …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 | 2072 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_LOWER; in rtw_update_ht_cap() 2075 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_UPPER; in rtw_update_ht_cap() 2078 pmlmeext->cur_ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_update_ht_cap()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_mlme_ext.h | 416 unsigned char cur_ch_offset;/* PRIME_CHNL_OFFSET */ member
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 409 unsigned char cur_ch_offset;/* PRIME_CHNL_OFFSET */ member
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 3728 if (pmlmeext->cur_ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in bthci_CmdWIFICurrentChannel() 3730 else if (pmlmeext->cur_ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in bthci_CmdWIFICurrentChannel() 9115 if (pmlmeext->cur_ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in BTDM_SetFwChnlInfo() 9117 else if (pmlmeext->cur_ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in BTDM_SetFwChnlInfo()
|