mac80211_hwsim: 802.11 radio simulator 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. Signed-off-by:Jouni Malinen <j@w1.fi> Acked-by:
Johannes Berg <johannes@sipsolutions.net> Signed-off-by:
John W. Linville <linville@tuxdriver.com>
Showing
- Documentation/networking/mac80211_hwsim/README 68 additions, 0 deletionsDocumentation/networking/mac80211_hwsim/README
- Documentation/networking/mac80211_hwsim/hostapd.conf 11 additions, 0 deletionsDocumentation/networking/mac80211_hwsim/hostapd.conf
- Documentation/networking/mac80211_hwsim/wpa_supplicant.conf 10 additions, 0 deletionsDocumentation/networking/mac80211_hwsim/wpa_supplicant.conf
- drivers/net/wireless/Kconfig 13 additions, 0 deletionsdrivers/net/wireless/Kconfig
- drivers/net/wireless/Makefile 2 additions, 0 deletionsdrivers/net/wireless/Makefile
- drivers/net/wireless/mac80211_hwsim.c 533 additions, 0 deletionsdrivers/net/wireless/mac80211_hwsim.c
Loading
Please register or sign in to comment