aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/80211_setup_ap
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: refactor wifi descriptions using if[]Aleksandr Nogikh2024-02-191-1/+1
| | | | | 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: add 802.11 frame descriptionsAleksandr Nogikh2020-10-051-6/+6
| | | | | | | | | | | | This commit enables accurate generation of 802.11 frames for injection. The descriptions only include frames/fields/elements that are supported by mac80211. Also, this commit includes fixes to tests that were affected by modification of the existing descriptions. The validity of the frames was verified by capturing the generated packets and examining them in Wirehark.
* sys/linux/tests: add three new runtests for 802.11Aleksandr Nogikh2020-10-011-0/+11
1. A runtest that sets up an access point. 2. A runtest that configures a station. 3. A runtest that configures a mesh device.