Page 1 of 1

TKIP support for wifi

Posted: 25 Aug 2012, 17:40
by basd82
I want to able to use tkip in steat of aes.

Re: TKIP support for wifi

Posted: 26 Aug 2012, 03:27
by Eek
You mean being able to select it through the GUI?

It is available, just edit /etc/hostapd/hostapd.conf
and use

Code: Select all

wpa_pairwise=TKIP CCMP
rsn_pairwise=TKIP CCMP
then restart
/etc/init.d/hostapd restart