Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kevin
android_device_lge_e975
Commits
26a57306
Commit
26a57306
authored
12 years ago
by
Sungmin Choi
Committed by
Brian Muramatsu
12 years ago
Browse files
Options
Download
Email Patches
Plain Diff
mako: enable portable WiFi hotspot (AP) feature
Change-Id: I581d17b173b33402044a5f88be979d8eaf0f572a
parent
62dbf846
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
BoardConfig.mk
BoardConfig.mk
+1
-3
overlay/frameworks/base/core/res/res/values/config.xml
overlay/frameworks/base/core/res/res/values/config.xml
+1
-0
No files found.
BoardConfig.mk
View file @
26a57306
...
...
@@ -39,21 +39,19 @@ TARGET_BOOTLOADER_NAME=mako
TARGET_BOARD_INFO_FILE
:=
device/lge/mako/board-info.txt
# FIXME: HOSTAPD-derived wifi driver
ifeq
(0,0)
BOARD_HAS_QCOM_WLAN
:=
true
BOARD_WPA_SUPPLICANT_DRIVER
:=
NL80211
BOARD_HOSTAPD_DRIVER
:=
NL80211
WPA_SUPPLICANT_VERSION
:=
VER_2_0_DEV
HOSTAPD_VERSION
:=
VER_2_0_DEV
WIFI_DRIVER_FW_PATH_STA
:=
"sta"
#
WIFI_DRIVER_FW_PATH_AP := "ap"
WIFI_DRIVER_FW_PATH_AP
:=
"ap"
#WIFI_DRIVER_FW_PATH_P2P := "p2p"
WIFI_DRIVER_MODULE_PATH
:=
"/system/lib/modules/wlan.ko"
WIFI_DRIVER_MODULE_NAME
:=
"wlan"
WIFI_DRIVER_CONF_FILE
:=
"/data/misc/wifi/WCNSS_qcom_cfg.ini"
WIFI_DRIVER_DEF_CONF_FILE
:=
$(WIFI_DRIVER_CONF_FILE)
BOARD_WLAN_DEVICE
:=
qcwcn
endif
BOARD_EGL_CFG
:=
device/lge/mako/egl.cfg
...
...
This diff is collapsed.
Click to expand it.
overlay/frameworks/base/core/res/res/values/config.xml
View file @
26a57306
...
...
@@ -103,6 +103,7 @@
Wifi interfaces. If the device doesn't want to support tethering over Wifi this
should be empty. An example would be "softap.*" -->
<string-array
translatable=
"false"
name=
"config_tether_wifi_regexs"
>
<item>
"wlan0"
</item>
<item>
"softap.*"
</item>
</string-array>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment