hanwckf / rt-n56u

Padavan
3.27k stars 3.68k forks source link

testing wpa3 #611

Open i3roly opened 3 years ago

i3roly commented 3 years ago

@meisreallyba @hanwckf what should be in RT2860AP.dat when using WPA3?

i thought i just set AuthMode=WPA3PSK (or WPA2PSKWPA3PSK) and provide associated WPAPSK, and it shoudl work.

i just found out today for some reason wpa3 is not working.

i thought maybe it was because ApCliSAEGroup wasn't specified, but even if i specified that to a valid value, it still did not work.

any tips?

i3roly commented 3 years ago

well, someone told me it does work.

but i find it strange because there is no SET_CIPHER portion in the code.

i know when WPA3 AKM is specified, that it gets set fine. https://github.com/hanwckf/rt-n56u/blob/c9c3cec65c619dd8a1f51eee1d305d09d474fff6/trunk/proprietary/rt_wifi/rtpci/5.0.4.0/mt7615/embedded/security/cmm_sec.c#L54

but i assume every AKM needs a CIPHER, and neither OWE/WPA3 have that in the current code: https://github.com/hanwckf/rt-n56u/blob/c9c3cec65c619dd8a1f51eee1d305d09d474fff6/trunk/proprietary/rt_wifi/rtpci/5.0.4.0/mt7615/embedded/security/cmm_sec.c#L126

@meisreallyba any tips?