Home
last modified time | relevance | path

Searched refs:DPP_STATUS_NOT_COMPATIBLE (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c923 if (dpp_auth_build_resp_status(auth, DPP_STATUS_NOT_COMPATIBLE) < 0) in dpp_auth_req_rx()
1317 if (status == DPP_STATUS_NOT_COMPATIBLE) { in dpp_auth_resp_rx_status()
1378 if (status == DPP_STATUS_NOT_COMPATIBLE) { in dpp_auth_resp_rx_status()
1662 return dpp_auth_build_conf(auth, DPP_STATUS_NOT_COMPATIBLE); in dpp_auth_resp_rx()
1803 if (status == DPP_STATUS_NOT_COMPATIBLE) in dpp_auth_conf_rx_failure()
1913 if (status[0] == DPP_STATUS_NOT_COMPATIBLE || in dpp_auth_conf_rx()
Ddpp.h105 DPP_STATUS_NOT_COMPATIBLE = 1, enumerator
/external/wpa_supplicant_8/wpa_supplicant/aidl/
Daidl_manager.cpp1746 case DPP_STATUS_NOT_COMPATIBLE: in convertSupplicantDppStatusErrorCodeToAidl()