hostapd/src/rsn_supp
Jouni Malinen 88bc6711a7 TDLS: Avoid unnecessary copying of the Link Identifier element
This memcpy was causing warnings from static analyzers since it is being
misinterpreted as copying all the data into the lnkid.bssid[] array
instead of that and the following arrays. Since the copy is not needed
at all, just use the original pointer to get rid of these warnings.

Signed-off-by: Jouni Malinen <j@w1.fi>
2023-12-17 11:51:35 +02:00
..
Makefile build: Make more library things common 2020-10-12 20:20:35 +03:00
pmksa_cache.c OKC with Suite B AKMPs in wpa_supplicant 2023-10-30 19:50:27 +02:00
pmksa_cache.h OKC with Suite B AKMPs in wpa_supplicant 2023-10-30 19:50:27 +02:00
preauth.c Add support for AKM suite 00-0F-AC:23 2023-11-03 17:08:36 +02:00
preauth.h Fix wpa_supplicant build with IEEE8021X_EAPOL=y and CONFIG_NO_WPA=y 2016-01-15 20:04:41 +02:00
tdls.c TDLS: Avoid unnecessary copying of the Link Identifier element 2023-12-17 11:51:35 +02:00
wpa.c MLD STA: Use MLD MAC address as destination for EAPOL-Key request 2023-11-06 20:02:09 +02:00
wpa.h SAE: Remove current PMKSA from driver after reauth threshold is passed 2023-10-12 18:31:08 +03:00
wpa_ft.c Fix use of defragmented FTE information 2023-08-28 13:25:05 +03:00
wpa_i.h SAE: Remove current PMKSA from driver after reauth threshold is passed 2023-10-12 18:31:08 +03:00
wpa_ie.c Add support for AKM suite 00-0F-AC:23 2023-11-03 17:08:36 +02:00
wpa_ie.h Use a shared helper function for RSN supplicant capabilities 2020-03-23 11:47:31 +02:00