Lines Matching defs:il_spectrum_notification
2209 struct il_spectrum_notification { struct
2210 u8 id; /* measurement id -- 0 or 1 */
2211 u8 token;
2212 u8 channel_idx; /* idx in measurement channel list */
2213 u8 state; /* 0 - start, 1 - stop */
2214 __le32 start_time; /* lower 32-bits of TSF */
2215 u8 band; /* 0 - 5.2GHz, 1 - 2.4GHz */
2216 u8 channel;
2217 u8 type; /* see enum il_measurement_type */
2218 u8 reserved1;
2221 __le32 cca_ofdm; /* cca fraction time in 40Mhz clock periods */
2222 __le32 cca_cck; /* cca fraction time in 44Mhz clock periods */
2223 __le32 cca_time; /* channel load time in usecs */
2224 u8 basic_type; /* 0 - bss, 1 - ofdm preamble, 2 -
2226 u8 reserved2[3];
2227 struct il_measurement_histogram histogram;
2228 __le32 stop_time; /* lower 32-bits of TSF */
2229 __le32 status; /* see il_measurement_status */