Searched refs:set_channel_bwmode (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A 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() 3827 …set_channel_bwmode(padapter, pmlmeext->fixed_chan, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_… in site_survey() 3830 set_channel_bwmode(padapter, survey_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in site_survey() 3879 …set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in site_survey() 4097 …set_channel_bwmode(padapter, pmlmeext->cur_channel, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH… in start_create_ibss() 4792 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in rtw_mlmeext_disconnect() 4847 set_channel_bwmode(padapter, pmlmeext->cur_channel, pmlmeext->cur_ch_offset, pmlmeext->cur_bwmode); in mlmeext_joinbss_event_callback() 5428 set_channel_bwmode(padapter, ch, offset, bw); in join_cmd_hdl() 5960 set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw); in set_ch_hdl()
|
H A D | rtw_ap.c | 776 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network() 2018 set_channel_bwmode( in rtw_ap_restore_network()
|
H A D | rtw_wlan_util.c | 349 void set_channel_bwmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offs… in set_channel_bwmode() function
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme_ext.h | 494 void set_channel_bwmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offs…
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 2492 set_channel_bwmode(padapter, tx_ch, HAL_PRIME_CHNL_OFFSET_DONT_CARE, CHANNEL_WIDTH_20); in _cfg80211_rtw_mgmt_tx()
|