You are not logged in.

#1 2023-01-15 07:18:17

alohaia
Member
Registered: 2021-07-05
Posts: 2

[SOLVED]Hotspot created with password can't be connected by Android

This is my /etc/NetworkManager/system-connections/Melody-Hotspot.nmconnection config file:

[connection]
id=WIFI-Hotspot
uuid=0cc42876-aca5-439f-bb43-d181ff33e33b
type=wifi
autoconnect=false

[wifi]
mode=ap
ssid=WIFI-Hotspot

[wifi-security]
key-mgmt=wpa-psk
psk=ha1234567890

[ipv4]
method=shared

[ipv6]
addr-gen-mode=stable-privacy
method=auto

[proxy]

I can not connect this hotspot on my Android phone. However, it can be connected after unsetting password. Here is the config file:

[connection]
id=WIFI-Hotspot
uuid=0cc42876-aca5-439f-bb43-d181ff33e33b
type=wifi
autoconnect=false

[wifi]
mode=ap
ssid=WIFI-Hotspot

[ipv4]
method=shared

[ipv6]
addr-gen-mode=stable-privacy
method=auto

[proxy]

Last edited by alohaia (2023-01-15 12:39:22)

Offline

#2 2023-01-15 07:50:02

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED]Hotspot created with password can't be connected by Android

Maybe try it like this:

[wifi-security]
group=ccmp;
key-mgmt=wpa-psk
pairwise=ccmp;
proto=rsn;
psk=YOUR_WIFI_AP_PASSWORD

https://unix.stackexchange.com/a/234756


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2023-01-15 12:37:29

alohaia
Member
Registered: 2021-07-05
Posts: 2

Re: [SOLVED]Hotspot created with password can't be connected by Android

Thank you, it works!

Offline

#4 2023-01-15 12:38:52

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED]Hotspot created with password can't be connected by Android

Please remember to mark your thread [SOLVED] (edit the title of your first post).


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

Board footer

Powered by FluxBB