Chosing CCMP-AES in ponte2 form (section Repeater AP) the script use TKIP.
Logged In: YES user_id=1272027 Originator: YES
FIX
edit line 267 of /etc/ponte2 and change the line: [ $WapAlg_ap == 2 ] && WapCipher=CCMP with: [ $WapAlg_ap == CCMP ] && WapCipher=CCMP
Log in to post a comment.
Logged In: YES
user_id=1272027
Originator: YES
FIX
edit line 267 of /etc/ponte2 and change the line:
[ $WapAlg_ap == 2 ] && WapCipher=CCMP
with:
[ $WapAlg_ap == CCMP ] && WapCipher=CCMP