diff options
-rw-r--r-- | Android.mk | 2 | ||||
-rw-r--r-- | wpa_supplicant/wpa_supplicant_template.conf | 6 |
2 files changed, 1 insertions, 7 deletions
@@ -1,3 +1,3 @@ -ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X) +ifeq ($(WPA_SUPPLICANT_VERSION),VER_0_8_X_TI) include $(call all-subdir-makefiles) endif diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf index 917ade4..b9f902b 100644 --- a/wpa_supplicant/wpa_supplicant_template.conf +++ b/wpa_supplicant/wpa_supplicant_template.conf @@ -4,12 +4,6 @@ ctrl_interface=wlan0 eapol_version=1 ap_scan=1 fast_reauth=1 -device_name=Blaze -manufacturer=TI -model_name=Wilink -model_number=wl18xx -serial_number=12345 p2p_conc_mode=2 -driver_param=use_p2p_group_interface=1 p2p_go_max_inactivity=30 p2p_go_ht40=1 |