mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
11 lines
314 B
Diff
11 lines
314 B
Diff
--- a/src/ap/wpa_auth_i.h
|
|
+++ b/src/ap/wpa_auth_i.h
|
|
@@ -54,6 +54,7 @@ struct wpa_state_machine {
|
|
bool MICVerified;
|
|
bool GUpdateStationKeys;
|
|
u8 ANonce[WPA_NONCE_LEN];
|
|
+ struct os_reltime ANonce_time;
|
|
u8 SNonce[WPA_NONCE_LEN];
|
|
u8 alt_SNonce[WPA_NONCE_LEN];
|
|
u8 alt_replay_counter[WPA_REPLAY_COUNTER_LEN];
|