Feature #203
closedAdd support for hostapd configuration
100%
Description
- SSID
- Password
- Channel
The rest of the configuration file (/etc/hostapd.conf) will look something like this:
interface=<ssid>
driver=nl80211
ssid=<ssid>
channel=<channel>
auth_algs=1
wpa=2
wpa_psk_file=/etc/hostapd-psk
wpa_key_mgmt=WPA-PSK
rsn_pairwise=CCMP
Also create /etc/hostapd-psk with the contents:
Configuration based on
00:00:00:00:00:00 <password>
Updated by Hammel over 11 years ago
- % Done changed from 0 to 30
Initial implementation of Access Point tab. Currently supports reading of /etc/hostapd.conf and hostapd-psk configured file to get the password and display it.
Updated by Hammel over 11 years ago
- % Done changed from 30 to 50
Added save support for hostapd. The Access Point tab support is now functionally complete but is still to be tested on the target.
Updated by Hammel over 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Tested on target. The interface configuration option was missing, but that's been fixed now and pushed upstream.
The UI is complete, but hostapd doesn't come up correctly. This issue can be closed and bugs against how it works will be opened separately.