Skip to content

Commit

Permalink
fix: remove insecure and deprecated TKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Aug 25, 2023
1 parent 6289739 commit 32fdb2b
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 32fdb2b

Please sign in to comment.