Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_twt.h177 u8 requester_supported; // 0 for not supporting requester member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp345 cap.requester_supported = (twt_peer_cap & WL_TWT_CAP_FLAGS_REQ_SUPPORT) ? 1 : 0; in parseTwtCap()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp346 cap.requester_supported = (twt_peer_cap & WL_TWT_CAP_FLAGS_REQ_SUPPORT) ? 1 : 0; in parseTwtCap()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp2308 if (twt_capability.device_capability.requester_supported) in getTWTCapability()
2316 if (twt_capability.peer_capability.requester_supported) in getTWTCapability()