Home | History | Annotate | Download | only in TWDriver

Lines Matching full:channel

1160  * \brief TWD Channel Width
1169 /* 0 */ CHANNEL_WIDTH_20MHZ = 0, /**< 20MHZ Channel Width */
1170 /* 1 */ CHANNEL_WIDTH_40MHZ_20MHZ /**< 40-20MHZ Channel Width */
1685 TI_UINT8 channel; /**< */
1960 Channel_e channel; /**< Channel number on which the measurement is performed */
1961 RadioBand_e band; /**< Specifies the band to which the channel belongs */
1982 TI_UINT8 numOfProbRqst; /**< This field indicates the number of probe requests to send per channel, when active scan is specified
1986 * If 0, leave normal TX power level for this channel
1991 ERadioBand eBand; /**< Specifies the band to which the channel belongs */
2016 * \brief Switch Channel Parameters
2019 * Used for Switch channel Command
2025 TI_UINT8 channelNumber; /**< The new serving channel */
2026 TI_UINT8 switchTime; /**< Relative time of the serving channel switch in TBTT units */
2124 TI_UINT8 channelType; /**< Channel access type for the queue Refer to ChannelType_enum */
2180 will be considered disturbed channel:
2538 TI_UINT8 channel; /**< */
3810 * Set Triggered scan time out per channel
3847 * \param channel - Channel Number
3855 TI_STATUS TWD_CmdEnableTx (TI_HANDLE hTWD, TI_UINT8 channel);
3884 * \brief Command Switch Channel
3887 * \param pSwitchChannelCmd - Pointer to Switch Channel Parameters Structure
3896 * \brief Command Switch Channel Cancel
3899 * \param channel - Channek Number
3906 TI_STATUS TWD_CmdSwitchChannelCancel (TI_HANDLE hTWD, TI_UINT8 channel);