Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
[nrf noup] zephyr: Fix clearing the beacon set flag
Browse files Browse the repository at this point in the history
fixup! [nrf noup] zephyr: Implement basic AP ops

Without this the management frame registrations are skipped causing
issue with scanning and association.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 committed Jan 3, 2024
1 parent eb64718 commit e7bad31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/driver_zephyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,7 @@ int wpa_drv_zep_stop_ap(void *priv)
}

if_ctx->freq = 0;
if_ctx->beacon_set = false;
out:
return ret;
}
Expand Down

0 comments on commit e7bad31

Please sign in to comment.