Lines Matching refs:resp
468 int resp = WLAN_STATUS_SUCCESS; in handle_auth_sae() local
484 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_auth_sae()
489 resp = WLAN_STATUS_AP_UNABLE_TO_HANDLE_NEW_STA; in handle_auth_sae()
530 resp = sae_parse_commit(sta->sae, buf, len, &token, &token_len, default_group, in handle_auth_sae()
532 if (resp == SAE_SILENTLY_DISCARD) { in handle_auth_sae()
536 resp = WLAN_STATUS_SUCCESS; in handle_auth_sae()
540 if (resp == WLAN_STATUS_UNKNOWN_PASSWORD_IDENTIFIER) { in handle_auth_sae()
553 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_auth_sae()
558 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_auth_sae()
562 if (resp != WLAN_STATUS_SUCCESS) { in handle_auth_sae()
584 resp = WLAN_STATUS_ANTI_CLOGGING_TOKEN_REQ; in handle_auth_sae()
593 resp = sae_sm_step(hapd, sta, bssid, auth_transaction, in handle_auth_sae()
607 resp = WLAN_STATUS_UNSPECIFIED_FAILURE; in handle_auth_sae()
626 resp = WLAN_STATUS_CHALLENGE_FAIL; in handle_auth_sae()
631 resp = sae_sm_step(hapd, sta, bssid, auth_transaction, in handle_auth_sae()
638 resp = WLAN_STATUS_UNKNOWN_AUTH_TRANSACTION; in handle_auth_sae()
641 if (!sta_removed && resp != WLAN_STATUS_SUCCESS) { in handle_auth_sae()
647 if (resp == WLAN_STATUS_FINITE_CYCLIC_GROUP_NOT_SUPPORTED && in handle_auth_sae()
654 auth_transaction, resp, in handle_auth_sae()
663 return resp; in handle_auth_sae()