Skip to content

cbyrd01/osw-test

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

osw-test

Open Secure Wireless Test Environment

Scripts and configuration to stand up an "Open Secure Wireless" testing enviornment using Docker, hostapd and dnsmasq.

Developed and tested on Debian "jessie" 8.8.

To set up, run ./build.sh.

To start hostapd, run:

docker run -e SSID=myexample -e INTERFACE=wlan0 -e NAI_REALM=wifi.example.org --privileged --net="host" hostapd

To start the wpa_supplicant client, run:

docker run -e SSID=myexample -e INTERFACE=wlan0 --privileged --net="host" client

About

Open Secure Wireless Test Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages