Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_p2p.c79 RTW_PUT_BE16(pcur, WPS_ATTR_DEVICE_NAME); in go_add_group_info_attr()
550 RTW_PUT_BE16(p2pie + p2pielen, WPS_ATTR_DEVICE_NAME); in build_probe_resp_p2p_ie()
661 RTW_PUT_BE16(p2pie + p2pielen, WPS_ATTR_DEVICE_NAME); in build_prov_disc_request_p2p_ie()
875 if (be16_to_cpu(*(__be16 *)pattr_content) == WPS_ATTR_DEVICE_NAME) { in process_assoc_req_p2p_ie()
Drtw_mlme_ext.c1944 *(__be16 *)(p2pie + p2pielen) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in issue_p2p_GO_request()
2310 *(__be16 *)(p2pie + p2pielen) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in issue_p2p_GO_response()
2737 *(__be16 *)(p2pie + p2pielen) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in issue_p2p_invitation_request()
3260 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in issue_probersp_p2p()
3413 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in _issue_probereq_p2p()
4231 *(__be16 *)(pframe + insert_len) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in issue_beacon()
5129 *(__be16 *)(p2pie + p2pielen) = cpu_to_be16(WPS_ATTR_DEVICE_NAME); in issue_assocreq()
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dwifi.h496 #define WPS_ATTR_DEVICE_NAME 0x1011 macro
/linux-6.1.9/drivers/staging/r8188eu/include/
Dwifi.h537 #define WPS_ATTR_DEVICE_NAME 0x1011 macro
/linux-6.1.9/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2538 rtw_get_wps_attr_content(wpsie, wpsie_len, WPS_ATTR_DEVICE_NAME, dev_name, &dev_len); in rtw_p2p_get_device_name()