Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/twt/core/src/
H A Dwlan_twt_main.c272 if ((peer_cap & WLAN_TWT_CAPA_REQUIRED) && in wlan_twt_update_peer_twt_required_bit()
275 peer_cap &= ~WLAN_TWT_CAPA_REQUIRED; in wlan_twt_update_peer_twt_required_bit()
276 } else if (!(peer_cap & WLAN_TWT_CAPA_REQUIRED) && in wlan_twt_update_peer_twt_required_bit()
279 peer_cap |= WLAN_TWT_CAPA_REQUIRED; in wlan_twt_update_peer_twt_required_bit()
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_public_structs.h74 WLAN_TWT_CAPA_REQUIRED = BIT(4), enumerator
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1780 caps |= WLAN_TWT_CAPA_REQUIRED; in lim_set_twt_peer_capabilities()
1820 caps |= WLAN_TWT_CAPA_REQUIRED; in lim_set_twt_peer_capabilities()