Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b471a062 authored by Jimmy Chen's avatar Jimmy Chen
Browse files

wifi: add comment for SAE_PK capability

Bug: 181603483
Test: atest VtsHalWifiSupplicantV1_4TargetTest
Change-Id: If66f1ad0b3c44190beacb48c988c47fe8767bfee
parent 17150640
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ struct SupplicantStatus {
 */
enum WpaDriverCapabilitiesMask : @1.3::WpaDriverCapabilitiesMask {
    /**
     * WPA3 SAE Public-Key.
     */
    SAE_PK = 1 << 2,
};