Skip to content

Commit c5585af

Browse files
krish2718nashif
authored andcommitted
wifi: Add units to listen interval
Listen interval as per 802.11 has units as "beacon intervals" i.e., 1 means 1 beacon interval duration (or short beacon interval duration if short beacon is enabled). Signed-off-by: Chaitanya Tata <[email protected]>
1 parent e6ea761 commit c5585af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/net/wifi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ static inline const char *wifi_twt_get_err_code_str(int16_t err_no)
547547
enum wifi_ps_param_type {
548548
/** Power save state. */
549549
WIFI_PS_PARAM_STATE,
550-
/** Power save listen interval. */
550+
/** Power save listen interval (units: (short) beacon intervals). */
551551
WIFI_PS_PARAM_LISTEN_INTERVAL,
552552
/** Power save wakeup mode. */
553553
WIFI_PS_PARAM_WAKEUP_MODE,

0 commit comments

Comments
 (0)