Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_sta_tlv.c891 peer_cap->peer_qos, peer_cap->buff_sta_support, in send_update_tdls_peer_state_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h26591 A_UINT32 peer_qos; member
26630 (ppeer_caps)->peer_qos |= (1 << flag); \
26633 (((ppeer_caps)->peer_qos & (1 << flag)) >> flag)
26657 (ppeer_caps)->peer_qos |= (((val) & 0x3) << WMI_TDLS_QOS_SP_FLAG); \
26660 (((ppeer_caps)->peer_qos & (0x3 << WMI_TDLS_QOS_SP_FLAG)) >> WMI_TDLS_QOS_SP_FLAG)