Lines Matching defs:link_id
1212 * @link_id: the link ID for the AP MLD link sending this beacon
1244 unsigned int link_id;
1521 * @link_id: the link id (-1 for non-MLD station)
1540 int link_id;
1563 * @link_id: the link id
1567 u32 link_id;
2188 * @link_id: link_id or -1 for non-MLD
2206 int link_id;
2401 * @link_id: link_id or -1 for non-MLD
2409 int link_id;
2865 * @link_id: if >= 0, indicates authentication should be done as an MLD,
2867 * necessary link (with the given link_id) will be created (and
2870 * an AP MLD, valid iff @link_id >= 0
2882 s8 link_id;
2964 * @link_id: >= 0 for MLO connections, where links are given, and indicates
2967 * valid iff @link_id >= 0
2985 s8 link_id;
3506 * @link_id: for MLO, the link ID to transmit on, -1 if not given; note
3520 int link_id;
4046 * when adding a group key. @link_id will be -1 for non-MLO connection.
4047 * For MLO connection, @link_id will be >= 0 for group key and -1 for
4055 * @link_id will be -1 for non-MLO connection. For MLO connection,
4056 * @link_id will be >= 0 for group key and -1 for pairwise key, @mac_addr
4060 * and @key_index, return -ENOENT if the key doesn't exist. @link_id will
4061 * be -1 for non-MLO connection. For MLO connection, @link_id will be >= 0
4065 * @set_default_key: set the default key on an interface. @link_id will be >= 0
4069 * @link_id will be >= 0 for MLO connection and -1 for non-MLO connection.
4072 * @link_id will be >= 0 for MLO connection and -1 for non-MLO connection.
4424 unsigned int link_id);
4427 unsigned int link_id);
4430 int link_id, u8 key_index, bool pairwise,
4433 int link_id, u8 key_index, bool pairwise,
4437 int link_id, u8 key_index, bool pairwise,
4440 struct net_device *netdev, int link_id,
4443 struct net_device *netdev, int link_id,
4447 int link_id,
4455 unsigned int link_id);
4566 unsigned int link_id,
4627 const u8 *peer, int link_id,
4643 unsigned int link_id,
4680 unsigned int link_id,
4727 const bool noencrypt, int link_id,
6121 * @link_id: the link ID for MLO
6126 unsigned int link_id);
6129 unsigned int link_id)
6131 WARN_ON(link_id && !wdev->valid_links);
6133 !(wdev->valid_links & BIT(link_id)));
6136 #define for_each_valid_link(link_info, link_id) \
6137 for (link_id = 0; \
6138 link_id < ((link_info)->valid_links ? \
6140 link_id++) \
6142 ((link_info)->valid_links & BIT(link_id)))
8139 * an MLD, i.e. the @link_id field is valid
8140 * @link_id: the ID of the link the frame was received on
8151 u8 link_id;
8325 * @link_id: the link the frame was received on, -1 if not applicable or unknown
8337 bool unencrypted, int link_id);
8591 * @link_id: the link ID for MLO, must be 0 for non-MLO
8599 unsigned int link_id, u16 punct_bitmap);
8605 * @link_id: the link ID for MLO, must be 0 for non-MLO
8616 unsigned int link_id, u8 count,