Added mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211
authorJouni Malinen <j@w1.fi>
Tue, 10 Jun 2008 10:31:25 +0000 (13:31 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 10 Jun 2008 10:31:25 +0000 (13:31 +0300)
commitde08c7248d31cc85257e4e07ab80775c06a98800
treecdc0c8720d6ef3c8593542043b6aaebcf475aa36
parent3e2ad1b932d827ddb038a5f9163bca766803811a
Added mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211

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.
mac80211_hwsim/Makefile [new file with mode: 0644]
mac80211_hwsim/README [new file with mode: 0644]
mac80211_hwsim/hostapd.conf [new file with mode: 0644]
mac80211_hwsim/mac80211_hwsim.c [new file with mode: 0644]
mac80211_hwsim/wpa_supplicant.conf [new file with mode: 0644]