I am currently trying to connect to a BTWi-fi / BT_Openzone unsecured network in my office using my pcengines apu1d4 running debian 8.4 with edimax ew-7811un wifi dongle. When conventionally connecting to BTWi-fi through computer with web browser you are greeted with the BT captive portal (logon Page) where you enter your BT credentials however its not that simple when you are restricted to command line.
I need a way to automatically connect to this network and enter my bt credentials through the command line preferably using wpa_supplicant.
I'm guessing a template in wpa_supplicant.conf would look something like this :
network={
ssid="BTWi-fi"
key_mgmt=NONE
identity="MYBTUSERNAME@ME.CO.UK"
password="MYBTPASSWORD"
}
Many thanks in advance