Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_p2p.c2676 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2681 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2686 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2688 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2691 peer_ch_list[j] = *( ch_content + 1 + i ); in rtw_p2p_get_peer_ch_list()
2693 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2810 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2888 if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt) ) in process_p2p_group_negotation_req()
2890 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
3023 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_resp() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_p2p.c2494 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2499 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2503 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2505 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2507 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2508 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2589 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2651 ch_cnt = sizeof(ch_content); in process_p2p_group_negotation_req()
2652 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2653 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_p2p.c2494 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2499 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2503 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2505 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2507 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2508 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2589 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2651 ch_cnt = sizeof(ch_content); in process_p2p_group_negotation_req()
2652 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2653 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_p2p.c2494 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2499 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2503 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2505 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2507 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2508 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2589 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2651 ch_cnt = sizeof(ch_content); in process_p2p_group_negotation_req()
2652 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2653 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_p2p.c2494 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2499 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2503 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2505 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2507 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2508 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2589 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2651 ch_cnt = sizeof(ch_content); in process_p2p_group_negotation_req()
2652 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2653 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_p2p.c2494 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2499 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2503 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2505 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2507 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2508 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2589 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2651 ch_cnt = sizeof(ch_content); in process_p2p_group_negotation_req()
2652 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2653 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_p2p.c2708 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2713 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2718 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2720 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2723 peer_ch_list[j] = *( ch_content + 1 + i ); in rtw_p2p_get_peer_ch_list()
2725 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2840 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2918 if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt) ) in process_p2p_group_negotation_req()
2920 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
3038 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_resp() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_p2p.c2552 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2557 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2561 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2563 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2565 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2566 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2657 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2716 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2717 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
2819 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_resp() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_p2p.c2555 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2560 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2564 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2566 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2568 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2569 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2649 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2708 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2709 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
2811 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_resp() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_p2p.c2493 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2498 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2502 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2504 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2506 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2507 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2587 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2646 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2647 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_p2p.c2492 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2497 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2501 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2503 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2505 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2506 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2586 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2645 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2646 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_p2p.c2493 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2498 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2502 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2504 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2506 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2507 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2587 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2646 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2647 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_p2p.c2493 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2498 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2502 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2504 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2506 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2507 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2587 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2646 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2647 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_p2p.c2492 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2497 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2501 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2503 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2505 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2506 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2586 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2645 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2646 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_p2p.c2493 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2498 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2502 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2504 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2506 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2507 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2587 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2646 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2647 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_p2p.c2493 u8 rtw_p2p_get_peer_ch_list(struct wifidirect_info *pwdinfo, u8 *ch_content, u8 ch_cnt, u8 *peer_ch… in rtw_p2p_get_peer_ch_list() argument
2498 ch_content += 3; in rtw_p2p_get_peer_ch_list()
2502 ch_content += 1; in rtw_p2p_get_peer_ch_list()
2504 temp = *ch_content; in rtw_p2p_get_peer_ch_list()
2506 peer_ch_list[j] = *(ch_content + 1 + i); in rtw_p2p_get_peer_ch_list()
2507 ch_content += (temp + 1); in rtw_p2p_get_peer_ch_list()
2587 u8 ch_content[100] = { 0x00 }; in process_p2p_group_negotation_req() local
2646 if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_CH_LIST, ch_content, &ch_cnt)) { in process_p2p_group_negotation_req()
2647 peer_ch_num = rtw_p2p_get_peer_ch_list(pwdinfo, ch_content, ch_cnt, peer_ch_list); in process_p2p_group_negotation_req()