How to create wifi qr code generator

How to create wifi qr generator
in that we have to puy wifi name and password and then generates a qr code
when someone scan that qr code he automatically connects to the wifi

Like this

use This in blocks

WIFI:T:WPA;S:MyHomeNetwork;P:MySecurePassword123;;

**T= type ** You can use these options

  • WEP: Wired Equivalent Privacy
  • WPA: Wi-Fi Protected Access
  • WPA2: Wi-Fi Protected Access 2
  • WPA/WPA2: Both WPA and WPA2
  • nopass : if No password is used

S= ssid name

replace text MyHomeNetwork to ssid

P = password

Replace MySecurePassword123 to the password

1 Like

ok thankyou ( can we change wpa security )

You can use these options

  • WEP: Wired Equivalent Privacy
  • WPA: Wi-Fi Protected Access
  • WPA2: Wi-Fi Protected Access 2
  • WPA/WPA2: Both WPA and WPA2
  • nopass : if No password is used
1 Like

can you give me the extension you used ?

1 Like

You can use any qr generator extension i used devYb Logo Qr extension in this

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.