Home
last modified time | relevance | path

Searched refs:flexibile_twt_supported (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h180 u8 flexibile_twt_supported; // 0 for not supporting flexible TWT member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp348 cap.flexibile_twt_supported = (twt_peer_cap & WL_TWT_CAP_FLAGS_FLEX_SUPPORT) ? 1 : 0; in parseTwtCap()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp349 cap.flexibile_twt_supported = (twt_peer_cap & WL_TWT_CAP_FLAGS_FLEX_SUPPORT) ? 1 : 0; in parseTwtCap()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2314 if (twt_capability.device_capability.flexibile_twt_supported) in getTWTCapability()
2322 if (twt_capability.peer_capability.flexibile_twt_supported) in getTWTCapability()