Searched defs:brcmf_bss_info_le (Results 1 – 1 of 1) sorted by relevance
305 struct brcmf_bss_info_le { struct306 __le32 version; /* version field */307 __le32 length; /* byte length of data in this record,310 u8 BSSID[ETH_ALEN];311 __le16 beacon_period; /* units are Kusec */312 __le16 capability; /* Capability information */313 u8 SSID_len;314 u8 SSID[32];315 struct {318 } rateset; /* supported rates */[all …]