From 709652041ffd6eeec67c98412a577f08b603298b Mon Sep 17 00:00:00 2001 From: oblique Date: Sat, 7 Jun 2014 16:53:28 +0300 Subject: [PATCH] Add CCMP in wpa_pairwise of hostapd.conf --- create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_ap b/create_ap index 5f14959..02d12da 100755 --- a/create_ap +++ b/create_ap @@ -402,7 +402,7 @@ if [[ -n "$PASSPHRASE" ]]; then wpa=${WPA_VERSION} wpa_passphrase=$PASSPHRASE wpa_key_mgmt=WPA-PSK -wpa_pairwise=TKIP +wpa_pairwise=TKIP CCMP rsn_pairwise=CCMP EOF fi