Home
last modified time | relevance | path

Searched refs:dpp_auth_build_conf (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_auth.c956 static struct wpabuf * dpp_auth_build_conf(struct dpp_authentication *auth, in dpp_auth_build_conf() function
1662 return dpp_auth_build_conf(auth, DPP_STATUS_NOT_COMPATIBLE); in dpp_auth_resp_rx()
1717 return dpp_auth_build_conf(auth, DPP_STATUS_AUTH_FAILURE); in dpp_auth_resp_rx()
1733 return dpp_auth_build_conf(auth, DPP_STATUS_OK); in dpp_auth_resp_rx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c3360 static struct wpabuf * dpp_auth_build_conf(struct dpp_authentication *auth, in dpp_auth_build_conf() function
3888 return dpp_auth_build_conf(auth, DPP_STATUS_NOT_COMPATIBLE); in dpp_auth_resp_rx()
3943 return dpp_auth_build_conf(auth, DPP_STATUS_AUTH_FAILURE); in dpp_auth_resp_rx()
3959 return dpp_auth_build_conf(auth, DPP_STATUS_OK); in dpp_auth_resp_rx()