Skip to content
  • Hai Shalom's avatar
    [wpa_supplicant] Cumulative patch from fe468b07 · 74f70d46
    Hai Shalom authored
    Bug: 124017368
    Test: Device boots up and connects to WPA3/OWE wifi networks, run traffic.
    Test: Able to turn on/off softap, associate wifi STA, run traffic.
    Test: DPP functional test.
    Test: Regression test passed (Bug: 124301325)
    
    fe468b07 HE: Fix set_he_cap() parsing of config options for MU EDCA Params
    f3a841bb Do not disassociate not-associated STA on timeout
    91205c8e OpenSSL: Fix uninitialized variable in CRL reloading corner case
    092a1922 Use for_each_element() in ieee802_11_parse_elems()
    b50a6389 common: Use for_each_element_id/_extid for get_ie/get_ie_ext/get_vendor_ie
    b6447974 common: Use for_each_element_id() in mb_ies_info_by_ies()
    9008048f common: Use for_each_element_id() in ieee802_11_vendor_ie_concat()
    eb84238d common: Use for_each_element() in ieee802_11_ie_count()
    0e0c31bd common: Add strongly typed element iteration macros
    525923b1 tests: EAPOL-Key fuzzing tool
    02a0a239 RSN: Do not start preauthentication timer without candidates
    1e550658 JSON: Fix string parsing when \\ escape is at the end of buffer
    0dedcb31 JSON: Fix parsing of a number from the end of the buffer
    79fa1b45 tests: JSON parser fuzzer
    62269c8d TLS: Fix X.509 certificate name conversion into empty string
    3eae9766 TLS: Fix ASN.1 parsing with no room for the header
    fbc2123a TLS: Fix AlertDescription for missing partial processing case
    1ac9c020 tests: TLS fuzzing tool
    f3cca8b1 TLS server: Check credentials have been configured before using them
    19dd7a73 TLS server: Local failure information on verify_data mismatch
    f08ab18b TLS server: Add internal callbacks get_failed, get_*_alerts
    b642ab40 TLS server: More complete logging of ClientHello decode errors
    fdd8a2f0 TLS client: Fix peer certificate event checking for probing
    e5bffe1a OpenSSL: Add more handshake message names to debug
    21cd8f83 nl80211: Use wpa_ssid_txt() for debug messages more consistently
    bbdb5014 Note HT overrides in debug log only if set
    f2a6ac63 P2P: Update find_start timer only when p2p_scan is started.
    c4e90da6 MBO: Move the WNM-Notification subtype definitions to common location
    105b14f5 HS 2.0: Update the T&C Acceptance subtype value
    65b487ae HS 2.0: Add QUIET=1 support for building hs20-osu-client
    73f285da Add FT-PSK to GET_CAPABILITY key_mgmt
    6110753b nl80211: Clear PMKID add command message buffer
    0fa33e05 nl80211: Clear connect command message buffer
    b14e8ea1 nl80211: Request kernel to trim off payload of netlink requests from acks
    789b48bb EAP peer: Clear temporary message buffers before freeing
    8f99a3c2 Clear config item writing buffer before freeing it
    a68e9b69 D-Bus: Fix P2P DeleteService dict iteration
    0607346f D-Bus: Fix a memory leak in DeleteService handler
    d05dda61 PEAP: Explicitly clear temporary keys from memory when using CMK
    4e1cd346 EAP-PEAP: Derive EMSK and use 128-octet derivation for MSK
    d8c20ec5 DPP: Clear dpp_listen_freq on remain-on-channel failure
    59fa2053 P2P: Allow the avoid channels for P2P discovery/negotiation
    e34cd9f0 WNM: Fix WNM-Sleep Mode Request bounds checking
    159a7fbd crl_reload_interval: Add CRL reloading support
    83c86081 AP: Add wpa_psk_file reloading in runtime
    ec5c39a5 AP: Allow identifying which passphrase station used with wpa_psk_file
    b08c9ad0 AP: Expose PMK outside of wpa_auth module
    89896c00 tests: Use python3 compatible print statement
    bab493b9 tests: Use python3 compatible "except" statement
    0dab4773 Write multi_ap_backhaul_sta to wpa_supplicant config
    98251c6f dbus: Document more possible BSS/RSA/KeyMgmt values
    1e591df0 Check supported types in wpas_mac_addr_rand_scan_set()
    c85249aa Fix test compilation error related to sme_event_unprot_disconnect()
    42d30863 SAE: Advertise Password Identifier use
    59c69306 HS 2.0 server: Command line option to fetch the version information
    2d1762fa HS 2.0 server: Alternative subrem updateNode for certificate credentials
    d97cf2a1 HS 2.0 server: Use noMOUpdate in client certificate subrem
    13a200a9 FILS: Remove notes about experimental implementation
    86d4e053 dbus: Expose support of SAE key management in BSS properties
    
    Change-Id: Id507b73f1f4a2e356cbcd3bfcfb9dcd23c8fd9e0
    74f70d46