Searched defs:brcmf_bss_info_le (Results 1 – 1 of 1) sorted by relevance
312 struct brcmf_bss_info_le { struct313 __le32 version; /* version field */314 __le32 length; /* byte length of data in this record,317 u8 BSSID[ETH_ALEN];318 __le16 beacon_period; /* units are Kusec */319 __le16 capability; /* Capability information */320 u8 SSID_len;321 u8 SSID[32];322 struct {325 } rateset; /* supported rates */[all …]