Add CCMP in wpa_pairwise of hostapd.conf

This commit is contained in:
oblique 2014-06-07 16:53:28 +03:00
parent cfc9630338
commit 709652041f

View File

@ -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