Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/include/
Drtw_ap.h58 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
Drtw_mlme_ext.h570 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch,
Dieee80211.h1107 u8 new_ch, u8 ch_switch_cnt);
/linux-4.4.14/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.c1628 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()
Drtw_mlme_ext.c3699 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/
Drtw_ap.c1773 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()
Drtw_ieee80211.c164 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()
Drtw_mlme_ext.c1572 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()