create_ap

create a nat-ed wifi ap
git clone git://git.2f30.org/create_ap
Log | Files | Refs | README | LICENSE

commit 709652041ffd6eeec67c98412a577f08b603298b
parent cfc9630338f7a0547ceb7dca4fc7b06442c6e5ff
Author: oblique <psyberbits@gmail.com>
Date:   Sat,  7 Jun 2014 16:53:28 +0300

Add CCMP in wpa_pairwise of hostapd.conf

Diffstat:
Mcreate_ap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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