mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
de08c7248d
mac80211_hwsim is a Linux kernel module that can be used to simulate arbitrary number of IEEE 802.11 radios for mac80211 on a single device. It can be used to test most of the mac80211 functionality and user space tools (e.g., hostapd and wpa_supplicant) in a way that matches very closely with the normal case of using real WLAN hardware. From the mac80211 view point, mac80211_hwsim is yet another hardware driver, i.e., no changes to mac80211 are needed to use this testing tool.
11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
ctrl_interface=/var/run/wpa_supplicant
|
|
|
|
network={
|
|
ssid="mac80211 test"
|
|
psk="12345678"
|
|
key_mgmt=WPA-PSK
|
|
proto=WPA2
|
|
pairwise=CCMP
|
|
group=CCMP
|
|
}
|