wifi: enable 5GHz hotspot
This commit is contained in:
@@ -79,3 +79,4 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
|||||||
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
|
||||||
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||||
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
WPA_SUPPLICANT_VERSION := VER_0_8_X
|
||||||
|
BOARD_KERNEL_CMDLINE += androidboot.wificountrycode=00
|
||||||
|
@@ -24,6 +24,9 @@
|
|||||||
is no longer indicative, and a separate config now exists for each band -->
|
is no longer indicative, and a separate config now exists for each band -->
|
||||||
<bool translatable="false" name ="config_wifi5ghzSupport">true</bool>
|
<bool translatable="false" name ="config_wifi5ghzSupport">true</bool>
|
||||||
|
|
||||||
|
<!-- Wifi driver supports IEEE80211AC for softap -->
|
||||||
|
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
|
||||||
|
|
||||||
<!-- Do not translate. Default access point SSID used for tethering -->
|
<!-- Do not translate. Default access point SSID used for tethering -->
|
||||||
<string name="wifi_tether_configure_ssid_default" translatable="false">Raspberry Pi 5</string>
|
<string name="wifi_tether_configure_ssid_default" translatable="false">Raspberry Pi 5</string>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user