Home
last modified time | relevance | path

Searched refs:DPP_STATUS_OK (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_auth.c221 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_req()
407 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_resp()
428 enum dpp_status_error status = DPP_STATUS_OK; in dpp_auth_build_resp_ok()
1065 if (status == DPP_STATUS_OK) { in dpp_auth_build_conf()
1117 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_conf()
1125 if (status == DPP_STATUS_OK) in dpp_auth_build_conf()
1532 if (status[0] != DPP_STATUS_OK) { in dpp_auth_resp_rx()
1735 return dpp_auth_build_conf(auth, DPP_STATUS_OK); in dpp_auth_resp_rx()
1921 if (status[0] != DPP_STATUS_OK) { in dpp_auth_conf_rx()
Ddpp_reconfig.c480 if (res != DPP_STATUS_OK) { in dpp_reconfig_auth_req_rx()
612 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_reconfig_build_conf()
743 if (res != DPP_STATUS_OK) { in dpp_reconfig_auth_resp_rx()
873 if (status[0] != DPP_STATUS_OK) { in dpp_reconfig_auth_conf_rx()
Ddpp_pkex.c271 if (status != DPP_STATUS_OK) in dpp_pkex_build_exchange_resp()
526 pkex->exchange_resp = dpp_pkex_build_exchange_resp(pkex, DPP_STATUS_OK, in dpp_pkex_rx_exchange_req()
669 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_pkex_build_commit_reveal_req()
745 if (attr_status[0] != DPP_STATUS_OK) { in dpp_pkex_rx_exchange_resp()
970 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_pkex_build_commit_reveal_resp()
Ddpp_tcp.c168 auth->conf_resp_status == DPP_STATUS_OK) { in dpp_controller_gas_done()
743 if (status == DPP_STATUS_OK && auth->send_conn_status) { in dpp_controller_rx_conf_result()
755 if (status == DPP_STATUS_OK) in dpp_controller_rx_conf_result()
1230 if (auth->peer_version < 2 || auth->conf_resp_status != DPP_STATUS_OK) in dpp_tcp_rx_gas_resp()
1234 status = res < 0 ? DPP_STATUS_CONFIG_REJECTED : DPP_STATUS_OK; in dpp_tcp_rx_gas_resp()
Ddpp.c758 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_build_conf_req_attr()
1714 if (auth->force_conf_resp_status != DPP_STATUS_OK) { in dpp_build_conf_resp()
1734 status = DPP_STATUS_OK; in dpp_build_conf_resp()
1819 netrole == DPP_NETROLE_STA && status == DPP_STATUS_OK) { in dpp_build_conf_resp()
1872 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_build_conf_resp()
2548 signed_connector) != DPP_STATUS_OK) in dpp_parse_cred_dpp()
2981 if (status[0] != DPP_STATUS_OK) { in dpp_conf_resp_rx()
3703 if (res != DPP_STATUS_OK) { in dpp_peer_intro()
3778 ret = DPP_STATUS_OK; in dpp_peer_intro()
3780 if (ret != DPP_STATUS_OK) in dpp_peer_intro()
Ddpp.h97 DPP_STATUS_OK = 0, enumerator
Ddpp_crypto.c1375 ret = DPP_STATUS_OK; in dpp_process_signed_connector()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c285 auth->auth_resp_status == DPP_STATUS_OK) { in hostapd_dpp_tx_status()
951 status = DPP_STATUS_OK; in hostapd_dpp_gas_resp_cb()
959 if (status != DPP_STATUS_OK) in hostapd_dpp_gas_resp_cb()
963 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_resp_cb()
1186 if (status == DPP_STATUS_OK && auth->send_conn_status) { in hostapd_dpp_rx_conf_result()
1202 if (status == DPP_STATUS_OK) in hostapd_dpp_rx_conf_result()
1527 if (status == DPP_STATUS_OK && in hostapd_dpp_send_peer_disc_resp()
1547 if (status == DPP_STATUS_OK) { in hostapd_dpp_send_peer_disc_resp()
1640 if (res != DPP_STATUS_OK) { in hostapd_dpp_rx_peer_disc_req()
1664 DPP_STATUS_OK); in hostapd_dpp_rx_peer_disc_req()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c421 wpas_dpp_send_conn_status_result(wpa_s, DPP_STATUS_OK); in wpas_dpp_connected()
513 auth->auth_resp_status == DPP_STATUS_OK) { in wpas_dpp_tx_status()
1686 status = DPP_STATUS_OK; in wpas_dpp_gas_resp_cb()
1694 if (status != DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
1700 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
1960 if (status == DPP_STATUS_OK && auth->send_conn_status) { in wpas_dpp_rx_conf_result()
1980 if (status == DPP_STATUS_OK) { in wpas_dpp_rx_conf_result()
2434 if (status[0] != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
2461 if (res != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
3045 auth->conf_resp_status == DPP_STATUS_OK && in wpas_dpp_gas_status_handler()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl.cpp853 case DPP_STATUS_OK: in wpas_hidl_notify_dpp_conn_status()