Re: Re: WPA packet number reuse with replayed messages and key reinstallation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
On the "Impact on AP/Hostapd" section on the site it is mentioned that:
"When AP/Authenticator implementation in hostapd is requested to rekey
the PTK without performing EAP reauthentication (either through local
periodic rekeying or due to a request from an association station),
the ANonce value does not get updated ... "

My question if this case is applicable only to Fast BSS Transition
(FT), because as I see it, it might happen also on WPA, when
supplicant has a MIC problem, regardless of FT, and AP is not running
local periodic rekeying. If so, is this patch needed ?


here is the diff :
- else if (sm->PTKRequest)
- SM_ENTER(WPA_PTK, PTKSTART);
- else switch (sm->wpa_ptk_state) {
+ else if (sm->PTKRequest) {
+ if (wpa_auth_sm_ptk_update(sm) < 0)
+ SM_ENTER(WPA_PTK, DISCONNECTED);
+ else
+ SM_ENTER(WPA_PTK, PTKSTART);
+ } else switch (sm->wpa_ptk_state) {

Thanks,
Klinger.

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux