Skip to content

Commit

Permalink
Merge pull request #342 from oddlama/master
Browse files Browse the repository at this point in the history
[SECURITY] remove insecure TKIP from configurations
  • Loading branch information
lakinduakash committed Nov 11, 2023
2 parents 59564a7 + 32fdb2b commit 805d157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/create_ap
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ if [[ -n "$PASSPHRASE" ]]; then
wpa=${WPA_VERSION}
wpa_${WPA_KEY_TYPE}=${PASSPHRASE}
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
wpa_pairwise=CCMP
rsn_pairwise=CCMP
EOF
fi
Expand Down

0 comments on commit 805d157

Please sign in to comment.