hostapd/src/radius
Joshua Emele 12388313a0 RADIUS client: Fix void-pointer-to-enum-cast warning
Found using x86_64-cros-linux-gnu-clang (Chromium OS
12.0_pre416183_p20210305-r3 clang version 12.0.0):

radius_client.c:818:24: warning: cast to smaller integer ...
        RadiusType msg_type = (RadiusType) sock_ctx;

Signed-off-by: Joshua Emele <jemele@chromium.org>
2021-08-19 11:19:37 +03: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 Set RADIUS message length to reflect RFC 2865 2021-02-20 00:11:17 +02: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