From f1ac8cf2859bee611c5bba05a17f7ab0a2ebf5d0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 15 Feb 2011 08:49:45 +0000 Subject: hostapd: allow mixed TKIP/CCMP for 11n SVN-Revision: 25543 --- package/hostapd/files/hostapd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/hostapd') diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index d80729f..acb92aa 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -50,8 +50,8 @@ hostapd_set_bss_options() { esac # enforce CCMP for 11ng and 11na - case "$hwmode" in - *ng|*na) crypto="CCMP";; + case "$hwmode:$crypto" in + *ng:TKIP|*na:TKIP) crypto="CCMP TKIP";; esac # use crypto/auth settings for building the hostapd config -- cgit v1.1