1
0
mirror of https://github.com/vanhoefm/fragattacks.git synced 2025-02-19 10:33:05 -05:00

12 lines
170 B
Plaintext

# Static WEP keys
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="example wep network"
key_mgmt=NONE
wep_key0="abcde"
wep_key1=0102030405
wep_tx_keyidx=0
}