hostapd/tests/fuzzing/sae
Andrei Otcheretianski 694a1c6873 SAE: Make sme_sae_auth() return IE offset
Authentication frames include several fixed body parts (see Table 9-68
(Authentication frame body) and Table 9-69 (Presence of fields and
elements in Authentication frames) in IEEE P802.11-REVme/D2.0).

To be able to parse the IE part, these fields need to be skipped. Since
SAE logic already implements this parsing, change SAE authentication
handling functions to return the offset to the IE part. This preparation
is needed for future MLD patches that need to parse out the ML related
elements in the Authentication frames.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
2022-12-17 17:11:16 +02:00
..
corpus tests: New style fuzzing tool for SAE commit parsing 2020-04-04 19:51:46 +03:00
.gitignore gitignore: Add various things 2020-10-10 13:06:53 +03:00
Makefile tests: Fix fuzzing/sae build 2022-07-28 17:08:11 +03:00
sae.c SAE: Make sme_sae_auth() return IE offset 2022-12-17 17:11:16 +02:00