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
Johannes Berg 722138cd25 build: Put object files into build/ folder
Instead of building in the source tree, put most object
files into the build/ folder at the root, and put each
thing that's being built into a separate folder.

This then allows us to build hostapd and wpa_supplicant
(or other combinations) without "make clean" inbetween.

For the tests keep the objects in place for now (and to
do that, add the build rule) so that we don't have to
rewrite all of that with $(call BUILDOBJS,...) which is
just noise there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
4 years ago
..
.gitignore Add build rules for src/radius/libradius.a 15 years ago
Makefile build: Put object files into build/ folder 4 years ago
radius.c RADIUS: Use size_t instead of int for message attributes 4 years ago
radius.h HS 2.0: Move Terms and Conditions Server URL generation from AP to AS 6 years ago
radius_client.c RADIUS client: fix extra retry before failover 4 years ago
radius_client.h RADIUS: Update full message for interim accounting updates 8 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 RADIUS: Convert Boolean to C99 bool 4 years ago
radius_server.h RADIUS server: Use struct eap_config to avoid duplicated definitions 5 years ago