hostapd/src/radius
Anusha Datar 7df089b567 Create RADIUS_MAX_MSG_LEN param in the shared radius.h
The RADIUS client currently uses a hardcoded value of 3000 for the
maximum length of a RADIUS message, and the RADIUS server currently
defines a constant value for the maximum length of the RADIUS message
within its source. The client and the server should use the same
maximum length value, so this change creates a shared parameter
RADIUS_MAX_MSG_LEN within the header file radius.h and modifies
both the client and the server to use that parameter instead of
a locally set value.

Signed-off-by: Anusha Datar <anusha@meter.com>
Reviewed-by: Steve deRosier <derosier@cal-sierra.com>
Reviewed-by: Julian Squires <julian@cipht.net>
2021-02-20 00:08:17 +02:00
..
Makefile build: Make more library things common 2020-10-12 20:20:35 +03:00
radius.c RADIUS: Use size_t instead of int for message attributes 2020-03-22 18:50:04 +02:00
radius.h Create RADIUS_MAX_MSG_LEN param in the shared radius.h 2021-02-20 00:08:17 +02:00
radius_client.c Create RADIUS_MAX_MSG_LEN param in the shared radius.h 2021-02-20 00:08:17 +02:00
radius_client.h RADIUS: Update full message for interim accounting updates 2016-02-29 11:52:16 +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