Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h179 u8 broadcast_twt_supported; // 0 for not supporting broadcast TWT member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp347 cap.broadcast_twt_supported = (twt_peer_cap & WL_TWT_CAP_FLAGS_BTWT_SUPPORT) ? 1 : 0; in parseTwtCap()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp348 cap.broadcast_twt_supported = (twt_peer_cap & WL_TWT_CAP_FLAGS_BTWT_SUPPORT) ? 1 : 0; in parseTwtCap()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2312 if (twt_capability.device_capability.broadcast_twt_supported) in getTWTCapability()
2320 if (twt_capability.peer_capability.broadcast_twt_supported) in getTWTCapability()