Searched refs:new_ch (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_ap.h | 49 int rtw_ap_inform_ch_switch23a(struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset);
|
D | ieee80211.h | 311 u8 *rtw_set_ie23a_ch_switch(u8 *buf, u32 *buf_len, u8 ch_switch_mode, u8 new_ch, u8 ch_switch_cnt);
|
D | rtw_mlme_ext.h | 566 u8 new_ch, u8 ch_offset);
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_ap.h | 59 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
|
D | rtw_mlme_ext.h | 587 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch,
|
D | ieee80211.h | 1188 u8 new_ch, u8 ch_switch_cnt);
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 144 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()
|
D | rtw_ap.c | 1645 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()
|
D | rtw_mlme_ext.c | 3707 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/ |
D | rtw_ap.c | 1750 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()
|
D | rtw_ieee80211.c | 162 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()
|
D | rtw_mlme_ext.c | 3210 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()
|