Home
last modified time | relevance | path

Searched refs:twt_channel (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_types.h478 uint8_t twt_channel; ///< Currently this configuration is not supported. Range : 0 - 7. member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_protocol_types.h1382 uint8_t twt_channel; ///< TWT channel member
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c1996 …if ((twt_req->twt_channel != 0) || (twt_req->twt_protection != 0) || (twt_req->implicit_twt != 1))… in sl_wifi_enable_target_wake_time()