#!/bin/sh
#
#  Set the interface back to default values

iwconfig "$WIFIROAMD_DEVICE" essid any
iwconfig "$WIFIROAMD_DEVICE" key open
iwconfig "$WIFIROAMD_DEVICE" key off
iwconfig "$WIFIROAMD_DEVICE" mode Managed
