Searched refs:new_ch (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_ap.h | 58 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
|
D | rtw_mlme_ext.h | 570 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch,
|
D | ieee80211.h | 1107 u8 new_ch, u8 ch_switch_cnt);
|
/linux-4.4.14/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 | 1628 int rtw_ap_inform_ch_switch23a(struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch23a() argument 1641 padapter->pnetdev->name, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a() 1649 issue_action_spct_ch_switch23a(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a() 1654 issue_action_spct_ch_switch23a(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a()
|
D | rtw_mlme_ext.c | 3699 u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch23a() argument 3709 __func__, padapter->pnetdev->name, ra, new_ch, ch_offset); in issue_action_spct_ch_switch23a() 3741 new_ch, 0); in issue_action_spct_ch_switch23a()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ap.c | 1773 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch() argument 1786 FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1797 issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1802 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
|
D | rtw_ieee80211.c | 164 u8 new_ch, u8 ch_switch_cnt) in rtw_set_ie_ch_switch() argument 169 ie_data[1] = new_ch; in rtw_set_ie_ch_switch()
|
D | rtw_mlme_ext.c | 1572 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch() argument 1584 FUNC_NDEV_ARG(padapter->pnetdev), ra, new_ch, ch_offset); in issue_action_spct_ch_switch() 1623 pframe = rtw_set_ie_ch_switch(pframe, &(pattrib->pktlen), 0, new_ch, 0); in issue_action_spct_ch_switch()
|