Searched refs:ch_content (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_p2p.c | 1025 static u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *… in rtw_p2p_get_peer_ch_list() argument 1030 ch_content += 3; in rtw_p2p_get_peer_ch_list() 1034 ch_content += 1; in rtw_p2p_get_peer_ch_list() 1036 temp = *ch_content; in rtw_p2p_get_peer_ch_list() 1038 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list() 1039 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list() 1121 u8 ch_content[50] = { 0x00 }; in process_p2p_group_negotation_req() local 1164 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req() 1165 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
|