Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c131 if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in fill_txdesc_vcs()
133 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in fill_txdesc_vcs()
135 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in fill_txdesc_vcs()
148 if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in fill_txdesc_phy()
150 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in fill_txdesc_phy()
152 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in fill_txdesc_phy()
/drivers/staging/r8188eu/core/
Drtw_ieee80211.c154 inline u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset) in secondary_ch_offset_to_hal_ch_offset() argument
156 if (ch_offset == SCN) in secondary_ch_offset_to_hal_ch_offset()
158 else if (ch_offset == SCA) in secondary_ch_offset_to_hal_ch_offset()
160 else if (ch_offset == SCB) in secondary_ch_offset_to_hal_ch_offset()
166 inline u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset) in hal_ch_offset_to_secondary_ch_offset() argument
168 if (ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in hal_ch_offset_to_secondary_ch_offset()
170 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in hal_ch_offset_to_secondary_ch_offset()
172 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in hal_ch_offset_to_secondary_ch_offset()
Drtw_ap.c534 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info_apmode()
541 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_sta_info_apmode()
1636 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch() argument
1650 FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset); in rtw_ap_inform_ch_switch()
1661 issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
1666 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
Drtw_cmd.c1253 u8 rtw_set_ch_cmd(struct adapter *padapter, u8 ch, u8 bw, u8 ch_offset, u8 enqueue) in rtw_set_ch_cmd() argument
1262 FUNC_NDEV_ARG(padapter->pnetdev), ch, bw, ch_offset); in rtw_set_ch_cmd()
1274 set_ch_parm->ch_offset = ch_offset; in rtw_set_ch_cmd()
Drtw_debug.c250 … "bwmode=%d, ch_offset=%d, sgi=%d\n", psta->htpriv.bwmode, psta->htpriv.ch_offset, psta->htpriv.sg… in proc_get_ap_info()
845 … "bwmode=%d, ch_offset=%d, sgi=%d\n", psta->htpriv.bwmode, psta->htpriv.ch_offset, psta->htpriv.sg… in proc_get_all_sta_info()
Drtw_wlan_util.c716 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in bwmode_update_check()
719 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
Drtw_mlme_ext.c4319 pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_mgntframe_attrib()
5874 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch() argument
5885 FUNC_NDEV_ARG(padapter->pnetdev), ra, new_ch, ch_offset); in issue_action_spct_ch_switch()
5926 hal_ch_offset_to_secondary_ch_offset(ch_offset)); in issue_action_spct_ch_switch()
7206 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info()
8274 set_ch_parm->ch, set_ch_parm->bw, set_ch_parm->ch_offset); in set_ch_hdl()
8277 pmlmeext->cur_ch_offset = set_ch_parm->ch_offset; in set_ch_hdl()
8280 set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw); in set_ch_hdl()
Drtw_xmit.c349 pattrib->ch_offset = psta->htpriv.ch_offset; in update_attrib_phy_info()
/drivers/staging/r8188eu/include/
Drtw_ht.h18 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_ap.h40 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
Drtw_cmd.h698 u8 ch_offset; member
792 u8 rtw_set_ch_cmd(struct adapter*padapter, u8 ch, u8 bw, u8 ch_offset, u8 enqueue);
Dieee80211.h1139 u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset);
1140 u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset);
Drtw_xmit.h134 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_mlme_ext.h580 u8 ch_offset);
/drivers/staging/rtl8723bs/include/
Drtw_ht.h23 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_cmd.h532 u8 ch_offset; member
Drtw_xmit.h163 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
/drivers/staging/rtl8723bs/core/
Drtw_ap.c500 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info_apmode()
535 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_sta_info_apmode()
599 phtpriv_ap->ch_offset = pmlmeext->cur_ch_offset; in update_ap_info()
Drtw_wlan_util.c953 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in bwmode_update_check()
956 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
Drtw_xmit.c452 pattrib->ch_offset = psta->htpriv.ch_offset; in update_attrib_phy_info()
Drtw_mlme_ext.c2005 pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_mgntframe_attrib()
4771 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info()
6028 pmlmeext->cur_ch_offset = set_ch_parm->ch_offset; in set_ch_hdl()
6031 set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw); in set_ch_hdl()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c1497 u32 ch_offset; in iwl_mvm_scan_ch_and_band_to_idx() local
1504 ch_offset = (channel_id - ch_segment->first_channel_id) >> in iwl_mvm_scan_ch_and_band_to_idx()
1507 index = scan_channel_segments[i].start_idx + ch_offset; in iwl_mvm_scan_ch_and_band_to_idx()
/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2504 u8 channel, ch_offset; in rtw_wext_p2p_enable() local
2511 ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in rtw_wext_p2p_enable()
2517 ch_offset = pmlmeext->cur_ch_offset; in rtw_wext_p2p_enable()
2521 set_channel_bwmode(padapter, channel, ch_offset, bwmode); in rtw_wext_p2p_enable()
4125 …DBG_88E("bwmode =%d, ch_offset =%d, sgi =%d\n", psta->htpriv.bwmode, psta->htpriv.ch_offset, psta-… in rtw_dbg_port()
4186 …DBG_88E("bwmode =%d, ch_offset =%d, sgi =%d\n", psta->htpriv.bwmode, psta->htpriv.ch_offset, psta-… in rtw_dbg_port()
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c443 primarycca->ch_offset = 0; in rtl92ee_dm_init_primary_cca_check()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1211 u8 ch_offset; member