On Wed, Jan 23, 2013 at 06:18:09PM +0100, Erling Westenvik wrote: > [...] > Thanks. Then I'll just have to wait. In the meanwhile I can connect > using the unsecured wifi network here. Just a hazzle having to log > on through a web interface every time.. > [...]
Web interfaces can be automated... I use the following to log into the unsecured WIFI at UPB: curl -k -F "buttonClicked=4" -F "username=FOO" -F "password=PASS" "https://webauth/login.html" -- Gregor Best