Home
last modified time | relevance | path

Searched refs:supported_wps_cm (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme.h262 u16 supported_wps_cm; /* This field describes the WPS config method member
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme.h257 …u16 supported_wps_cm; /* This field describes the WPS config method which this driver supp… member
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c535 RTW_PUT_BE16(p2pie + p2pielen, pwdinfo->supported_wps_cm); in build_probe_resp_p2p_ie()
1919 …pwdinfo->supported_wps_cm = WPS_CONFIG_METHOD_DISPLAY | WPS_CONFIG_METHOD_PBC | WPS_CONFIG_METHOD_… in init_wifidirect_info()
Drtw_mlme_ext.c2079 *(__be16 *)(p2pie + p2pielen) = cpu_to_be16(pwdinfo->supported_wps_cm); in issue_p2p_GO_request()
2446 *(__be16 *)(p2pie + p2pielen) = cpu_to_be16(pwdinfo->supported_wps_cm); in issue_p2p_GO_response()
3450 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(pwdinfo->supported_wps_cm); in issue_probersp_p2p()
3575 *(__be16 *)(wpsie + wpsielen) = cpu_to_be16(pwdinfo->supported_wps_cm); in _issue_probereq_p2p()