xref: /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/wep.conf (revision 8dbcf02c6b60177cfedb9fe3389610b9684d4043)
1# Static WEP keys
2
3ctrl_interface=/var/run/wpa_supplicant
4
5network={
6	ssid="example wep network"
7	key_mgmt=NONE
8	wep_key0="abcde"
9	wep_key1=0102030405
10	wep_tx_keyidx=0
11}
12