Searched refs:ml_emlcap (Results 1 – 3 of 3) sorted by relevance
1026 struct emlsr_capability *ml_emlcap; in lim_cache_emlsr_params() local1045 ml_emlcap = &sta_ctx->emlsr_cap; in lim_cache_emlsr_params()1049 ml_emlcap->emlsr_supp = true; in lim_cache_emlsr_params()1050 ml_emlcap->trans_timeout = in lim_cache_emlsr_params()1053 ml_emlcap->emlsr_supp = false; in lim_cache_emlsr_params()1054 ml_emlcap->trans_timeout = 0; in lim_cache_emlsr_params()1057 pe_debug("EML caps support%d timeout%d", ml_emlcap->emlsr_supp, in lim_cache_emlsr_params()1058 ml_emlcap->trans_timeout); in lim_cache_emlsr_params()
9483 struct emlsr_capability *ml_emlcap; in lim_intersect_ap_emlsr_caps() local9502 ml_emlcap = &sta_ctx->emlsr_cap; in lim_intersect_ap_emlsr_caps()9510 add_bss->staContext.emlsr_support = ml_emlcap->emlsr_supp; in lim_intersect_ap_emlsr_caps()9512 ml_emlcap->trans_timeout; in lim_intersect_ap_emlsr_caps()9518 ml_emlcap->emlsr_supp = add_bss->staContext.emlsr_support; in lim_intersect_ap_emlsr_caps()9519 ml_emlcap->trans_timeout = in lim_intersect_ap_emlsr_caps()
1963 struct wlan_mlo_eml_cap *ml_emlcap; in wlan_mlo_peer_get_links_info() local1971 ml_emlcap = &ml_peer->mlpeer_emlcap; in wlan_mlo_peer_get_links_info()2006 ml_links->link_info[ix].emlsr_support = ml_emlcap->emlsr_supp; in wlan_mlo_peer_get_links_info()