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

struct wpa_auth_config has no member named sae_require_mfp (IDFGH-14420) #15200

Open
3 tasks done
AtkinEngineering opened this issue Jan 14, 2025 · 0 comments
Open
3 tasks done
Assignees
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@AtkinEngineering
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.5-dev-1346-gcc9fb5bd5e

Operating System used.

Linux

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Previous dev build compiled the code.

What is the actual behavior?

Build now reports:
/home/dev/esp/master/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c: In function 'hostap_init: /home/dev/esp/master/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c:171:14: error:struct wpa_auth_confighas no member namedsae_require_mfp`
171 | auth_conf->sae_require_mfp = 1;

Steps to reproduce.

Build using Espressif VS Code extension v1.90

Build or installation Logs.

`/home/dev/esp/master/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c:` In function 'hostap_init`:
`/home/dev/esp/master/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c:` 171:14: error: `struct wpa_auth_config` has no member named `sae_require_mfp`
  171 |     auth_conf->sae_require_mfp = 1;

More Information.

No response

@AtkinEngineering AtkinEngineering added the Type: Bug bugs in IDF label Jan 14, 2025
@github-actions github-actions bot changed the title struct wpa_auth_config has no member named sae_require_mfp struct wpa_auth_config has no member named sae_require_mfp (IDFGH-14420) Jan 14, 2025
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jan 14, 2025
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Opened Issue is new labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants