aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/80211_setup_station
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: refactor wifi descriptions using if[]Aleksandr Nogikh2024-02-191-3/+3
| | | | | The descriptions benefit from syzkaller being able to include fields conditionally.
* sys/linux: use AUTO for structs wherever possiblePaul Chaignon2023-11-131-2/+2
| | | | | | | | 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-6/+22
| | | | | | | | | | | | 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/+13
1. A runtest that sets up an access point. 2. A runtest that configures a station. 3. A runtest that configures a mesh device.