]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add simple MLO test case to exercise single drv
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Wed, 13 Nov 2024 07:26:21 +0000 (12:56 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 10 Dec 2024 09:49:17 +0000 (11:49 +0200)
commit86bac539f9264339567883d7daa9fac89703b31c
treebc525141d9dada50440b83b238a936659d5172ee
parente3fe940ac2ce5df73f5e867aece9c95ac4721e07
tests: Add simple MLO test case to exercise single drv

Add MLO test case to test one one-link MLD and one two-link MLD
coexisting case in such a way that single drv path can be exercised.
Connect ML STA to each and verify traffic.

Configs will be used as shown below:

   +--------------------+     +------------------+
   |     config 2       |     |      config 1    |
   |                    |     |                  |
   |                    |     |                  |
   | +----------------+ |     |                  |
   | |     BSS 1      | |     |                  |
   | | ssid: mld-0    | |     |                  |
   | +----------------+ |     |                  |
   |                    |     |                  |
 +-----------------------------------------------------------------+
 | | +----------------+ |     | +--------------+ |                 |
 | | |     BSS 2      | |     | |     BSS 1    | |                 |
 | | | ssid: mld-1    | |     | | ssid: mld-1  | |  2 Link MLO AP  |
 | | +----------------+ |     | +--------------+ |                 |
 | +--------------------+     +------------------+                 |
 +-----------------------------------------------------------------+

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
tests/hwsim/test_eht.py