Skip to content

wifi: hostap super PR #93085

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

Merged
merged 8 commits into from
Jul 25, 2025
Merged

Conversation

kapbh
Copy link
Contributor

@kapbh kapbh commented Jul 14, 2025

Aggregate PR for all hostap related updates including a single manifest update

  1. Fix TX rate display from int->float
  2. Add runtime MAX BSS Idle support runtime
  3. Option to have dedicated heap for the supplicant
  4. Refactor Enterprise cert management to a separate module

@github-actions github-actions bot added area: Wi-Fi Wi-Fi size: XS A PR changing only a single line of code labels Jul 14, 2025
rlubos
rlubos previously approved these changes Jul 14, 2025
rlubos
rlubos previously approved these changes Jul 14, 2025
Copy link

github-actions bot commented Jul 15, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hostap zephyrproject-rtos/hostap@e942f86 zephyrproject-rtos/hostap@7fda615 (main) zephyrproject-rtos/[email protected]
nrf_wifi zephyrproject-rtos/nrf_wifi@00801cb zephyrproject-rtos/nrf_wifi@787eea1 (main) zephyrproject-rtos/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions github-actions bot added manifest manifest-hostap DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Jul 15, 2025
krish2718
krish2718 previously approved these changes Jul 15, 2025
rlubos
rlubos previously approved these changes Jul 15, 2025
sachinthegreen
sachinthegreen previously approved these changes Jul 21, 2025
@kapbh kapbh dismissed stale reviews from sachinthegreen, rlubos, and krish2718 via 1baf028 July 21, 2025 14:51
@kapbh kapbh force-pushed the invalid_rate_fix branch from 46f45d6 to 1baf028 Compare July 21, 2025 14:51
@zephyrbot zephyrbot requested review from pdgendt and ssharks July 21, 2025 14:52
krish2718
krish2718 previously approved these changes Jul 23, 2025
sachinthegreen
sachinthegreen previously approved these changes Jul 24, 2025
@krish2718
Copy link
Contributor

Please drop the nrf_wifi manifest update, this is superseded by #93623

@kapbh kapbh dismissed stale reviews from sachinthegreen and krish2718 via b42a6e4 July 24, 2025 08:31
@kapbh kapbh force-pushed the invalid_rate_fix branch 2 times, most recently from b42a6e4 to c42d25a Compare July 24, 2025 10:21
rlubos
rlubos previously approved these changes Jul 24, 2025
kapbh and others added 8 commits July 24, 2025 15:21
The Tx rate was previously stored as an integer, which caused loss of
precision for rates like 8.6 Mbps or 34.4 Mbps due to integer division.
The change will update data type to float.

Signed-off-by: Kapil Bhatt <[email protected]>
Create dedicated heap for supplicant operations and define
the heap size.

Signed-off-by: Ravi Dondaputi <[email protected]>
Refactor certificate processing code to eliminate duplication and
enable reuse across modules that require enterprise support.

Signed-off-by: Triveni Danda <[email protected]>
Support to configure BSS max idle period at runtime.

Signed-off-by: Ajay Parida <[email protected]>
Firmware needs to know the connection type to be established.
use the wpa_proto field to derive the connection type.

Signed-off-by: Ajay Parida <[email protected]>
Pull fix for double pulling of raw TX header, fixes warnings seen during
tests.

Signed-off-by: Chaitanya Tata <[email protected]>
Add CONFIG_WIFI_NM_WPA_SUPPLICANT_DEBUG_SHOW_KEYS option to control
whether key material (passwords, encryption keys, etc.) is included
in debug output. This is equivalent to the -K command line flag in
wpa_supplicant.

The option:
- Defaults to disabled (n) for security reasons
- Includes clear warning about security risks
- Should only be enabled during development/debugging
- Provides compile-time control over key material logging

This allows developers to enable key material debugging when needed
while maintaining security by default.

Signed-off-by: Chaitanya Tata <[email protected]>
Helps in debugging crypto issues.

Signed-off-by: Chaitanya Tata <[email protected]>
Copy link

@krish2718 krish2718 self-assigned this Jul 25, 2025
@fabiobaltieri fabiobaltieri merged commit 7fbb0fd into zephyrproject-rtos:main Jul 25, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.