Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2678 - Wireless client cannot connect to open wireless network (encryption:none) after encrypted connection #7481

Open
openwrt-bot opened this issue Dec 16, 2019 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

opengsos:

Wireless client won't connect to an open wireless network (encryption set to none) after previous encrypted connection. A reboot fixes the problem. Sounds similar to OpenWISP problem: openwisp/netjsonconfig#113

I'm using Comfast CF-E110N-V2 8MB
OpenWRT SNAPSHOT r11676-a15f658ed0
target: ath79/generic mips_24kc

Steps to reproduce:

  1. Connect to an encrypted wireless network, eg.
    config wifi-iface 'wifinet0'
    option ssid 'homewifi'
    option device 'radio0'
    option mode 'sta'
    option network 'wwan'
    option key 'versecurepassword'
    option encryption 'psk2'
  2. Confirm it's working.
  3. Disable ssid 'homewifi'
    option disabled '1'
  4. Connect to an open wireless network, eg.
    config wifi-iface 'wifinet1'
    option ssid 'airport free wifi'
    option device 'radio0'
    option mode 'sta'
    option network 'wwan2'
    option encryption 'none'
  5. Confirm that the device doesn't connect to the 'airport free wifi' network
  6. restart device
  7. confirm that the device now connects to the 'airport free wifi' network.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant