]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add a unit test for RNR/basic ML element parsing
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Tue, 28 Nov 2023 01:50:07 +0000 (03:50 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 2 Dec 2023 17:02:02 +0000 (19:02 +0200)
commitd5ef16e987385e50099e097249e29a7a992096c2
tree4abb65af922c793d5e7b3b59835b58d6cfe32c25
parenta7fdd580398c706201c11501e57243c3adb7235e
tests: Add a unit test for RNR/basic ML element parsing

Going through everything to test parsing of the basic ML element and the
RNR element is not really feasible for MBSSID mode. As such, add a unit
test to excercise parsing the available links from the RNR, basic ML
element and MBSSID-Index element if present.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
tests/Makefile
tests/test-bss.c [new file with mode: 0644]