Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_aid.c92 uint16_t first_aid = 0; in wlan_mlo_alloc_aid() local
134 if (!first_aid) in wlan_mlo_alloc_aid()
135 first_aid = assoc_idx + 1; in wlan_mlo_alloc_aid()
149 first_aid = 0; in wlan_mlo_alloc_aid()
161 if ((!is_mlo_peer) && first_aid) { in wlan_mlo_alloc_aid()
163 qdf_set_bit(first_aid - 1, vdev_aid_mgr->aid_bitmap); in wlan_mlo_alloc_aid()
164 assoc_id = first_aid; in wlan_mlo_alloc_aid()