hostapd/src/radius
Jouni Malinen b94371af84 RADIUS attributes for EAPOL-Key message details
Use vendor specific RADIUS attributes for sending ANonce and EAPOL-Key
msg 2/4 for the wpa_psk_radius=3 case. The vendor specific attributes
for this are defined in FreeRADIUS as follows:

BEGIN-VENDOR    FreeRADIUS      format=Extended-Vendor-Specific-5
ATTRIBUTE       FreeRADIUS-802.1X-Anonce        1       octets[32]
ATTRIBUTE       FreeRADIUS-802.1X-EAPoL-Key-Msg 2       octets
END-VENDOR      FreeRADIUS

Signed-off-by: Jouni Malinen <j@w1.fi>
2022-04-15 18:40:55 +03:00
..
Makefile build: Make more library things common 2020-10-12 20:20:35 +03:00
radius.c RADIUS: Attributes with Extended Types (RFC 6929) 2022-04-15 18:40:55 +03:00
radius.h RADIUS attributes for EAPOL-Key message details 2022-04-15 18:40:55 +03:00
radius_client.c RADIUS client: Fix void-pointer-to-enum-cast warning 2021-08-19 11:19:37 +03:00
radius_client.h RADIUS client: Support SO_BINDTODEVICE 2021-02-27 10:51:15 +02:00
radius_das.c RADIUS: Allow 0.0.0.0 to be used as wildard radius_das_client 2018-06-22 19:37:18 +03:00
radius_das.h HS 2.0: CoA-Request processing for Terms and Conditions filtering 2018-04-25 12:57:46 +03:00
radius_server.c Create RADIUS_MAX_MSG_LEN param in the shared radius.h 2021-02-20 00:08:17 +02:00
radius_server.h RADIUS server: Use struct eap_config to avoid duplicated definitions 2019-08-20 02:33:12 +03:00