hostapd/src/pasn
Sai Pratyusha Magam 4120f9d7ab PASN: Introduce configuration option to allow/deny PASN-UNAUTH
Per IEEE P802.11az/D7.0, 12.12.3.2 (PASN Frame Construction and
Processing), responder should REFUSE PASN authentication frame 1 with
Base AKM as PASN AKM if dot11NoAuthPASNActivated is false. That
configuration was not previously available and hostapd was hardcoded
with dot11NoAuthPASNActivated being true.

Allow this to be configured and reject PASN authentication frame 1 from
initiator if pasn_noauth=0 and Base AKM in RSNE of this frame is PASN.
The default value for pasn_noauth is 1 to maintain previous
functionality even though the dot11NoAuthPASNActivated is defined to
have default value of false.

Signed-off-by: Sai Pratyusha Magam <quic_smagam@quicinc.com>
2023-05-25 22:54:12 +03:00
..
Makefile PASN: Move responder functionality into a separate file 2022-11-04 00:52:17 +02:00
pasn_common.h PASN: Introduce configuration option to allow/deny PASN-UNAUTH 2023-05-25 22:54:12 +03:00
pasn_initiator.c SAE: Make sme_sae_auth() return IE offset 2022-12-17 17:11:16 +02:00
pasn_responder.c PASN: Introduce configuration option to allow/deny PASN-UNAUTH 2023-05-25 22:54:12 +03:00