From a2f3e4bab9c7643ab68de0143d4c008e595b7547 Mon Sep 17 00:00:00 2001 From: lesl Date: Mon, 22 Mar 2021 21:48:46 +0800 Subject: [PATCH] wifi: Correct document for SAP 11AX mode Current hostapd doesn't support mode: HOSTAPD_MODE_IEEE80211AX. Using he_capabilies->he_supported to identify if the current mode is AX. BYPASS_INCLUSIVE_LANGUAGE_REASON : The HE is a abbreviation which is High-Efficiency. Bug: 162484222 Test: Enable SAP on P21 (supported AX) and check the wifistandard is AX mode. BYPASS_INCLUSIVE_LANGUAGE_REASON=The HE is a abbreviation which is High-Efficiency. Change-Id: I1f40f2e2e5a0d1a862810d19899a6d968d8c29b2 --- wifi/hostapd/1.3/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/hostapd/1.3/types.hal b/wifi/hostapd/1.3/types.hal index f453df7585..2230da8609 100644 --- a/wifi/hostapd/1.3/types.hal +++ b/wifi/hostapd/1.3/types.hal @@ -25,7 +25,7 @@ package android.hardware.wifi.hostapd@1.3; * WIFI_STANDARD_11N = [hw_mode is HOSTAPD_MODE_IEEE80211G and (HT is 1 or HT40 is 1)] or * [hw_mode is HOSTAPD_MODE_IEEE80211A and VHT is 0]. * WIFI_STANDARD_11AC = hw_mode is HOSTAPD_MODE_IEEE80211A and VHT is 1. - * WIFI_STANDARD_11AX = hw_mode is HOSTAPD_MODE_IEEE80211AX. + * WIFI_STANDARD_11AX = hw_mode is HOSTAPD_MODE_IEEE80211A and HE supported. * WIFI_STANDARD_11AD = hw_mode is HOSTAPD_MODE_IEEE80211AD. */ enum Generation : uint32_t {