Skip to content

[nrf noup] zephyr: Read DMS capability of connection - #155

Open
rado17 wants to merge 1 commit into
zephyrproject-rtos:mainfrom
rado17:dms_support
Open

[nrf noup] zephyr: Read DMS capability of connection#155
rado17 wants to merge 1 commit into
zephyrproject-rtos:mainfrom
rado17:dms_support

Conversation

@rado17

@rado17 rado17 commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Add support to read the DMS capability from Wi-Fi driver as negotiated in the connection.

Add support to read the DMS capability from Wi-Fi driver as
negotiated in the connection.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Comment thread src/drivers/driver.h
unsigned short beacon_interval;
unsigned char dtim_period;
bool twt_capable;
bool dms_capable;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change modifies struct wpa_conn_info in src/drivers/driver.h which is a core hostap structure. Could the DMS capability instead be reported through the existing Zephyr wifi_mgmt_ops path (e.g., via a capability query or as part of the driver's connection event) without modifying the hostap source?

Alternatively, if this field is truly needed here, it should be proposed upstream to hostap so all vendors benefit and we avoid carrying a [nrf noup] patch.

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.

2 participants