Wifi not connecting to particular network

Hi

I am using collibri development board and using module imx6ull 512 mb

while connecting to the network its not connecting

Hi @ayyappan_s ,
You missed to register agent. Use the following
connmanctl> agent on
Agent registered

Still its showing error

and cant able to connect to the network

hi @ayyappan_s ,
Please follow the steps as given below

root@colibri-imx6ull-06398948:~# connmanctl
connmanctl> enable wifi
Error wifi: Already enabled
connmanctl> agent on
Agent registered
connmanctl> scan wifi
Scan completed for wifi
connmanctl> services
Toradex_5GHz wifi_d0c5d333ce8b_546f72616465785f3547487a_managed_psk
Toradex_5GHz wifi_d0c5d333cc8b_546f72616465785f3547487a_managed_psk
Toradex_2GHz wifi_d0c5d333ce8b_546f72616465785f3247487a_managed_psk
Toradex_2GHz wifi_d0c5d333cc8b_546f72616465785f3247487a_managed_psk

connmanctl> connect wifi_d0c5d333ce8b_546f72616465785f3547487a_managed_psk
Agent RequestInput wifi_d0c5d333ce8b_546f72616465785f3547487a_managed_psk
Passphrase = [ Type=psk, Requirement=mandatory ]
Passphrase? ToradexDelhi
connmanctl> [ 1665.064035] mwifiex_sdio mmc1:0001:1: info: trying to associate to ‘Toradex_5GHz’ bssid 04:25:e0:dd:86:8d
[ 1665.088625] mwifiex_sdio mmc1:0001:1: info: associated to bssid 04:25:e0:dd:86:8d successfully
[ 1665.208482] IPv6: ADDRCONF(NETDEV_CHANGE): mlan0: link becomes ready
Connected wifi_d0c5d333ce8b_546f72616465785f3547487a_managed_psk
connmanctl>

Hi followed the same steps as described by you

Hi @ayyappan_s ,

I am not able to reproduce the issue at my end, its always connecting for me.
Consider these debug points.

  1. Try to connect to a different Access Point.
  2. Check with your IT team and check if something is blocking the device to connect to access point.
  3. Use the latest image
  4. Reset your device and perform the steps all over again.