Searched defs:brcmf_sta_info_le (Results 1 – 1 of 1) sorted by relevance
614 struct brcmf_sta_info_le { struct615 __le16 ver; /* version of this struct */616 __le16 len; /* length in bytes of this structure */617 __le16 cap; /* sta's advertised capabilities */618 __le32 flags; /* flags defined below */619 __le32 idle; /* time since data pkt rx'd from sta */620 u8 ea[ETH_ALEN]; /* Station address */621 __le32 count; /* # rates in this set */622 u8 rates[BRCMF_MAXRATES_IN_SET]; /* rates in 500kbps units */624 __le32 in; /* seconds elapsed since associated */[all …]