Searched defs:ch_offset (Results 1 - 14 of 14) sorted by relevance

/drivers/staging/rtl8188eu/include/
H A Drtw_ht.h34 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member in struct:ht_priv
H A Drtw_cmd.h312 u8 ch_offset; member in struct:set_ch_parm
H A Drtw_xmit.h146 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member in struct:pkt_attrib
/drivers/staging/rtl8723au/include/
H A Drtw_ht.h32 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member in struct:ht_priv
H A Drtw_cmd.h632 u8 ch_offset; member in struct:set_ch_parm
718 int rtw_set_ch_cmd23a(struct rtw_adapter*padapter, u8 ch, u8 bw, u8 ch_offset, u8 enqueue);
H A Drtw_xmit.h145 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member in struct:pkt_attrib
/drivers/staging/rtl8188eu/core/
H A Drtw_ap.c654 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset;
661 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;
1753 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset) argument
1767 FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset);
1778 issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset);
1783 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset);
H A Drtw_ieee80211.c173 inline u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset) argument
175 if (ch_offset == SCN)
177 else if (ch_offset == SCA)
179 else if (ch_offset == SCB)
185 inline u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset) argument
187 if (ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)
189 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER)
191 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER)
1262 /* get bwmode and ch_offset */
H A Drtw_mlme_ext.c1891 pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;
3212 void issue_action_spct_ch_switch (struct adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) argument
3224 FUNC_NDEV_ARG(padapter->pnetdev), ra, new_ch, ch_offset);
3265 hal_ch_offset_to_secondary_ch_offset(ch_offset));
4522 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset;
5563 DBG_88E(FUNC_NDEV_FMT" ch:%u, bw:%u, ch_offset:%u\n",
5565 set_ch_parm->ch, set_ch_parm->bw, set_ch_parm->ch_offset);
5568 pmlmeext->cur_ch_offset = set_ch_parm->ch_offset;
5571 set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw);
/drivers/staging/rtl8723au/core/
H A Drtw_ap.c577 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset;
590 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;
1698 int rtw_ap_inform_ch_switch23a (struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset) argument
1712 padapter->pnetdev->name, new_ch, ch_offset);
1720 issue_action_spct_ch_switch23a (padapter, psta->hwaddr, new_ch, ch_offset);
1725 issue_action_spct_ch_switch23a (padapter, bc_addr, new_ch, ch_offset);
H A Drtw_cmd.c862 int rtw_set_ch_cmd23a(struct rtw_adapter*padapter, u8 ch, u8 bw, u8 ch_offset, argument
870 DBG_8723A("%s(%s): ch:%u, bw:%u, ch_offset:%u\n", __func__,
871 padapter->pnetdev->name, ch, bw, ch_offset);
883 set_ch_parm->ch_offset = ch_offset;
H A Drtw_ieee80211.c153 inline u8 hal_ch_offset_to_secondary_ch_offset23a(u8 ch_offset) argument
155 if (ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER)
157 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER)
786 /* get bwmode and ch_offset */
H A Drtw_mlme_ext.c2254 pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE;
3712 u8 *ra, u8 new_ch, u8 ch_offset)
3722 padapter->pnetdev->name, MAC_ARG(ra), new_ch, ch_offset);
3756 hal_ch_offset_to_secondary_ch_offset23a(ch_offset));
5021 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset;
6175 DBG_8723A("%s(%s): ch:%u, bw:%u, ch_offset:%u\n", __func__,
6177 set_ch_parm->bw, set_ch_parm->ch_offset);
6180 pmlmeext->cur_ch_offset = set_ch_parm->ch_offset;
6184 set_ch_parm->ch_offset, set_ch_parm->bw);
3711 issue_action_spct_ch_switch23a(struct rtw_adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) argument
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1052 u8 ch_offset; member in struct:dynamic_primary_cca

Completed in 244 milliseconds