Lines Matching defs:active_links
1848 * @active_links: The bitmap of active links, or 0 for non-MLO.
1890 u16 valid_links, active_links, dormant_links;
1939 if ((!(vif)->active_links || \
1940 (vif)->active_links & BIT(link_id)) && \
2394 if ((!(vif)->active_links || \
2395 (vif)->active_links & BIT(link_id)) && \
7412 * @active_links: the new active links bitmap
7416 * and @active_links must be a subset of the vif's valid_links.
7419 * time (e.g. active_links going from 0x1 to 0x10) then you will get
7435 int ieee80211_set_active_links(struct ieee80211_vif *vif, u16 active_links);
7440 * @active_links: the new active links bitmap
7448 u16 active_links);