Home
last modified time | relevance | path

Searched refs:attr_content (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_p2p.c2808 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2832 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_content… in process_p2p_group_negotation_req()
2834 …DBG_871X( "[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01 … in process_p2p_group_negotation_req()
2835 pwdinfo->peer_intent = attr_content; // include both intent and tie breaker values. in process_p2p_group_negotation_req()
2847 if ( attr_content & 0x01 ) in process_p2p_group_negotation_req()
2961 u8 attr_content[ 10 ] = { 0x00 }; in process_p2p_group_negotation_req() local
2965 …rtw_get_wfd_attr_content( wfd_ie, wfd_ielen, WFD_ATTR_DEVICE_INFO, attr_content, &attr_contentlen); in process_p2p_group_negotation_req()
2968 pwdinfo->wfd_info->peer_rtsp_ctrlport = RTW_GET_BE16( attr_content + 2 ); in process_p2p_group_negotation_req()
3019 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
3044 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_p2p.c2587 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2611 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_req()
2612 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2613 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2614 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2622 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2751 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2773 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_resp()
2774 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2776 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_p2p.c2587 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2611 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_req()
2612 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2613 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2614 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2622 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2751 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2773 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_resp()
2774 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2776 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_p2p.c2587 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2611 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_req()
2612 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2613 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2614 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2622 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2751 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2773 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_resp()
2774 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2776 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_p2p.c2587 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2611 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_req()
2612 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2613 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2614 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2622 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2751 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2773 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_resp()
2774 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2776 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_p2p.c2587 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2611 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_req()
2612 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2613 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2614 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2622 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2751 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2773 attr_contentlen = sizeof(attr_content); in process_p2p_group_negotation_resp()
2774 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2776 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_p2p.c2585 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2608 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2609 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2610 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2618 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2745 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2766 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2768 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2769 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2772 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_p2p.c2584 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2607 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2608 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2609 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2617 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2744 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2765 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2767 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2768 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2771 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_p2p.c2585 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2608 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2609 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2610 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2618 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2745 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2766 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2768 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2769 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2772 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_p2p.c2585 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2608 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2609 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2610 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2618 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2745 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2766 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2768 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2769 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2772 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_p2p.c2584 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2607 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2608 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2609 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2617 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2744 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2765 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2767 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2768 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2771 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_p2p.c2585 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2608 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2609 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2610 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2618 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2745 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2766 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2768 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2769 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2772 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_p2p.c2838 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2862 …if ( rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_content… in process_p2p_group_negotation_req()
2864 …DBG_871X( "[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01 … in process_p2p_group_negotation_req()
2865 pwdinfo->peer_intent = attr_content; // include both intent and tie breaker values. in process_p2p_group_negotation_req()
2877 if ( attr_content & 0x01 ) in process_p2p_group_negotation_req()
3034 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
3059 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
3062 DBG_871X( "[%s] Status = %d\n", __FUNCTION__, attr_content ); in process_p2p_group_negotation_resp()
3063 if ( attr_content == P2P_STATUS_SUCCESS ) in process_p2p_group_negotation_resp()
3069 if ( P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content ) { in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_p2p.c2585 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2608 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2609 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2610 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2618 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2745 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2766 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2768 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2769 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2772 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_p2p.c2655 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2678 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2679 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2680 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2688 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2815 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2838 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2840 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2841 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2844 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_p2p.c2647 u8 attr_content = 0x00; in process_p2p_group_negotation_req() local
2670 …if (rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_GO_INTENT , &attr_content, &attr_contentl… in process_p2p_group_negotation_req()
2671 … RTW_INFO("[%s] GO Intent = %d, tie = %d\n", __FUNCTION__, attr_content >> 1, attr_content & 0x01); in process_p2p_group_negotation_req()
2672 pwdinfo->peer_intent = attr_content; /* include both intent and tie breaker values. */ in process_p2p_group_negotation_req()
2680 if (attr_content & 0x01) in process_p2p_group_negotation_req()
2807 u8 attr_content = 0x00; in process_p2p_group_negotation_resp() local
2830 rtw_get_p2p_attr_content(p2p_ie, p2p_ielen, P2P_ATTR_STATUS, &attr_content, &attr_contentlen); in process_p2p_group_negotation_resp()
2832 RTW_INFO("[%s] Status = %d\n", __FUNCTION__, attr_content); in process_p2p_group_negotation_resp()
2833 if (attr_content == P2P_STATUS_SUCCESS) { in process_p2p_group_negotation_resp()
2836 if (P2P_STATUS_FAIL_INFO_UNAVAILABLE == attr_content) in process_p2p_group_negotation_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dioctl_linux.c4303 u16 attr_content = 0; local
4334 attr_contentlen = sizeof(attr_content);
4335 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4337 attr_content = be16_to_cpu(attr_content);
4338 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4435 u8 attr_content[100] = { 0x00 }; local
4467 _rtw_memset(attr_content, 0x00, 100);
4468 attr_contentlen = sizeof(attr_content);
4469 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4474 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dioctl_linux.c4303 u16 attr_content = 0; local
4334 attr_contentlen = sizeof(attr_content);
4335 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4337 attr_content = be16_to_cpu(attr_content);
4338 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4435 u8 attr_content[100] = { 0x00 }; local
4467 _rtw_memset(attr_content, 0x00, 100);
4468 attr_contentlen = sizeof(attr_content);
4469 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4474 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dioctl_linux.c4292 u16 attr_content = 0; local
4323 attr_contentlen = sizeof(attr_content);
4324 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4326 attr_content = be16_to_cpu(attr_content);
4327 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4424 u8 attr_content[100] = { 0x00 }; local
4456 _rtw_memset(attr_content, 0x00, 100);
4457 attr_contentlen = sizeof(attr_content);
4458 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4463 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dioctl_linux.c4276 u16 attr_content = 0; local
4307 attr_contentlen = sizeof(attr_content);
4308 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4310 attr_content = be16_to_cpu(attr_content);
4311 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4408 u8 attr_content[100] = { 0x00 }; local
4440 _rtw_memset(attr_content, 0x00, 100);
4441 attr_contentlen = sizeof(attr_content);
4442 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4447 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dioctl_linux.c4288 u16 attr_content = 0; local
4319 attr_contentlen = sizeof(attr_content);
4320 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4322 attr_content = be16_to_cpu(attr_content);
4323 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4420 u8 attr_content[100] = { 0x00 }; local
4452 _rtw_memset(attr_content, 0x00, 100);
4453 attr_contentlen = sizeof(attr_content);
4454 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4459 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dioctl_linux.c5338 u16 attr_content = 0; local
5370 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
5373 attr_content = be16_to_cpu(attr_content);
5374 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
5477 u8 attr_content[100] = { 0x00 }; local
5511 _rtw_memset(attr_content, 0x00, 100);
5512 … if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))
5518 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
5543attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[…
5721 u8 attr_content[2] = { 0x00 }; local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dioctl_linux.c4461 u16 attr_content = 0; local
4492 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4494 attr_content = be16_to_cpu(attr_content);
4495 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4595 u8 attr_content[100] = { 0x00 }; local
4627 _rtw_memset(attr_content, 0x00, 100);
4628 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4633 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
4655attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[…
4825 u8 attr_content[2] = { 0x00 }; local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dioctl_linux.c5291 u16 attr_content = 0; local
5323 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
5326 attr_content = be16_to_cpu(attr_content);
5327 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
5429 u8 attr_content[100] = { 0x00 }; local
5463 _rtw_memset(attr_content, 0x00, 100);
5464 … if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))
5470 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
5495attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[…
5673 u8 attr_content[2] = { 0x00 }; local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Dioctl_linux.c4311 u16 attr_content = 0; local
4342 …rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&attr_content, &attr_conten…
4344 attr_content = be16_to_cpu(attr_content);
4345 sprintf(attr_content_str, "\n\nM=%.4d", attr_content);
4442 u8 attr_content[100] = { 0x00 }; local
4474 _rtw_memset(attr_content, 0x00, 100);
4475 …if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_ID, attr_content, &attr_contentlen))…
4480 …} else if (rtw_get_p2p_attr_content(p2pie, p2pielen, P2P_ATTR_DEVICE_INFO, attr_content, &attr_con…
4502attr_content[0], attr_content[1], attr_content[2], attr_content[3], attr_content[4], attr_content[…
4672 u8 attr_content[2] = { 0x00 }; local
[all …]

12345