Searched defs:brcmf_sta_info_le (Results 1 – 1 of 1) sorted by relevance
543 struct brcmf_sta_info_le { struct544 __le16 ver; /* version of this struct */545 __le16 len; /* length in bytes of this structure */546 __le16 cap; /* sta's advertised capabilities */547 __le32 flags; /* flags defined below */548 __le32 idle; /* time since data pkt rx'd from sta */549 u8 ea[ETH_ALEN]; /* Station address */550 __le32 count; /* # rates in this set */551 u8 rates[BRCMF_MAXRATES_IN_SET]; /* rates in 500kbps units */553 __le32 in; /* seconds elapsed since associated */[all …]