Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/r8188eu/include/
Dwifi.h538 #define WPS_ATTR_CONF_METHOD 0x1008 macro
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dwifi.h497 #define WPS_ATTR_CONF_METHOD 0x1008 macro
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_p2p.c291 RTW_PUT_BE16(wpsie + wpsielen, WPS_ATTR_CONF_METHOD); in issue_p2p_provision_resp()
974 …if (rtw_get_wps_attr_content(wpsie, wps_ielen, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentl… in process_p2p_provdisc_req()
Drtw_mlme_ext.c2913 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_CONF_METHOD); in issue_p2p_provision_request()
3167 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_CONF_METHOD); in issue_probersp_p2p()
3291 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_CONF_METHOD); in _issue_probereq_p2p()
/linux-5.19.10/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2329 … rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_CONF_METHOD, (u8 *)&be_tmp, &attr_contentlen); in rtw_p2p_get_wps_configmethod()