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

esp_supplicant: Make esp_rrm_send_neighbor_rep_request return proper … (IDFGH-5503) #7233

Closed
wants to merge 1 commit into from

Conversation

AxelLin
Copy link
Contributor

@AxelLin AxelLin commented Jul 6, 2021

…error

Current code always return 0 even though wpas_rrm_send_neighbor_rep_request()
fails. Return proper error so the caller can know what's wrong.

Signed-off-by: Axel Lin axel.lin@gmail.com

…error

Current code always return 0 even though wpas_rrm_send_neighbor_rep_request()
fails. Return proper error so the caller can know what's wrong.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
@AxelLin
Copy link
Contributor Author

AxelLin commented Jul 6, 2021

Hi @kapilkedawat
Please review this PR.

Without the fix, https://github.com/espressif/esp-idf/blob/master/examples/wifi/roaming/main/roaming_example.c#L316 cannot catch the error.

Also note v4.3 also needs the fix.

@kapilkedawat
Copy link
Collaborator

Hi @AxelLin,

Thanks for contributing. This fix is already part of latest IDF code and should be available in github next push.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Jul 6, 2021
@github-actions github-actions bot changed the title esp_supplicant: Make esp_rrm_send_neighbor_rep_request return proper … esp_supplicant: Make esp_rrm_send_neighbor_rep_request return proper … (IDFGH-5503) Jul 6, 2021
@AxelLin AxelLin closed this Jul 16, 2021
@AxelLin AxelLin deleted the esp_supplicant_fix branch July 21, 2021 03:57
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new labels Aug 11, 2021
espressif-bot pushed a commit that referenced this pull request Aug 11, 2021
…error

Current code always return 0 even though wpas_rrm_send_neighbor_rep_request()
fails. Return proper error so the caller can know what's wrong.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Sagar Bijwe <sagar@espressif.com>

Merges #7233
espressif-bot pushed a commit that referenced this pull request Aug 15, 2021
…error

Current code always return 0 even though wpas_rrm_send_neighbor_rep_request()
fails. Return proper error so the caller can know what's wrong.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Sagar Bijwe <sagar@espressif.com>

Merges #7233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants