Lines Matching defs:neighbor_report
24 struct neighbor_report { struct
25 u8 bssid[ETH_ALEN];
26 u32 bssid_info;
27 u8 regulatory_class;
28 u8 channel_number;
29 u8 phy_type;
30 u8 preference; /* valid if preference_present=1 */
31 u16 tsf_offset; /* valid if tsf_present=1 */
32 u16 beacon_int; /* valid if tsf_present=1 */
33 char country[2]; /* valid if country_present=1 */
34 u8 rm_capab[5]; /* valid if rm_capab_present=1 */
35 u16 bearing; /* valid if bearing_present=1 */
36 u16 rel_height; /* valid if bearing_present=1 */
37 u32 distance; /* valid if bearing_present=1 */
38 u64 bss_term_tsf; /* valid if bss_term_present=1 */
39 u16 bss_term_dur; /* valid if bss_term_present=1 */
40 unsigned int disassoc_imminent:1;
41 unsigned int preference_present:1;
42 unsigned int tsf_present:1;
43 unsigned int country_present:1;
44 unsigned int rm_capab_present:1;
45 unsigned int bearing_present:1;
46 unsigned int bss_term_present:1;
47 unsigned int acceptable:1;
49 unsigned int is_first:1;
51 struct measurement_pilot *meas_pilot;
52 struct multiple_bssid *mul_bssid;
53 int freq;