- Support Tx / Rx of PASN Auth frames
- Support robust NAN SDF and Actions frames, manage nan keys
- Support Bootstrapping, NIRA, Shared Key attributes
- Add security config types, attribute helpers, NDP responder handshake
(M1-M4) with pairwise crypto, dynamic CSIA/SCIA construction for
multi-cipher support, and NDL/CRB schedule negotiation improvements.
- Add support to counter NDL schedule for better overlap
1. Add country code, vendoir IE support
2. Parse multiple Availability, SDA Attributes
3. Parsing of SRF and bloom filter generation
4. Add support for NDPE Extension attribute
1.fix(wifi): fix modem sleep flag clear failed
2.fix(pm): fix crash when dtim=0, support coex beacon drop
3.fix(pm): fix coexist force wake behaviour with offchannel to optimize performance at returning home channel
When an AP is found during a connecting scan but filtered out due to security
mismatch (FT-PSK only with FT disabled, WPA3 without PMF-required,
OWE without MFPR), set authmode_incompatible flag so the disconnect
reason is WIFI_REASON_NO_AP_FOUND_W_COMPATIBLE_SECURITY (210) instead
of WIFI_REASON_NO_AP_FOUND (201).