]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Testing support for PASN with user-specified parameters
authorPeddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
Tue, 17 Jun 2025 08:04:45 +0000 (13:34 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 24 Jun 2025 18:38:41 +0000 (21:38 +0300)
commitba7d967da46d4cf3c98b970cf1bc1e724d8b68d5
tree119ef342e58dcf30e43e75dc090d602fa18b2c8d
parent9345b2c65d07ec2535cf57788e45795a06904bce
PASN: Testing support for PASN with user-specified parameters

Extend control interface support to allow PASN authentication with
user-defined network parameters such as AKMP, cipher, password, and
comeback cookie to be tested with the PASN_AUTH driver event.

Update the pasn_sae_driver test case to align with these control
interface changes.

This enhancement modifies the existing PASN_DRIVER command to accept
additional parameters beyond just the peer BSSID, which was a limitation
in the earlier implementation. This command is included only in
CONFIG_TESTING_OPTIONS builds.

Signed-off-by: Peddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
tests/hwsim/test_pasn.py
wpa_supplicant/ctrl_iface.c