Home
last modified time | relevance | path

Searched refs:self_cap (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/os_if/twt/src/
H A Dosif_twt_ext_rsp.c722 uint8_t peer_cap = 0, self_cap = 0; in osif_twt_send_get_capabilities_response() local
746 self_cap |= QCA_WLAN_TWT_CAPA_REQUESTOR; in osif_twt_send_get_capabilities_response()
750 self_cap |= (twt_bcast_req ? QCA_WLAN_TWT_CAPA_BROADCAST : 0); in osif_twt_send_get_capabilities_response()
755 self_cap |= QCA_WLAN_TWT_CAPA_FLEXIBLE; in osif_twt_send_get_capabilities_response()
765 osif_debug("self_cap: 0x%x peer_cap: 0x%x", self_cap, peer_cap); in osif_twt_send_get_capabilities_response()
790 self_cap)) { in osif_twt_send_get_capabilities_response()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_twt.c3535 uint8_t peer_cap = 0, self_cap = 0; in hdd_twt_pack_get_capabilities_resp() local
3581 self_cap |= QCA_WLAN_TWT_CAPA_REQUESTOR; in hdd_twt_pack_get_capabilities_resp()
3585 self_cap |= (twt_bcast_req ? QCA_WLAN_TWT_CAPA_BROADCAST : 0); in hdd_twt_pack_get_capabilities_resp()
3588 self_cap |= QCA_WLAN_TWT_CAPA_FLEXIBLE; in hdd_twt_pack_get_capabilities_resp()
3596 self_cap)) { in hdd_twt_pack_get_capabilities_resp()