Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_peer.h515 uint8_t *is_emlmr_capable);
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_peer.c2115 uint8_t *is_emlmr_capable) in wlan_mlo_peer_get_eml_capability() argument
2119 if (!is_emlsr_capable || !is_emlmr_capable) in wlan_mlo_peer_get_eml_capability()
2123 *is_emlmr_capable = 0; in wlan_mlo_peer_get_eml_capability()
2137 *is_emlmr_capable = ml_peer->mlpeer_emlcap.emlmr_supp; in wlan_mlo_peer_get_eml_capability()