cjimti / iotwifi

Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
https://imti.co/iot-wifi/
MIT License
303 stars 124 forks source link

Clients lose connection from AP #18

Closed cecchisandrone closed 5 years ago

cecchisandrone commented 6 years ago
  1. Start iotwifi container
  2. Connect with a client
  3. After some time client gets disconnected and cannot join the network again
HMarzban commented 6 years ago

That's exactly my problem, after running docker everything good, I can scan and connect to out wifi, but when I want access to AP from my phone it refuses connection or say password does not correct or say we have a problem in authentication. could you help whats the problem and how can we fix it?

cjimti commented 5 years ago

There may be a solution to this issue however more research needs to be done to understand why WPA supplicant is prone to failure after a time. Any work on this in the future should be done on the txn2 fork. https://github.com/txn2/txwifi

Thanks