Skip to content

Commit

Permalink
More hostap stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DerArtem committed Feb 23, 2012
1 parent faebc09 commit e5a3caf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions betelgeuse.mk
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/dhcpcd.conf:system/etc/dhcpcd/dhcpcd.conf \
$(LOCAL_PATH)/wifi/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
$(LOCAL_PATH)/wifi/hostapd.conf:/etc/wifi/hostapd.conf \
$(LOCAL_PATH)/wifi/ar3k/30101/PS_ASIC.pst:/system/wifi/ar3k/30101/PS_ASIC.pst \
$(LOCAL_PATH)/wifi/ar3k/30101/RamPatch.txt:/system/wifi/ar3k/30101/RamPatch.txt \
$(LOCAL_PATH)/wifi/ar3k/30101coex/PS_ASIC.pst:/system/wifi/ar3k/30101coex/PS_ASIC.pst \
Expand Down
6 changes: 6 additions & 0 deletions init.betelgeuse.rc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ service wpa_supplicant /system/bin/wpa_supplicant \
disabled
oneshot

service hostapd /system/bin/hostapd -dddd /data/misc/wifi/hostapd.conf
user root
group root
oneshot
disabled

service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL
class main
disabled
Expand Down
7 changes: 7 additions & 0 deletions wifi/hostapd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
interface=wlan0
ctrl_interface=/data/misc/wifi/hostapd
ssid=test
channel=1
max_num_sta=8
beacon_int=100
dtim_period=1

0 comments on commit e5a3caf

Please sign in to comment.