Skip to content

Commit

Permalink
set WPA bit1 (wpa=2) -> IEEE 802.11i/RSN (WPA2) on hostapd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelrio committed May 14, 2016
1 parent 74c4608 commit b9079da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMGNAME = rpi-hostap
VERSION = 0.20
VERSION = 0.21
SUBNET = 192.168.254.0
APADDR = 192.168.254.1
.PHONY: all build test taglatest
Expand Down
2 changes: 1 addition & 1 deletion wlanstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ driver=${DRIVER}
ssid=${SSID}
hw_mode=${HW_MODE}
channel=${CHANNEL}
wpa=1
wpa=2
wpa_passphrase=${WPA_PASSPHRASE}
wpa_key_mgmt=WPA-PSK
# TKIP is no secure anymore
Expand Down

0 comments on commit b9079da

Please sign in to comment.