Unmodified upstream source from https://github.com/Raizo62/vwifi Commit: 4a9842e "CMakeLists.txt : VERSION = 7.0" Simulator of WiFi (802.11) interfaces to communicate between several Virtual Machines via mac80211_hwsim + TCP relay. License: Apache-2.0
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
interface=wlan0
|
|
driver=nl80211
|
|
ssid=AP_WEP
|
|
hw_mode=g
|
|
channel=1
|
|
ignore_broadcast_ssid=0
|
|
wep_default_key=0
|
|
wep_key0="12345"
|
|
|