aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/80211_setup_mesh
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: use AUTO for structs wherever possiblePaul Chaignon2023-11-131-3/+3
| | | | | | | | These occurences were found with the command: git grep -lP "{(AUTO,\s)*AUTO}" Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
* sys/linux: add ieee802154 descriptionsDmitry Vyukov2021-02-121-1/+1
|
* sys/linux/test: refactor and extend 802.11 testsAleksandr Nogikh2020-10-051-10/+8
| | | | | | | | | | | | 80211_setup_station is extended with frame injections and delays that are arranged in such a way that the device successuflly joins an access point. 80211_scan is a new test that starts a channel scan and then injects a beacon and a probe response. These additions were tested manually and were observed to fulfill their purpose.
* sys/linux/tests: add three new runtests for 802.11Aleksandr Nogikh2020-10-011-0/+17
1. A runtest that sets up an access point. 2. A runtest that configures a station. 3. A runtest that configures a mesh device.