create_ap icon indicating copy to clipboard operation
create_ap copied to clipboard

WPA2 security

Open make-github-pseudonymous-again opened this issue 7 years ago • 1 comments

What algorithm does the WPA2 mode use? AES or TKIP? Is that configurable?

This program uses TKIP+CCMP as default but you can change it at line 1660:

wpa_pairwise=TKIP CCMP
rsn_pairwise=CCMP

wrlu avatar Mar 12 '19 11:03 wrlu