From 555cd8a8059e5baee3884a71ffa10484fd69d162 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 15 Feb 2011 08:50:45 +0000 Subject: [PATCH] merge r25543 SVN-Revision: 25544 --- package/hostapd/files/hostapd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index db08e7bce2..98c3f61e58 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -47,8 +47,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 -- 2.30.2