WLAN_AUTH_SAE
if (priv->auth_alg != WLAN_AUTH_SAE &&
auth_alg = WLAN_AUTH_SAE;
if (priv->auth_alg == WLAN_AUTH_SAE)
if (priv->sec_info.authentication_mode == WLAN_AUTH_SAE) {
if (priv->auth_alg != WLAN_AUTH_SAE) {
(auth_alg != WLAN_AUTH_SAE &&
(auth_alg == WLAN_AUTH_SAE &&
if (auth_alg == WLAN_AUTH_SAE &&
case WLAN_AUTH_SAE:
if (ifmgd->auth_data->algorithm != WLAN_AUTH_SAE ||
} else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE &&
} else if (ifmgd->auth_data->algorithm == WLAN_AUTH_SAE &&
if (auth_data->algorithm == WLAN_AUTH_SAE)
if (auth_data->algorithm == WLAN_AUTH_SAE) {
if (auth_data->algorithm == WLAN_AUTH_SAE)
WLAN_AUTH_SAE)
auth_alg = WLAN_AUTH_SAE;