Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c1047 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
1052 for (i = 0; i < peer_ch_num; i++) { in rtw_p2p_ch_inclusion()
1124 u8 peer_ch_num = 0; in process_p2p_group_negotation_req() local
1165 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
1166 …ch_num_inclusioned = rtw_p2p_ch_inclusion(&padapter->mlmeextpriv, peer_ch_list, peer_ch_num, ch_li… in process_p2p_group_negotation_req()
1238 u8 peer_ch_num = 0; in process_p2p_group_negotation_resp() local
1317peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, pwdinfo->channel_list_attr, pwdinfo->channel_list_… in process_p2p_group_negotation_resp()
1318 …ch_num_inclusioned = rtw_p2p_ch_inclusion(&padapter->mlmeextpriv, peer_ch_list, peer_ch_num, ch_li… in process_p2p_group_negotation_resp()