Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dfwil_types.h458 struct brcmf_sta_info_le { struct
459 __le16 ver; /* version of this struct */
460 __le16 len; /* length in bytes of this structure */
461 __le16 cap; /* sta's advertised capabilities */
462 __le32 flags; /* flags defined below */
463 __le32 idle; /* time since data pkt rx'd from sta */
464 u8 ea[ETH_ALEN]; /* Station address */
465 __le32 count; /* # rates in this set */
466 u8 rates[BRCMF_MAXRATES_IN_SET]; /* rates in 500kbps units */
468 __le32 in; /* seconds elapsed since associated */
[all …]