]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Authentication with user-specified network parameters
authorPeddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
Sat, 14 Jun 2025 08:05:34 +0000 (13:35 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 24 Jun 2025 18:09:42 +0000 (21:09 +0300)
commit3b8db65322c1c252aa4826d1a297cbe2caa78e76
tree650c17195a47befdcea87f894b75272560ee7922
parentd0fe5be8c6a1f90215921519caefc9931d6635b6
PASN: Authentication with user-specified network parameters

Allow PASN Authentication with user requested network parameters such
as AKMP, cipher, and password in driver initiated cases.

These changes will allow user to choose which AKMP and cipher to use
with PASN Authentication and also to specified the password in case of
PASN-SAE. When the password is supplied a temporary network block is
created and used to perform PASN. Any temporary network block that is
created will be destroyed after PASN regardless of whether PASN succeeds
or fails.

Signed-off-by: Peddolla Harshavardhan Reddy <peddolla@qti.qualcomm.com>
src/drivers/driver.h
wpa_supplicant/pasn_supplicant.c