Home
last modified time | relevance | path

Searched defs:iwl_spectrum_notification (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/wireless/iwlwifi/
Diwl-commands.h2102 struct iwl_spectrum_notification { struct
2103 u8 id; /* measurement id -- 0 or 1 */
2104 u8 token;
2105 u8 channel_index; /* index in measurement channel list */
2106 u8 state; /* 0 - start, 1 - stop */
2107 __le32 start_time; /* lower 32-bits of TSF */
2108 u8 band; /* 0 - 5.2GHz, 1 - 2.4GHz */
2109 u8 channel;
2110 u8 type; /* see enum iwl_measurement_type */
2111 u8 reserved1;
[all …]