Good morning
a customer asks me to put a strong wifi password made up of special characters. can you give me a list of allowed characters?
I configure the wifi via the following script set up in a custom configuration.
if I use this example password %9B/txfgm;6wX! with the script below, the router crashes.
Can you help me ? Looking forward, thank you in advance
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
/interface wireless security-profiles add authentication-types=wpa-psk,wpa2-psk eap-methods=“” management-protection=allowed mode=dynamic-keys name=Wifi_Sec_Prof supplicant-identity=“” wpa-pre-shared-key=“****" wpa2-pre-shared-key="”
/interface wireless set [ find default-name=wlan1 ] antenna-gain=10 band=2ghz-b/g/n channel-width=20/40mhz-Ce country=france disabled=no distance=indoors frequency=auto frequency-mode=regulatory-domain mode=ap-bridge name=AP_BRIDGE security-profile=Wifi_Sec_Prof ssid=“testwifi”
/interface wireless set [ find default-name=wlan2 ] antenna-gain=10 band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=france disabled=no distance=indoors frequency=auto frequency-mode=regulatory-domain mode=ap-bridge name=AP_BRIDGE2 security-profile=Wifi_Sec_Prof ssid=“testwifi”
/interface bridge port add bridge=LAN_BRIDGE interface=AP_BRIDGE
/interface bridge port add bridge=LAN_BRIDGE interface=AP_BRIDGE2