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
Jouni Malinen 21ed24f5ad hostapd: Fix potential mesh-related change from impacting non-mesh cases
Commit 01e2231fdc ('hostapd: Skip some
configuration steps for mesh cases') removed some operations based on
hapd->iface->mconf being NULL. This was within #ifdef CONFIG_MESH, so it
should not impact hostapd, but it can impact AP mode with
wpa_supplicant. That does not sound intentional, so make these
conditional on hapd->conf->mesh being enabled.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
7 years ago
..
ap hostapd: Fix potential mesh-related change from impacting non-mesh cases 7 years ago
common QCA vendor command for fetching HE capabilities 7 years ago
crypto tests: Add HMAC-SHA256 and HMAC-SHA384 test vectors from RFC 4231 7 years ago
drivers nl80211: Notify reason for connection timeout failure 7 years ago
eap_common Remove trailing whitespace 8 years ago
eap_peer EAP: Call deinit_for_reauth() for Phase 2 EAP methods 7 years ago
eap_server ERP: Use macro for EMSKname length instead of hardcoded integer value 7 years ago
eapol_auth RADIUS: Share a single function for generating session IDs 9 years ago
eapol_supp RSN: Fix pre-authentication EAPOL-Start startPeriod configuration 7 years ago
fst FST: Silence compiler warning on WPA_ASSERT 8 years ago
l2_packet Remove trailing whitespace 8 years ago
p2p P2P: Verify local driver preferred frequencies for P2P use cases 7 years ago
pae mka: Fix the order of operations in secure channel deletion 7 years ago
radius Remove trailing whitespace 8 years ago
rsn_supp FILS: Use FILS Cache Identifier to extend PMKSA applicability 7 years ago
tls Remove trailing whitespace 8 years ago
utils browser-wpadebug: Send HTTP response with HTTP/1.1 header 7 years ago
wps Share a single str_starts() implementation 8 years ago
Makefile FST: Add the Fast Session Transfer (FST) module 9 years ago
lib.rules Add QUIET=1 option for make 10 years ago