Public Wifi auto authentication ?

Help setting up WiFi
Post Reply
User avatar
VE3WZW
Posts: 22
Joined: Sat Apr 14, 2018 8:40 am
Location: http://linktr.ee/VE3WZW
Contact:

Public Wifi auto authentication ?

Post by VE3WZW »

Okay so I travel, and I enjoy using my pi-star hotspot. My issue is often I may not have a cellphone or mobile phone in the Caribbean or small islands or other countries. I am hoping others can offer suggestions or solutions For WIFI, example coffee shop wifi.

Often coffee shops are available, hence I would like to configure the hotspot wifi file to be configured with McDonald’s, Starbucks, Timhortons and other (POPULAR) free wifi. (total of 5) wifi with auto authentication.

HOW DO :: you setup the auto authentication for McDonald’s wifi ?????? With no key_mgmt=WPA-PSK used.



created a wpa_supplicant file and added to the boot directory of the SD card.

network={
#ssid="Mcdonalds"
ssid=Mcdonalds
scan_ssid=1
#psk="Xxx"
psk=Xxx
id_str="0"
priority=80
}

network={
#ssid="Tim Horton"
ssid=TimsHorton
scan_ssid=1
#psk="Xxxx"
psk=Xxxxx
id_str="0"
priority=70
}


network={
ssid="FirstSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="0"
priority=68
}

network={
ssid="SecondSSID"
psk="password"
key_mgmt=WPA-PSK
id_str="1"
priority=66
}

Note :: I’ve also checked the documentation from Toshen, KE0FHS with no luck



Please show detailed examples what the file may look like ?????

Thanks,
Last edited by VE3WZW on Fri May 22, 2020 7:50 pm, edited 1 time in total.
Andre
Toronto, Canada 🇨🇦
📻 🎙/ VE3WZW -- Active on :: P25, NXDN, C4FM, DMR 📡 🛰 - M17project, DVSwitch !
DMR blog: http://VE3WZW.net
QRZ page : https://linktr.ee/VE3WZW

Groups.io - https://groups.io/g/PiStar
User avatar
VE3WZW
Posts: 22
Joined: Sat Apr 14, 2018 8:40 am
Location: http://linktr.ee/VE3WZW
Contact:

Re: POPULAR free wifi auto authentication ?

Post by VE3WZW »

I believe I saw what seems to be a popular reply
No, it's been mentioned many times before in the FB group. Currently there's no method built into pi-star to aid you joining a 'captive portal'
You could usb tether too ur phone or laptop and use it to join the network, the pistar hotspot then gains access through the phone, laptop.
Andrew M1DNS, (MOD)
It can not be done

Public Wifi Issue
viewtopic.php?f=40&t=926

It does say something if many are asking the same same question ....
M1DNS
Pi-Star Team
Posts: 1394
Joined: Thu Apr 05, 2018 5:30 am

Re: Public Wifi auto authentication ?

Post by M1DNS »

4.1.2 has captive portal abilty with pistar setup AP.

Sent from my SM-G935F using Tapatalk


Andrew M1DNS.
Pi-star Admin Team.
User avatar
VE3WZW
Posts: 22
Joined: Sat Apr 14, 2018 8:40 am
Location: http://linktr.ee/VE3WZW
Contact:

Re: Public Wifi auto authentication ?

Post by VE3WZW »

Thanks to everyone (Andrew M1DNS)

So I am almost complete,
I now posted how to use : Pi-star WiFi captive portal

viewtopic.php?f=40&t=2754

Thanks again.
M1DNS
Pi-Star Team
Posts: 1394
Joined: Thu Apr 05, 2018 5:30 am

Re: Public Wifi auto authentication ?

Post by M1DNS »

No need to thank me. Everyone, (Andy) did all the hard work on this. I just took 30secs out to make you all aware.
Glad you got it up and sorted and it's working for you.

Sent from my SM-G935F using Tapatalk



Andrew M1DNS.
Pi-star Admin Team.
Post Reply