Searched defs:brcmf_bss_info_le (Results 1 – 1 of 1) sorted by relevance
235 struct brcmf_bss_info_le { struct236 __le32 version; /* version field */237 __le32 length; /* byte length of data in this record,240 u8 BSSID[ETH_ALEN];241 __le16 beacon_period; /* units are Kusec */242 __le16 capability; /* Capability information */243 u8 SSID_len;244 u8 SSID[32];245 struct {248 } rateset; /* supported rates */[all …]