Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c1001 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
1006 ch_content += 3; in rtw_p2p_get_peer_ch_list()
1010 ch_content += 1; in rtw_p2p_get_peer_ch_list()
1012 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
1014 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
1015 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
1095 u8 ch_content[50] = { 0x00 }; in process_p2p_group_negotation_req() local
1137 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
1138 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()