hostap/src/common
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>
2020-10-10 12:51:39 +03:00
..
cli.c cli: Share a common tokenize_cmd() implementation 2016-08-06 12:46:39 +03:00
cli.h cli: Share a common tokenize_cmd() implementation 2016-08-06 12:46:39 +03:00
common_module_tests.c SAE-PK: Update design for fingerprint encoding into password 2020-08-05 22:05:20 +03:00
ctrl_iface_common.c hostapd: Add wpa_msg_ctrl() to report Probe Request frames from STA 2017-11-23 20:12:34 +02:00
ctrl_iface_common.h hostapd: Add wpa_msg_ctrl() to report Probe Request frames from STA 2017-11-23 20:12:34 +02:00
defs.h Add a helper function for recognizing BIP enum wpa_alg values 2020-05-17 01:31:19 +03:00
dhcp.h BSD: Use struct ip rather than struct iphdr 2020-01-02 19:17:10 +02:00
dpp.c DPP2: Presence Announcement notification 2020-10-07 21:13:37 +03:00
dpp.h DPP2: Presence Announcement notification 2020-10-07 21:13:37 +03:00
dpp_auth.c DPP: Move authentication functionality into a separate source code file 2020-05-11 17:26:11 +03:00
dpp_backup.c DPP2: Replace OneAsymmetricKey version number (v2 to v1) 2020-10-07 01:04:48 +03:00
dpp_crypto.c DPP2: Include E-nonce in reconfig ke derivation 2020-09-09 23:33:58 +03:00
dpp_i.h DPP2: Add E-id in Reconfig Announcement 2020-08-07 22:54:53 +03:00
dpp_pkex.c DPP: Move PKEX functionality into a separate source code file 2020-05-11 16:41:33 +03:00
dpp_reconfig.c DPP2: Include E-nonce in reconfig ke derivation 2020-09-09 23:33:58 +03:00
dpp_tcp.c DPP: Remove unnecessary dpp_global_config parameters 2020-08-25 16:02:29 +03:00
dragonfly.c dragonfly: Disable use of groups using Brainpool curves 2019-07-27 23:36:27 +03:00
dragonfly.h dragonfly: SAE/EAP-pwd min PWE derivation iteration count to shared code 2019-07-23 21:21:30 +03:00
eapol_common.h PAE: Use be16/be32 instead of u16/u32 for spartse 2016-06-24 01:38:48 +03:00
gas.c DPP: Configuration exchange 2017-06-19 21:13:15 +03:00
gas.h DPP: Configuration exchange 2017-06-19 21:13:15 +03:00
gas_server.c GAS: Fix memory leak on some DPP error paths 2020-08-22 23:47:44 +03:00
gas_server.h GAS server: Support comeback delay from the request handler 2020-06-15 23:56:06 +03:00
hw_features_common.c Fix enabling 40/80 MHz bandwidth support in the 6 GHz band 2020-07-16 00:08:58 +03:00
hw_features_common.h Extract BSS coex 40 MHz check into a separate function 2019-12-26 11:41:01 +02:00
ieee802_1x_defs.h mka: Support GCM-AES-256 2018-08-21 19:28:20 +03:00
ieee802_11_common.c Work around Supported Operating Classes element issues for 6 GHz 2020-09-22 23:05:13 +03:00
ieee802_11_common.h SAE-PK: Update SAE confirm IE design 2020-06-10 12:47:07 +03:00
ieee802_11_defs.h MSCS: Parse result of MSCS setup in (Re)Association Response frames 2020-08-14 11:53:37 +03:00
linux_bridge.h vlan: Use new bridge ioctl() 2019-01-02 00:23:43 +02:00
linux_vlan.h Use own header file for defining Linux VLAN kernel interface 2016-03-26 11:24:38 +02:00
Makefile build: Put object files into build/ folder 2020-10-10 12:51:39 +03:00
ocv.c OCV: Use more granular error codes for OCI validation failures 2020-09-11 15:23:28 +03:00
ocv.h OCV: Use more granular error codes for OCI validation failures 2020-09-11 15:23:28 +03:00
privsep_commands.h privsep: Add key_flag to set_key() 2020-03-01 21:11:07 +02:00
qca-vendor-attr.h Make qca-vendor.h independent of other header files 2014-04-25 11:41:36 +03:00
qca-vendor.h Add additional roam triggers to qca_vendor_roam_triggers 2020-09-30 09:47:11 +03:00
sae.c SAE: Fix error path handling for SSWU 2020-10-01 09:35:58 +03:00
sae.h SAE-PK: Update design for fingerprint encoding into password 2020-08-05 22:05:20 +03:00
sae_pk.c SAE-PK: Update design for fingerprint encoding into password 2020-08-05 22:05:20 +03:00
tnc.h tests: TNC testing 2014-05-17 20:05:55 +03:00
version.h The master branch is now used for v2.10 development 2019-08-07 17:51:53 +03:00
wpa_common.c Debug print PMK-R0/R1 and PMKR0/R1Name in the helper functions 2020-05-23 21:45:29 +03:00
wpa_common.h DPP2: Parse DPP KDE in EAPOL-Key Key Data field 2020-05-04 00:37:44 +03:00
wpa_ctrl.c Replace deprecated readdir_r() with readdir() 2020-02-10 06:40:50 +02:00
wpa_ctrl.h DPP2: Presence Announcement notification 2020-10-07 21:13:37 +03:00
wpa_helpers.c wpa_helpers: Ignore link-local IPv4 address while waiting for DHCP 2017-03-26 21:13:21 +03:00
wpa_helpers.h Add wpa_ctrl helper functions for upper level functionality 2014-03-12 01:09:21 +02:00