Feature #196
closedEnable hostapd and configure in rootfs
100%
Description
This will allow the Pi to be a wireless access point.
This may require feature changes/additions to bui-network-config.
See:- http://w1.fi/hostapd/
- http://elinux.org/RPI-Wireless-Hotspot
- http://sirlagz.net/2012/08/09/how-to-use-the-raspberry-pi-as-a-wireless-access-pointrouter-part-1/
- http://nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/
- http://www.ibm.com/developerworks/library/l-wifiencrypthostapd/
Files
Updated by Hammel over 11 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
Enabled hostapd in buildroot configuration. A meaningful, default configuration (or support via
bui-network-config) still needs to be added.
Updated by Hammel over 11 years ago
- % Done changed from 20 to 30
hostapd configuration support is now added as a task to bui-network-config, RM #203.
Updated by Hammel over 11 years ago
- Priority changed from Urgent to Immediate
- Severity changed from 03 - Medium to 02 - High
Updated by Hammel over 11 years ago
- File hostapd.log hostapd.log added
- % Done changed from 30 to 40
hostapd is now enabled in rootfs and bui-network-config generates configuration files for it.
However, the configuration does not bring up hostapd completely. See the attached log file.
Updated by Hammel over 11 years ago
- % Done changed from 40 to 90
The reason hostapd doesn't come up is because the password in the psk file was too short. See RM #205.
If the password is fixed, hostapd comes up and I can connect to it from my android phone.
After #205 is fixed, I'll need some options in bui-network-config (see RM #206) to choose between running as an Access Point or as a wireless client. Only one or the other should run. This means that bui-network-config needs to save a marker under /etc/networks that tells S40network whether to start the wireless client or hostapd.
Once #206 is implemented I need to update S40network to use the marker file.
Updated by Hammel over 11 years ago
Ready to update S40network based on use of /etc/network/nettype marker file.
Updated by Hammel over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Updated network init script to choose wireless/wired client or wireless access point configuration.
This issue can now be closed.