Lines Matching defs:iwl_spectrum_notification
2017 struct iwl_spectrum_notification { struct
2018 u8 id; /* measurement id -- 0 or 1 */
2019 u8 token;
2020 u8 channel_index; /* index in measurement channel list */
2021 u8 state; /* 0 - start, 1 - stop */
2022 __le32 start_time; /* lower 32-bits of TSF */
2023 u8 band; /* 0 - 5.2GHz, 1 - 2.4GHz */
2024 u8 channel;
2025 u8 type; /* see enum iwl_measurement_type */
2026 u8 reserved1;
2029 __le32 cca_ofdm; /* cca fraction time in 40Mhz clock periods */
2030 __le32 cca_cck; /* cca fraction time in 44Mhz clock periods */
2031 __le32 cca_time; /* channel load time in usecs */
2032 u8 basic_type; /* 0 - bss, 1 - ofdm preamble, 2 -
2034 u8 reserved2[3];
2035 struct iwl_measurement_histogram histogram;
2036 __le32 stop_time; /* lower 32-bits of TSF */
2037 __le32 status; /* see iwl_measurement_status */