Home
last modified time | relevance | path

Searched refs:SIR_MAC_DIRECTION_BIDIR (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_power_save.c689 else if (direction == SIR_MAC_DIRECTION_BIDIR) { in sme_set_tspec_uapsd_mask_per_session()
703 else if (direction == SIR_MAC_DIRECTION_BIDIR) { in sme_set_tspec_uapsd_mask_per_session()
722 } else if (direction == SIR_MAC_DIRECTION_BIDIR) { in sme_set_tspec_uapsd_mask_per_session()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_action_frame.c632 SIR_MAC_DIRECTION_BIDIR) { in __lim_process_add_ts_rsp()
833 } else if (tsinfo->traffic.direction == SIR_MAC_DIRECTION_BIDIR) { in __lim_process_del_ts_req()
H A Dlim_ft.c1041 SIR_MAC_DIRECTION_BIDIR) { in lim_process_ft_aggr_qos_req()
H A Dlim_utils.c4449 else if (direction == SIR_MAC_DIRECTION_BIDIR) { in lim_set_tspec_uapsd_mask_per_session()
4462 else if (direction == SIR_MAC_DIRECTION_BIDIR) { in lim_set_tspec_uapsd_mask_per_session()
H A Dlim_process_sme_req_messages.c7750 SIR_MAC_DIRECTION_BIDIR) { in __lim_process_sme_delts_req()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h712 #define SIR_MAC_DIRECTION_BIDIR 3 macro