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

Commit 484046ea authored by Ahmed ElArabawy's avatar Ahmed ElArabawy Committed by Android (Google) Code Review
Browse files

Merge "WiFi: Basic support for 11be to Supplicant HAL"

parents 9a066e4e 115180e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,4 +39,5 @@ enum WifiTechnology {
  HT = 2,
  VHT = 3,
  HE = 4,
  EHT = 5,
}
+4 −0
Original line number Diff line number Diff line
@@ -39,4 +39,8 @@ enum WifiTechnology {
     * For 802.11ax
     */
    HE = 4,
    /**
     * For 802.11be
     */
    EHT = 5,
}