commit | c5a0c705de5ae60afbe22ff6502d32e06b6078fb | [log] [tgz] |
---|---|---|
author | Dmitry Shmidt <[email protected]> | Wed Aug 12 09:53:49 2009 -0700 |
committer | Dmitry Shmidt <[email protected]> | Wed Aug 12 09:53:49 2009 -0700 |
tree | 6417b94ccea1a79fc46e3d4c908ec47355be992f | |
parent | 11968dc74d8e3852d1dd8a8edf8283c40a6e62f1 [diff] |
Fix 5.5.2 PMK Caching issue Signed-off-by: Zheng BaoZhong-E13358 <[email protected]>
diff --git a/events.c b/events.c index 76e509d..bb5be64 100644 --- a/events.c +++ b/events.c
@@ -661,9 +661,9 @@ p += len; } - if (!wpa_found && data->assoc_info.beacon_ies) + if (!wpa_found) wpa_sm_set_ap_wpa_ie(wpa_s->wpa, NULL, 0); - if (!rsn_found && data->assoc_info.beacon_ies) + if (!rsn_found) wpa_sm_set_ap_rsn_ie(wpa_s->wpa, NULL, 0); }