If a previously associated-and-authorized STA comes for a new
connection (Assoc Request), AP rejects the Assoc with code 17.
Solution is to delete the STA entry at AP before re-adding the
STA entry. This clears out the state-machine at the AP and
accepts the new connection from the STA.
Signed-off-by: ravi vaishnav <ravi.vaishnav@netexperience.com>
Fixes the following passpoint config params:
- Network Auth Type
- Connection Capability
- IP Address Availability
Signed-off-by: Arif Alam <arif.alam@netexperience.com>
Add custom options to enable proxy arp and
mcast to ucast, this is used for Hotspot 2.0.
It is tested for ipv4.
Signed-off-by: Chaitanya Godavarthi <chaitanya.kiran@netexperience.com>
- Channel switch event is generated from hostapd and is sent to cloud
when AP switches channel due to high signal interference or radar detection.
The patch was missing in wifi6 hostapd and is added in this commit.
Signed-off-by: Yashvardhan <yashvardhan@netexperience.com>
WPA3-Enterprise Only mode requires that the AP enables at least
AKM suite selector 00-0F-AC:5 (IEEE 802.1X with SHA-256) and not
enable AKM suite selector: 00-0F-AC:1 (IEEE 802.1X with SHA-1).
Signed-off-by: Arif Alam <arif.alam@netexperience.com>
When restarting wifi too fast, hapd will stop restarting as procd assumes it is
in a crash loop. Apply the upstream fix to the AX hostapd.sh file.
Signed-off-by: John Crispin <john@phrozen.org>
Latest CAF driver wont work with our current FW. Lets backport the relevant
patches instead. This basically gives use bss coloring, rnr, oob, ...
Signed-off-by: John Crispin <john@phrozen.org>