Home
last modified time | relevance | path

Searched defs:brcmf_sta_info_le (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil_types.h547 struct brcmf_sta_info_le { struct
548 __le16 ver; /* version of this struct */
549 __le16 len; /* length in bytes of this structure */
550 __le16 cap; /* sta's advertised capabilities */
551 __le32 flags; /* flags defined below */
552 __le32 idle; /* time since data pkt rx'd from sta */
553 u8 ea[ETH_ALEN]; /* Station address */
554 __le32 count; /* # rates in this set */
555 u8 rates[BRCMF_MAXRATES_IN_SET]; /* rates in 500kbps units */
557 __le32 in; /* seconds elapsed since associated */
[all …]