Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
This commit is contained in:
commit
6fc6879bd5
589 changed files with 213408 additions and 0 deletions
11
wpa_supplicant/examples/wep.conf
Normal file
11
wpa_supplicant/examples/wep.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue