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
11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
ctrl_interface=/var/run/wpa_supplicant
|
|
|
|
network={
|
|
ssid="mac80211_wpa"
|
|
psk="12345678"
|
|
key_mgmt=WPA-PSK
|
|
proto=WPA2
|
|
pairwise=CCMP
|
|
group=CCMP
|
|
}
|