Searched refs:peer_ch_num (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_p2p.c | 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 1028 for (i = 0; i < peer_ch_num; i++) { in rtw_p2p_ch_inclusion() 1098 u8 peer_ch_num = 0; 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() 1206 u8 peer_ch_num = 0; in process_p2p_group_negotation_resp() local 1284 …peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, pwdinfo->channel_list_attr, pwdinfo->channel_list_… in process_p2p_group_negotation_resp() 1285 …ch_num_inclusioned = rtw_p2p_ch_inclusion(&padapter->mlmeextpriv, peer_ch_list, peer_ch_num, ch_li… in process_p2p_group_negotation_resp()
|