Lines Matching defs:links
1957 * the accepted and rejected affiliated links of the connected station.
2228 * @dot11MeshMaxPeerLinks: the maximum number of peer links allowed on this
2235 * @auto_open_plinks: whether we should automatically open peer links when we
2280 * setting for new peer links.
2914 * @CONNECT_REQ_MLO_SUPPORT: Userspace indicates support for handling MLD links.
2937 * This also applies to the @links.bss parameter, which is used instead
2963 * @links: per-link information for MLO connections
2964 * @link_id: >= 0 for MLO connections, where links are given, and indicates
2983 struct cfg80211_assoc_link links[IEEE80211_MLD_MAX_NUM_LINKS];
5972 * @links: array of %IEEE80211_MLD_MAX_NUM_LINKS elements containing @addr
5974 * @valid_links: bitmap describing what elements of @links are valid
6088 } links[IEEE80211_MLD_MAX_NUM_LINKS];
6139 ARRAY_SIZE((link_info)->links) : 1); \
7244 * @links: per-link information indexed by link ID, use links[0] for
7246 * @links.status: Set this (along with a BSS pointer) for links that
7260 } links[IEEE80211_MLD_MAX_NUM_LINKS];
7755 * @links : For MLO connection, contains link info for the valid links indicated
7756 * using @valid_links. For non-MLO connection, links[0] contains the
7758 * @links.addr: For MLO connection, MAC address of the STA link. Otherwise
7760 * @links.bssid: For MLO connection, MAC address of the AP link. For non-MLO
7761 * connection, links[0].bssid points to the BSSID of the AP (may be %NULL).
7762 * @links.bss: For MLO connection, entry of bss to which STA link is connected.
7763 * For non-MLO connection, links[0].bss points to entry of bss to which STA
7770 * @links.status: per-link status code, to report a status code that's not
7790 } links[IEEE80211_MLD_MAX_NUM_LINKS];
7860 params.links[0].bssid = bssid;
7861 params.links[0].bss = bss;
7937 * @valid_links: For MLO roaming, BIT mask of the new valid links is set.
7940 * @links : For MLO roaming, contains new link info for the valid links set in
7941 * @valid_links. For non-MLO roaming, links[0] contains the new AP info.
7942 * @links.addr: For MLO roaming, MAC address of the STA link. Otherwise %NULL.
7943 * @links.bssid: For MLO roaming, MAC address of the new AP link. For non-MLO
7944 * roaming, links[0].bssid points to the BSSID of the new AP. May be
7945 * %NULL if %links.bss is set.
7946 * @links.channel: the channel of the new AP.
7947 * @links.bss: For MLO roaming, entry of new bss to which STA link got
7948 * roamed. For non-MLO roaming, links[0].bss points to entry of bss to
7949 * which STA got roamed (may be %NULL if %links.bssid is set)
7965 } links[IEEE80211_MLD_MAX_NUM_LINKS];
9236 * cfg80211_links_removed - Notify about removed STA MLD setup links.
9240 * Inform cfg80211 and the userspace about removed STA MLD setup links due to
9242 * reconfiguration. Note that it's not valid to remove all links, in this