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

Commit 115180e9 authored by Ahmed ElArabawy's avatar Ahmed ElArabawy
Browse files

WiFi: Basic support for 11be to Supplicant HAL

In this commit, basic support for 11be is added to Supplicant HAL.
That includes adding EHT to list of WifiTechnologies

Bug: 198746544
Test: Build successful
Change-Id: Ied553e502ab2dba9efbcaac80691a6d54195e942
parent c552b141
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,
}