M7350/external/hostap/wpa_supplicant/examples/wep.conf

12 lines
170 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
# 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
}