fragattacks/research/client.conf

42 lines
573 B
Plaintext
Raw Normal View History

2020-03-04 06:36:52 -05:00
ctrl_interface=wpaspy_ctrl
2020-05-23 20:39:15 -04:00
# Simple home network
network={
ssid="testnetwork"
psk="abcdefgh"
disable_ht=1
2020-05-23 20:39:15 -04:00
pairwise=CCMP
#group=CCMP
2020-11-22 18:19:29 -05:00
# Enable these to test WPA3/SAE APs
#key_mgmt=SAE
#ieee80211w=1
}
2020-05-23 20:39:15 -04:00
# Enterprise network
network={
2020-05-23 20:39:15 -04:00
ssid="peaptest"
key_mgmt=WPA-EAP
eap=PEAP
anonymous_identity="not anonymous"
identity="user"
phase2="auth=MSCHAPV2"
password="password"
2020-05-23 20:39:15 -04:00
pairwise=CCMP
#group=CCMP
}
# EAP-PWD with dynamic WEP keys
network={
ssid="weptests"
key_mgmt=IEEE8021X
eap=PWD
identity="user"
password="password"
2020-05-23 20:39:15 -04:00
pairwise=CCMP
#group=CCMP
}