Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A 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()
1063 if (status == DPP_STATUS_OK) { in dpp_auth_build_conf()
1115 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_auth_build_conf()
1123 if (status == DPP_STATUS_OK) in dpp_auth_build_conf()
1530 if (status[0] != DPP_STATUS_OK) { in dpp_auth_resp_rx()
1733 return dpp_auth_build_conf(auth, DPP_STATUS_OK); in dpp_auth_resp_rx()
1919 if (status[0] != DPP_STATUS_OK) { in dpp_auth_conf_rx()
H A Ddpp_reconfig.c492 if (res != DPP_STATUS_OK) { in dpp_reconfig_auth_req_rx()
624 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_reconfig_build_conf()
755 if (res != DPP_STATUS_OK) { in dpp_reconfig_auth_resp_rx()
885 if (status[0] != DPP_STATUS_OK) { in dpp_reconfig_auth_conf_rx()
H A Ddpp_pkex.c273 if (status != DPP_STATUS_OK) in dpp_pkex_build_exchange_resp()
539 pkex->exchange_resp = dpp_pkex_build_exchange_resp(pkex, DPP_STATUS_OK, in dpp_pkex_rx_exchange_req()
681 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_pkex_build_commit_reveal_req()
775 if (attr_status[0] != DPP_STATUS_OK) { in dpp_pkex_rx_exchange_resp()
1002 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_pkex_build_commit_reveal_resp()
H A Ddpp.c901 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_build_conf_req_attr()
2044 if (auth->force_conf_resp_status != DPP_STATUS_OK) { in dpp_build_conf_resp()
2066 status = DPP_STATUS_OK; in dpp_build_conf_resp()
2180 netrole == DPP_NETROLE_STA && status == DPP_STATUS_OK) { in dpp_build_conf_resp()
2254 dpp_build_attr_status(msg, DPP_STATUS_OK); in dpp_build_conf_resp()
2963 signed_connector) != DPP_STATUS_OK) in dpp_parse_cred_dpp()
3462 if (status[0] != DPP_STATUS_OK) { in dpp_conf_resp_rx()
4180 if (res != DPP_STATUS_OK) { in dpp_peer_intro()
4276 ret = DPP_STATUS_OK; in dpp_peer_intro()
4278 if (ret != DPP_STATUS_OK) in dpp_peer_intro()
H A Ddpp_tcp.c245 auth->conf_resp_status == DPP_STATUS_OK) { in dpp_controller_gas_done()
893 if (status == DPP_STATUS_OK && auth->send_conn_status) { in dpp_controller_rx_conf_result()
907 if (status == DPP_STATUS_OK) in dpp_controller_rx_conf_result()
1607 if (auth->peer_version < 2 || auth->conf_resp_status != DPP_STATUS_OK) in dpp_tcp_rx_gas_resp()
1611 status = res < 0 ? DPP_STATUS_CONFIG_REJECTED : DPP_STATUS_OK; in dpp_tcp_rx_gas_resp()
H A Ddpp.h104 DPP_STATUS_OK = 0, enumerator
H A Ddpp_crypto.c845 ret = DPP_STATUS_OK; in dpp_process_signed_connector()
/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c569 auth->auth_resp_status == DPP_STATUS_OK) { in hostapd_dpp_tx_status()
1312 status = DPP_STATUS_OK; in hostapd_dpp_gas_resp_cb()
1320 if (status != DPP_STATUS_OK) in hostapd_dpp_gas_resp_cb()
1324 auth->conf_resp_status == DPP_STATUS_OK) { in hostapd_dpp_gas_resp_cb()
1590 if (status == DPP_STATUS_OK && auth->send_conn_status) { in hostapd_dpp_rx_conf_result()
1608 if (status == DPP_STATUS_OK) in hostapd_dpp_rx_conf_result()
1619 if (status == DPP_STATUS_OK) in hostapd_dpp_rx_conf_result()
1626 if (status == DPP_STATUS_OK) in hostapd_dpp_rx_conf_result()
1952 if (status == DPP_STATUS_OK && in hostapd_dpp_send_peer_disc_resp()
1972 if (status == DPP_STATUS_OK) { in hostapd_dpp_send_peer_disc_resp()
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c447 wpas_dpp_send_conn_status_result(wpa_s, DPP_STATUS_OK); in wpas_dpp_connected_timeout()
592 auth->auth_resp_status == DPP_STATUS_OK) { in wpas_dpp_tx_status()
1928 status = DPP_STATUS_OK; in wpas_dpp_gas_resp_cb()
1936 if (status != DPP_STATUS_OK) in wpas_dpp_gas_resp_cb()
1940 auth->conf_resp_status == DPP_STATUS_OK) { in wpas_dpp_gas_resp_cb()
2263 if (status == DPP_STATUS_OK && auth->send_conn_status) { in wpas_dpp_rx_conf_result()
2287 if (status == DPP_STATUS_OK) in wpas_dpp_rx_conf_result()
2297 if (status == DPP_STATUS_OK) in wpas_dpp_rx_conf_result()
2304 if (status == DPP_STATUS_OK) in wpas_dpp_rx_conf_result()
2791 if (status[0] != DPP_STATUS_OK) { in wpas_dpp_rx_peer_disc_resp()
[all …]