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/wps
Jouni Malinen 1415d4b82d Multi-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar initialization
This can result in compiler warnings due to the unexpected NULL pointer
as a source memory even when the length of the copied data is 0.

Signed-off-by: Jouni Malinen <j@w1.fi>
5 years ago
..
Makefile tests: Add p2p-fuzzer 9 years ago
http.h WPS: Move POST URL validation into web_connection_parse_post() 15 years ago
http_client.c WPS: Use a shared error path in http_client_addr() 9 years ago
http_client.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
http_server.c WPS: Merge common error paths in HTTP server 9 years ago
http_server.h Remove the GPL notification from files contributed by Jouni Malinen 12 years ago
httpread.c WPS: Remove duplicated isgraph() loop in HTTP header parsing 9 years ago
httpread.h Remove the GPL notification from files contributed by Atheros 12 years ago
ndef.c WPS: Avoid bogus static analyzer warning in ndef_parse_record() 9 years ago
upnp_xml.c WPS ER: Fix UPnP XML Device Description parser to find correct device 13 years ago
upnp_xml.h WPS ER: Fix UPnP XML Device Description parser to find correct device 13 years ago
wps.c wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps.h hostapd: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_attr_build.c WPS: Add multi_ap_subelem to wps_build_wfa_ext() 5 years ago
wps_attr_parse.c hostapd: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_attr_parse.h hostapd: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_attr_process.c WPS: Reject a Credential with invalid passphrase 8 years ago
wps_common.c WPS: Add multi_ap_subelem to wps_build_wfa_ext() 5 years ago
wps_defs.h WPS: Add multi_ap_subelem to wps_build_wfa_ext() 5 years ago
wps_dev_attr.c hostapd: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_dev_attr.h hostapd: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_enrollee.c wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_er.c WPS: Add multi_ap_subelem to wps_build_wfa_ext() 5 years ago
wps_er.h WPS ER: Allow UPnP interface to be forced 11 years ago
wps_er_ssdp.c WPS ER: Fix SSDP CACHE-CONTROL line parser 9 years ago
wps_i.h wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS 5 years ago
wps_module_tests.c tests: Declare module test functions in a header file 8 years ago
wps_registrar.c Multi-AP: Avoid memcpy(ptr, NULL, 0) in WPS Registrar initialization 5 years ago
wps_upnp.c WPS: Add multi_ap_subelem to wps_build_wfa_ext() 5 years ago
wps_upnp.h WPS: Support parallel UPnP WPS protocol runs 9 years ago
wps_upnp_ap.c WPS: Merge SetSelectedRegistrar parsing error returns 9 years ago
wps_upnp_event.c WPS: Merge event_send_start() error paths 9 years ago
wps_upnp_i.h WPS: Support parallel UPnP WPS protocol runs 9 years ago
wps_upnp_ssdp.c Share a single str_starts() implementation 8 years ago
wps_upnp_web.c WPS: Support parallel UPnP WPS protocol runs 9 years ago
wps_validate.c WPS: Fix wps_validate_credential() argument type 6 years ago