2023/05/21 14:24 11/20 Wireless Access Point
ODROID Wiki - https://wiki.odroid.com/
Verify that you have installed the latest version.
target
root@odroid:~/hostapd-2.6/hostpad# cd ~
root@odroid:~# hostapd
hostapd v2.6
User space daemon for IEEE 802.11 AP management,
IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
Copyright (c) 2002-2016, Jouni Malinen <j@w1.fi> and contributors
Configure hostapd for Access Point use
target
root@odroid:~# vi /etc/default/hostapd
Find the options below and edit.
DAEMON_CONF="/etc/hostapd/hostapd.conf"
DAEMON_OPTS="-B"
Note: You can update this DAEMON_OPTS to get the logs from hostapd daemon.
Edit /etc/hostapd/hostapd.conf file.
target
root@odroid:~# vi /etc/hostapd/hostapd.conf
If you have trouble with this settings with Wifi module 3, check out the below list.
You should build your rtl871xdrv patched hostapd and copy that results
to /usr/sbin directory.
Don't forget to comment the codes out in N-WLAN categories.
rtl8192cu, rtl_usb, rtl8192c_common, rtlwifi modules should be loaded.
Or if it still doesn't work and/or if you use kernel version under 4.4, you
can try to follow the previous guide:
https://wiki.odroid.com/accessory/connectivity/wifi/wlan_ap
Also you can try to use a pre-built script:
https://github.com/oblique/create_ap