Skip to content

cbyrd01/osw-test

Repository files navigation

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