Lines Matching full:channel
168 * \brief Scan Normal Channel Entry
171 * This structure defines single channel parameters for normal scan operation other than SPS (inc. triggered)
178 TI_UINT32 maxChannelDwellTime; /**< Maximum time to stay on the channel if some frames were
181 TI_UINT32 minChannelDwellTime; /**< Minimum time to stay on the channel if no frames were received (microseconds) */
184 * Termination Event setting, after which scan is stopped on this channel
187 TI_UINT8 channel; /**< Channel to scan */
192 * \brief Scan SPS Channel Entry
195 * This structure defines single channel parameters for an SPS scan operation
202 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */
203 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
206 * the early Termination Event setting, after which scan is stopped on this channel
208 TI_UINT8 channel; /**< Channel to scan */
213 * \brief Scan Channel Entry
216 * Holds single channel parameters single-channel parameters for all scan types,
223 TScanNormalChannelEntry normalChannelEntry; /**< Normal scan parameters: channel parameters for all scan types other than SPS */
224 TScanSpsChannelEntry SPSChannelEntry; /**< SPS scan parameters: channel parameters for SPS type */
241 TI_UINT8 probeReqNumber; /**< Number of probe requests to send on each channel (for active scan) */
251 TScanChannelEntry channelEntry[ MAX_NUMBER_OF_CHANNELS_PER_SCAN ]; /**< Channel data array, actual size according to the above field. */
270 * \brief Periodic Channel Entry
273 * This structure defines a Channel Entry of Periodic scan
274 * (each scanned channel has its own Channel Entry)
280 ERadioBand eBand; /**< Channel's Radio Band */
281 TI_UINT32 uChannel; /**< Channel's Number */
282 EScanType eScanType; /**< The Type of Scan Performed on the channel */
283 TI_UINT32 uMinDwellTimeMs; /**< minimum time to dwell on the channel, in microseconds */
284 TI_UINT32 uMaxDwellTimeMs; /**< maximum time to dwell on the channel, in microseconds */
285 TI_UINT32 uTxPowerLevelDbm; /**< Channel's Power Level In Dbm/10 units */
315 * This buffer holds the Parameters of each Scanned Channel