aboutsummaryrefslogtreecommitdiffstats
path: root/mac80211_hwsim
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-111-8/+2
| | | | | | | Remove the GPL notification text from files that were initially contributed by Atheros Communications or Qualcomm Atheros. Signed-hostap: Jouni Malinen <j@w1.fi>
* mac80211_hwsim: Remove forgotten filesJouni Malinen2011-10-293-82/+0
| | | | | | | | | These live in the Linux kernel tree with mac80211_hwsim.c that was already removed from hostap.git. The notes and example configuration files are in Documentation/networking/mac80211_hwsim directory, so remove the unnecessarily duplicated files from hostap.git. Signed-hostap: Jouni Malinen <j@w1.fi>
* hwsim_test: Fix silly bug in select() result processingJouni Malinen2011-10-231-2/+2
|
* Remove mac80211_hwsim codeJohannes Berg2009-07-283-561/+2
| | | | | | The hwsim code here can only compile with a very specific kernel version, but is shipped with current kernels so you just need to enable it in your kernel instead.
* hwsim_test: Tool for testing data connectivity with mac80211_hwsimJouni Malinen2009-05-072-0/+255
| | | | | | This program can be used to verify that both unicast and broadcast data frames can be transmitted successfully through mac80211_hwsim interfaces.
* Added a place for example mac80211_hwsim test casesJouni Malinen2008-08-287-0/+58
| | | | | | | The tests directory and its subdirectories contain a set of configuration files that can be used to exercise various mac80211, hostapd, and wpa_supplicant features. The test.txt file in each test directory describes the particular test and includes the commands needed to run the test.
* Removed forgotten todo entryJouni Malinen2008-06-101-1/+0
|
* Added support for AP mode Beacon transmissionJouni Malinen2008-06-101-5/+87
|
* Set ACK flag properly for txstatusJouni Malinen2008-06-101-3/+17
|
* Use _irqsafe versions of ieee80211 rx and tx_status functionsJouni Malinen2008-06-101-2/+2
|
* Added start/stop handlers and do not send frames to stopped radiosJouni Malinen2008-06-101-1/+7
|
* Added a comment about hwsim#Jouni Malinen2008-06-101-0/+4
|
* Added global monitor interface (hwsim#)Jouni Malinen2008-06-101-0/+100
| | | | | | This new netdev is created by hwsim, not mac80211, and as such, it is available all the time (i.e., can be UP before starting mac80211 netdevs) and it will receive all frames regardless of the channel etc.
* Fixed tx() handler to use GFP_ATOMIC.Jouni Malinen2008-06-101-1/+1
|
* Added mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211Jouni Malinen2008-06-105-0/+436
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.