|
@@ -1106,6 +1106,7 @@ void ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta)
|
|
sta->eapol_sm->be_auth_state = BE_AUTH_SUCCESS;
|
|
sta->eapol_sm->be_auth_state = BE_AUTH_SUCCESS;
|
|
sta->eapol_sm->authSuccess = TRUE;
|
|
sta->eapol_sm->authSuccess = TRUE;
|
|
sta->eapol_sm->authFail = FALSE;
|
|
sta->eapol_sm->authFail = FALSE;
|
|
|
|
+ sta->eapol_sm->portValid = TRUE;
|
|
if (sta->eapol_sm->eap)
|
|
if (sta->eapol_sm->eap)
|
|
eap_sm_notify_cached(sta->eapol_sm->eap);
|
|
eap_sm_notify_cached(sta->eapol_sm->eap);
|
|
/* TODO: get vlan_id from R0KH using RRB message */
|
|
/* TODO: get vlan_id from R0KH using RRB message */
|