hostapd/src
Chenming Huang 9be122d2e0 nl80211: Fix AP MLD frequency update on channel switch
mlme_event() calls nl80211_get_link_id_by_freq() to determine the link
to handle reported events. However, in channel switch event it is always
setting freq to the default link that leads to the issue that all other
events that go to mlme_event() will be handled in the default link.

Fix this by setting freq to the correct link specified by the link ID
when processing the event for a completed channel switch.

Signed-off-by: Chenming Huang <quic_chenhuan@quicinc.com>
2024-03-26 17:46:33 +02:00
..
ap Optimize internal BSS table updates based on a specific BSSID 2024-03-20 12:00:46 +02:00
common Add a vendor attribute per MLO link ratemask bitmap configuration 2024-03-20 23:41:03 +02:00
crypto OpenSSL: Fix a memory leak on hpke_labeled_expand() error path 2024-03-08 10:43:52 +02:00
drivers nl80211: Fix AP MLD frequency update on channel switch 2024-03-26 17:46:33 +02:00
eap_common crypto: Check if crypto_bignum_to_bin() is successful 2022-12-17 12:11:13 +02:00
eap_peer Multi-AP: WPS support for different Multi-AP profiles 2024-03-19 19:24:29 +02:00
eap_server EAP-SIM/AKA server: Configurable limit to fast re-authentication 2023-09-21 11:55:49 +03:00
eapol_auth Do not disconnect EAPOL-Logoff before authentication 2023-05-04 11:10:16 +03:00
eapol_supp Compile-time config for dynamically loading libraries in wpa_supplicant 2023-11-05 10:23:29 +02:00
fst Use ether_addr_equal() to compare whether two MAC addresses are equal 2024-01-13 23:47:21 +02:00
l2_packet l2_packet_freebsd: Fix macOS build 2024-02-24 18:29:57 +02:00
p2p P2P: Accept P2P SD response without TX status 2024-01-26 17:12:16 +02:00
pae Use ether_addr_equal() to compare whether two MAC addresses are equal 2024-01-13 23:47:21 +02:00
pasn Use ether_addr_equal() to compare whether two MAC addresses are equal 2024-01-13 23:47:21 +02:00
radius RADIUS: Preliminary support RADIUS/TLS as an alternative to RADIUS/UDP 2024-02-25 20:54:14 +02:00
rsn_supp Use for_each_link() in most cases 2024-03-02 11:11:12 +02:00
tls Get rid of multiple MIN macros 2024-01-14 20:13:20 +02:00
utils nl80211: Use valid_links bitmask for bss->links array 2024-03-02 11:59:16 +02:00
wps Multi-AP: WPS support for different Multi-AP profiles 2024-03-19 19:24:29 +02:00
build.rules build: Rebuild libs all the time 2020-10-12 20:18:02 +03:00
lib.rules build: lib.rules: Add common-clean 2020-10-16 12:51:12 +03:00
Makefile PASN: Move initiator changes into a separate file 2022-11-04 00:52:17 +02:00
objs.mk build: Fix dependency file inclusion 2020-10-12 11:05:16 +03:00