Searched refs:wpsie (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_mlme_ext.c | 1808 *(__be32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_request() 2148 memset(wpsie, 0x00, 255); in issue_p2p_GO_response() 2154 *(__be32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_GO_response() 3051 u8 wpsie[100] = { 0x00 }; in issue_p2p_provision_request() local 3105 *(__be32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_p2p_provision_request() 3173 u8 wpsie[255] = { 0x00 }; in issue_probersp_p2p() local 3241 *(__be32 *)(wpsie) = cpu_to_be32(WPSOUI); in issue_probersp_p2p() 3303 memcpy(wpsie + wpsielen, "Realtek", 7); in issue_probersp_p2p() 3316 memcpy(wpsie + wpsielen, "8188EU", 6); in issue_probersp_p2p() 4353 u8 *wpsie = NULL; in issue_beacon() local [all …]
|
| A D | rtw_p2p.c | 247 u8 wpsie[100] = { 0x00 }; in issue_p2p_provision_resp() local 292 RTW_PUT_BE32(wpsie, WPSOUI); in issue_p2p_provision_resp() 297 RTW_PUT_BE16(wpsie + wpsielen, WPS_ATTR_CONF_METHOD); in issue_p2p_provision_resp() 301 RTW_PUT_BE16(wpsie + wpsielen, 0x0002); in issue_p2p_provision_resp() 305 RTW_PUT_BE16(wpsie + wpsielen, config_method); in issue_p2p_provision_resp() 308 …pframe = rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, wpsielen, (unsigned char *)wpsie, &pattrib->pktl… in issue_p2p_provision_resp() 979 u8 *wpsie; in process_p2p_provdisc_req() local 987 if (wpsie) { in process_p2p_provdisc_req() 988 …if (rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentl… in process_p2p_provdisc_req() 1064 u8 *wpsie; in process_p2p_group_negotation_req() local [all …]
|
| /linux/drivers/staging/r8188eu/os_dep/ |
| A D | ioctl_linux.c | 2703 u8 *wpsie; in rtw_p2p_get_wps_configmethod() local 2708 …wpsie = rtw_get_wps_ie(&pnetwork->network.IEs[12], pnetwork->network.IELength - 12, NULL, &wpsie_l… in rtw_p2p_get_wps_configmethod() 2709 if (wpsie) { in rtw_p2p_get_wps_configmethod() 2710 … rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentlen); in rtw_p2p_get_wps_configmethod() 2853 u8 *wpsie; in rtw_p2p_get_device_type() local 2858 wpsie = rtw_get_wps_ie(&pnetwork->network.IEs[12], in rtw_p2p_get_device_type() 2861 if (wpsie) { in rtw_p2p_get_device_type() 2862 rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_PRIMARY_DEV_TYPE, dev_type, &dev_type_len); in rtw_p2p_get_device_type() 2929 u8 *wpsie; in rtw_p2p_get_device_name() local 2934 if (wpsie) { in rtw_p2p_get_device_name() [all …]
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_cfg80211.c | 254 u8 *wpsie = NULL; in rtw_cfg80211_inform_bss() local 256 …wpsie = rtw_get_wps_ie(pnetwork->network.ies+_FIXED_IE_LENGTH_, pnetwork->network.ie_length-_FIXED… in rtw_cfg80211_inform_bss() 258 if (wpsie && wpsielen > 0) in rtw_cfg80211_inform_bss() 259 psr = rtw_get_wps_attr_content(wpsie, wpsielen, WPS_ATTR_SELECTED_REGISTRAR, (u8 *)(&sr), NULL); in rtw_cfg80211_inform_bss()
|
Completed in 35 milliseconds