Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfwil_types.h465 struct brcmf_sta_info_le { struct
466 __le16 ver; /* version of this struct */
467 __le16 len; /* length in bytes of this structure */
468 __le16 cap; /* sta's advertised capabilities */
469 __le32 flags; /* flags defined below */
470 __le32 idle; /* time since data pkt rx'd from sta */
471 u8 ea[ETH_ALEN]; /* Station address */
472 __le32 count; /* # rates in this set */
473 u8 rates[BRCMF_MAXRATES_IN_SET]; /* rates in 500kbps units */
475 __le32 in; /* seconds elapsed since associated */
[all …]