Actions
Feature #203
closedAdd support for hostapd configuration
Start date:
25 Jul 2013
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
Need to add a tab for configuration Access Point. This feature needs to request three items:
- 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>
Actions