Home
last modified time | relevance | path

Searched refs:new_ch (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_ap.h49 int rtw_ap_inform_ch_switch23a(struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset);
Dieee80211.h311 u8 *rtw_set_ie23a_ch_switch(u8 *buf, u32 *buf_len, u8 ch_switch_mode, u8 new_ch, u8 ch_switch_cnt);
Drtw_mlme_ext.h566 u8 new_ch, u8 ch_offset);
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_ap.h59 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
Drtw_mlme_ext.h587 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch,
Dieee80211.h1188 u8 new_ch, u8 ch_switch_cnt);
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ieee80211.c144 u8 new_ch, u8 ch_switch_cnt) in rtw_set_ie23a_ch_switch() argument
149 ie_data[1] = new_ch; in rtw_set_ie23a_ch_switch()
Drtw_ap.c1645 int rtw_ap_inform_ch_switch23a (struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch23a() argument
1658 padapter->pnetdev->name, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a()
1666 issue_action_spct_ch_switch23a (padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a()
1671 issue_action_spct_ch_switch23a (padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a()
Drtw_mlme_ext.c3707 u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch23a() argument
3717 __func__, padapter->pnetdev->name, ra, new_ch, ch_offset); in issue_action_spct_ch_switch23a()
3749 new_ch, 0); in issue_action_spct_ch_switch23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c1750 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch() argument
1763 FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset); in rtw_ap_inform_ch_switch()
1774 issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
1779 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
Drtw_ieee80211.c162 u8 new_ch, u8 ch_switch_cnt) in rtw_set_ie_ch_switch() argument
167 ie_data[1] = new_ch; in rtw_set_ie_ch_switch()
Drtw_mlme_ext.c3210 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch() argument
3222 FUNC_NDEV_ARG(padapter->pnetdev), ra, new_ch, ch_offset); in issue_action_spct_ch_switch()
3261 pframe = rtw_set_ie_ch_switch(pframe, &(pattrib->pktlen), 0, new_ch, 0); in issue_action_spct_ch_switch()