Project

General

Profile

Actions

Feature #203

closed

Add support for hostapd configuration

Added by Hammel over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Target version:
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:
  1. SSID
  2. Password
  3. 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:

00:00:00:00:00:00 <password>

Configuration based on
  1. Implement strong WiFi encryption the easy way with hostapd
  2. Hostapd : The Linux Way to create Virtual Wifi Access Point
Actions

Also available in: Atom PDF