
.ko file.
"<android>/atmel/sam9m10/BoardConfig.mk" to set WIFI_MODULE := SDIO
ko file to "<android>/device/atmel/common/config/wifi"
"<android>/device/atmel/common/config/wifi/Android.mk" to add the driver file. $(LOCAL_PATH)/owl_sam9m10.ko:system/lib/modules/owl_sam9m10.ko add to this file, it looks like as following:
ifeq ($(WIFI_MODULE),SDIO)
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/owl_sam9m10.ko:system/lib/modules/owl_sam9m10.ko \
$(LOCAL_PATH)/owl_sam9x5.ko:system/lib/modules/owl_sam9x5.ko \
$(LOCAL_PATH)/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf
endif
"<android>/device/atmel/common/config/wifi/wpa_supplicant.conf" to specify the name of control interface. ctrl_interface=owl0
<android>/device/atmel/sam9m10/init.atmel.rc
setprop wifi.interface owl0
service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iowl0 -c/data/misc/wifi/wpa_supplicant.conf
Copyright by the contributing authors. All material on the platform is the property of the contributing authors.
Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions
Atmel and others, are registered trademarks or trademarks of Atmel or its subsidiaries.![]()
ARM and others are registered trademarks or trademarks or ARM Ltd. Other terms and product names may be trademarks of others.
Under the terms of the Creative Commons Attribution License