mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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
This commit is contained in:
@@ -39,4 +39,5 @@ enum WifiTechnology {
|
||||
HT = 2,
|
||||
VHT = 3,
|
||||
HE = 4,
|
||||
EHT = 5,
|
||||
}
|
||||
|
||||
@@ -39,4 +39,8 @@ enum WifiTechnology {
|
||||
* For 802.11ax
|
||||
*/
|
||||
HE = 4,
|
||||
/**
|
||||
* For 802.11be
|
||||
*/
|
||||
EHT = 5,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user