Skip to content

Conversation

@bogdanbogush2
Copy link
Contributor

Reason for change:
Client cannot connect due to disassoc from AP.
Scenario:

  • client sends two assoc requests
  • while second assoc request is in queue hostapd sends reply
  • when second assoc request is handled hostapd removes STA and adds again
  • remove of STA triggers DEL_STATION event
  • DEL_STATION event sends disassoc
  • after two disassoc STA gives up and connects to different band The fix is to skip remove-add STA for duplicated requests. Test Procedure:
  • Connect Intel BE200 client
  • Check connection successful if client retries assoc request Risks: Low
    Priority: P1

Reason for change:
  Client cannot connect due to disassoc from AP.
  Scenario:
  - client sends two assoc requests
  - while second assoc request is in queue hostapd sends reply
  - when second assoc request is handled hostapd removes STA and adds again
  - remove of STA triggers DEL_STATION event
  - DEL_STATION event sends disassoc
  - after two disassoc STA gives up and connects to different band
  The fix is to skip remove-add STA for duplicated requests.
Test Procedure:
  - Connect Intel BE200 client
  - Check connection successful if client retries assoc request
Risks: Low
Priority: P1

Signed-off-by: Bogdan Bogush <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant