| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/ |
| H A D | hal_com.c | 2223 u8 *wpsie=NULL; in rtw_hal_construct_P2PBeacon() local 2224 …wpsie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, cur_network->IELength-_FIXED_IE_LENGTH_… in rtw_hal_construct_P2PBeacon() 2226 if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen>0) in rtw_hal_construct_P2PBeacon() 2231 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 2233 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 2500 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 2591 *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); in rtw_hal_construct_P2PProbeRsp() 2596 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); in rtw_hal_construct_P2PProbeRsp() 2600 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); in rtw_hal_construct_P2PProbeRsp() 2604 wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/ |
| H A D | hal_com.c | 2703 u8 *wpsie=NULL; in rtw_hal_construct_P2PBeacon() local 2704 …wpsie = rtw_get_wps_ie(cur_network->IEs+_FIXED_IE_LENGTH_, cur_network->IELength-_FIXED_IE_LENGTH_… in rtw_hal_construct_P2PBeacon() 2706 if(rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen>0) in rtw_hal_construct_P2PBeacon() 2711 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 2713 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 2966 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 3057 *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); in rtw_hal_construct_P2PProbeRsp() 3062 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); in rtw_hal_construct_P2PProbeRsp() 3066 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); in rtw_hal_construct_P2PProbeRsp() 3070 wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_com.c | 3948 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 3949 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 3951 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 3955 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 3957 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 4198 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 4286 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 4291 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 4295 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 4299 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_mlme_ext.c | 3784 u8 wpsie[ 255 ] = { 0x00 }, p2pie[ 255 ] = { 0x00 }; in issue_p2p_GO_request() local 3844 *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); in issue_p2p_GO_request() 3849 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); in issue_p2p_GO_request() 3853 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); in issue_p2p_GO_request() 3857 wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 in issue_p2p_GO_request() 3861 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_PWID ); in issue_p2p_GO_request() 3865 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); in issue_p2p_GO_request() 3872 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_USER_SPEC ); in issue_p2p_GO_request() 3876 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_REGISTRAR_SPEC ); in issue_p2p_GO_request() 3880 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_PBC ); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_mlme_ext.c | 3724 u8 wpsie[ 255 ] = { 0x00 }, p2pie[ 255 ] = { 0x00 }; in issue_p2p_GO_request() local 3784 *(u32*) ( wpsie ) = cpu_to_be32( WPSOUI ); in issue_p2p_GO_request() 3789 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_VER1 ); in issue_p2p_GO_request() 3793 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0001 ); in issue_p2p_GO_request() 3797 wpsie[wpsielen++] = WPS_VERSION_1; // Version 1.0 in issue_p2p_GO_request() 3801 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_ATTR_DEVICE_PWID ); in issue_p2p_GO_request() 3805 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( 0x0002 ); in issue_p2p_GO_request() 3812 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_USER_SPEC ); in issue_p2p_GO_request() 3816 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_REGISTRAR_SPEC ); in issue_p2p_GO_request() 3820 *(u16*) ( wpsie + wpsielen ) = cpu_to_be16( WPS_DPID_PBC ); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_mlme_ext.c | 3809 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3868 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 3873 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 3877 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 3881 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 3885 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 3889 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 3895 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 3897 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 3899 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_mlme_ext.c | 3921 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3980 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 3985 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 3989 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 3993 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 3997 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4001 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4007 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4009 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4011 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 4231 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4288 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4293 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4297 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4301 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4305 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4309 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4315 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4317 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4319 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 3968 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4025 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4030 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4034 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4038 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4042 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4046 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4052 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4054 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4056 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 3961 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4018 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4023 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4027 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4031 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4035 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4039 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4045 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4047 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4049 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mlme_ext.c | 4230 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4287 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4292 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4296 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4300 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4304 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4308 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4314 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4316 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4318 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 3940 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3997 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4002 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4006 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4010 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4014 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4018 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4024 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4026 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4028 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com.c | 5067 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 5068 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 5070 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 5074 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 5076 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 5306 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 5394 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 5399 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 5403 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 5407 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_mlme_ext.c | 4621 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4678 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4683 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4687 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4691 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4695 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4699 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4705 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4707 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4709 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 3744 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3801 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 3806 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 3810 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 3814 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 3818 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 3822 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 3828 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 3830 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 3832 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 3750 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3807 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 3812 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 3816 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 3820 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 3824 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 3828 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 3834 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 3836 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 3838 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_mlme_ext.c | 3828 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3885 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 3890 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 3894 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 3898 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 3902 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 3906 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 3912 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 3914 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 3916 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_mlme_ext.c | 3743 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 3800 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 3805 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 3809 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 3813 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 3817 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 3821 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 3827 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 3829 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 3831 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 4619 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4676 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4681 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4685 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4689 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4693 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4697 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4703 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4705 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4707 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 4287 u8 wpsie[255] = { 0x00 }, p2pie[255] = { 0x00 }; in issue_p2p_GO_request() local 4344 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 4349 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in issue_p2p_GO_request() 4353 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in issue_p2p_GO_request() 4357 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in issue_p2p_GO_request() 4361 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_PWID); in issue_p2p_GO_request() 4365 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0002); in issue_p2p_GO_request() 4371 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_USER_SPEC); in issue_p2p_GO_request() 4373 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_REGISTRAR_SPEC); in issue_p2p_GO_request() 4375 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_DPID_PBC); in issue_p2p_GO_request() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/ |
| H A D | hal_com.c | 6330 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 6331 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 6333 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 6337 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 6339 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 6569 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 6654 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 6659 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 6663 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 6667 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com.c | 6424 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 6425 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 6427 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 6431 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 6433 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 6663 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 6748 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 6753 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 6757 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 6761 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com.c | 6547 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 6548 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 6550 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 6554 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 6556 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 6786 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 6871 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 6876 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 6880 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 6884 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/ |
| H A D | hal_com.c | 6435 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 6436 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 6438 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 6442 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 6444 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 6674 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 6759 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 6764 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 6768 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 6772 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/ |
| H A D | hal_com.c | 6439 u8 *wpsie = NULL; in rtw_hal_construct_P2PBeacon() local 6440 …wpsie = rtw_get_wps_ie(cur_network->IEs + _FIXED_IE_LENGTH_, cur_network->IELength - _FIXED_IE_LEN… in rtw_hal_construct_P2PBeacon() 6442 if (rtw_p2p_chk_role(pwdinfo, P2P_ROLE_GO) && wpsie && wpsielen > 0) { in rtw_hal_construct_P2PBeacon() 6446 wps_offset = (uint)(wpsie - cur_network->IEs); in rtw_hal_construct_P2PBeacon() 6448 premainder_ie = wpsie + wpsielen; in rtw_hal_construct_P2PBeacon() 6678 u8 wpsie[255] = { 0x00 }; in rtw_hal_construct_P2PProbeRsp() local 6763 *(u32 *)(wpsie) = cpu_to_be32(WPSOUI); in rtw_hal_construct_P2PProbeRsp() 6768 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_VER1); in rtw_hal_construct_P2PProbeRsp() 6772 *(u16 *)(wpsie + wpsielen) = cpu_to_be16(0x0001); in rtw_hal_construct_P2PProbeRsp() 6776 wpsie[wpsielen++] = WPS_VERSION_1; /* Version 1.0 */ in rtw_hal_construct_P2PProbeRsp() [all …]
|