Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_twt_ucfg_api.c285 if (peer_cap & WLAN_TWT_CAPA_RESPONDER) in ucfg_mlme_get_twt_peer_responder_capabilities()
/wlan-driver/qca-wifi-host-cmn/umac/twt/dispatcher/inc/
H A Dwlan_twt_public_structs.h71 WLAN_TWT_CAPA_RESPONDER = BIT(1), enumerator
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1771 caps |= WLAN_TWT_CAPA_RESPONDER; in lim_set_twt_peer_capabilities()
1795 caps |= WLAN_TWT_CAPA_RESPONDER; in lim_set_twt_ext_capabilities()
1811 caps |= WLAN_TWT_CAPA_RESPONDER; in lim_set_twt_peer_capabilities()
1836 caps |= WLAN_TWT_CAPA_RESPONDER; in lim_set_twt_ext_capabilities()
/wlan-driver/qcacld-3.0/os_if/twt/src/
H A Dosif_twt_ext_req.c1054 if (!params.flag_bcast && !(peer_cap & WLAN_TWT_CAPA_RESPONDER)) { in osif_twt_setup_req()