You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/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>
3 years ago
..
Makefile build: Make more library things common 4 years ago
radius.c RADIUS: Use size_t instead of int for message attributes 4 years ago
radius.h Set RADIUS message length to reflect RFC 2865 3 years ago
radius_client.c RADIUS client: Fix void-pointer-to-enum-cast warning 3 years ago
radius_client.h RADIUS client: Support SO_BINDTODEVICE 3 years ago
radius_das.c RADIUS: Allow 0.0.0.0 to be used as wildard radius_das_client 6 years ago
radius_das.h HS 2.0: CoA-Request processing for Terms and Conditions filtering 6 years ago
radius_server.c Create RADIUS_MAX_MSG_LEN param in the shared radius.h 3 years ago
radius_server.h RADIUS server: Use struct eap_config to avoid duplicated definitions 5 years ago