Johannes Berg
00b5e99b65
build: Use the new build system for fuzz tests
...
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2020-10-11 11:15:16 +03:00
Johannes Berg
dcc5288e5b
gitignore: Add various things
...
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2020-10-10 13:06:53 +03:00
Jouni Malinen
3aaf269f67
DPP: Move TCP encapsulation into a separate source code file
...
This continues splitting dpp.c into smaller pieces.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-05-11 17:26:11 +03:00
Jouni Malinen
21c612017b
DPP: Move configurator backup into a separate source code file
...
This continues splitting dpp.c into smaller pieces.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-05-11 17:26:11 +03:00
Jouni Malinen
fdbbb74064
DPP: Move authentication functionality into a separate source code file
...
This continues splitting dpp.c into smaller pieces.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-05-11 17:26:11 +03:00
Jouni Malinen
0c043d9de7
DPP2: Reconfig Announcement transmission
...
Extend DPP chirping mechanism to allow Reconfig Announcement frames to
be transmitted instead of the Presence Announcement frames. Add a new
wpa_supplicant control interface command "DPP_RECONFIG <network id>" to
initiate reconfiguration for a specific network profile.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-05-11 16:41:33 +03:00
Jouni Malinen
d4ae12355a
DPP: Move PKEX functionality into a separate source code file
...
This continues splitting dpp.c into smaller pieces.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-05-11 16:41:33 +03:00
Jouni Malinen
87b6572616
DPP: Move crypto routines into a separate source code file
...
This is an initial step in splitting the overly long dpp.c into smaller
pieces.
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-05-11 12:09:24 +03:00
Jouni Malinen
de3f8d9fd1
tests: Fix new fuzzer builds
...
$(LIBS) got included twice into the linker command line from $^ and
$(LIBS). The former ended up getting converted based on host CPU rather
than target. Fix that by removing duplication and -lcrypto from $(LIBS).
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-04-22 00:51:13 +03:00
Jouni Malinen
af23f3a849
tests: New style fuzzing tool for DPP URI parsing
...
Signed-off-by: Jouni Malinen <j@w1.fi>
2020-04-04 20:09:30 +03:00