Searched defs:brcms_bss_info (Results 1 – 1 of 1) sorted by relevance
125 struct brcms_bss_info { struct126 u8 BSSID[ETH_ALEN]; /* network BSSID */127 u16 flags; /* flags for internal attributes */128 u8 SSID_len; /* the length of SSID */129 u8 SSID[32]; /* SSID string */130 s16 RSSI; /* receive signal strength (in dBm) */131 s16 SNR; /* receive signal SNR in dB */132 u16 beacon_period; /* units are Kusec */133 u16 chanspec; /* Channel num, bw, ctrl_sb and band */134 struct brcms_c_rateset rateset; /* supported rates */