Lines Matching defs:link
51 * packets. This means the link is enabled.
52 * @WLAN_STA_TDLS_INITIATOR: We are the initiator of the TDLS link with this
373 * @llid: Local link ID
374 * @plid: Peer link ID
378 * @plink_state: peer link state
379 * @plink_timeout: timeout of peer link
380 * @plink_timer: peer link watch timer
381 * @plink_sta: peer link watch timer's sta_info
385 * @local_pm: local link-specific power save mode
482 * All link specific sta info are stored here for reference. This can be
485 * same for non-MLD STA. This is used as key for searching link STA
486 * @link_id: Link ID uniquely identifying the link STA. This is 0 for non-MLD
517 * @pub: public (driver visible) link STA data
518 * TODO Move other link params from sta_info as required for MLD operation
639 * @deflink: This is the default link STA information, for non MLO STA all link
641 * link[0] which points to address of @deflink. For MLO Link STA
642 * the first added link STA will point to deflink.
643 * @link: reference to Link Sta entries. For Non MLO STA, except 1st link,
644 * i.e link[0] all links would be assigned to NULL by default and
645 * would access link information via @deflink or link[0]. For MLO
646 * STA, first link STA being added will point its link pointer to
648 * would be assigned to link[link_id] where link_id is the id assigned
725 struct link_sta_info __rcu *link[IEEE80211_MLD_MAX_NUM_LINKS];