Searched refs:peer_ch_list (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 1001 …_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch_list) in rtw_p2p_get_peer_ch_list() argument 1014 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list() 1023 static u8 rtw_p2p_ch_inclusion(struct mlme_ext_priv *pmlmeext, u8 *peer_ch_list, u8 peer_ch_num, u8… in rtw_p2p_ch_inclusion() argument 1030 if (*(peer_ch_list + i) == pmlmeext->channel_set[j].ChannelNum) { in rtw_p2p_ch_inclusion() 1031 ch_list_inclusioned[ch_no++] = *(peer_ch_list + i); in rtw_p2p_ch_inclusion() 1097 u8 peer_ch_list[50] = { 0x00 }; in process_p2p_group_negotation_req() local 1138 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req() 1139 …ch_num_inclusioned = rtw_p2p_ch_inclusion(&padapter->mlmeextpriv, peer_ch_list, peer_ch_num, ch_li… in process_p2p_group_negotation_req() 1205 u8 peer_ch_list[50] = { 0x00 }; in process_p2p_group_negotation_resp() local 1284 …et_peer_ch_list(pwdinfo, pwdinfo->channel_list_attr, pwdinfo->channel_list_attr_len, peer_ch_list); in process_p2p_group_negotation_resp() [all …]
|