Zephyr API 3.6.99
Loading...
Searching...
No Matches
nrf_wifi_off_raw_tx_conf Struct Reference

More...

#include <off_raw_tx_api.h>

Data Fields

unsigned int period_us
 Time interval (in microseconds) between transmissions.
 
unsigned int tx_pwr
 Transmit power in dBm (0 to 20)
 
unsigned int chan
 Channel number on which to transmit.
 
bool short_preamble
 Set to TRUE to use short preamble for FALSE to disable short preamble.
 
unsigned int num_retries
 
enum nrf_wifi_off_raw_tx_tput_mode tput_mode
 Throughput mode for packet transmittion.
 
enum nrf_wifi_off_raw_tx_rate rate
 
enum nrf_wifi_off_raw_tx_he_gi he_gi
 HE GI.
 
enum nrf_wifi_off_raw_tx_he_ltf he_ltf
 HE GI.
 
void * pkt
 
unsigned int pkt_len
 Packet length of the frame to be transmitted, (min 26 bytes and max 600 bytes)
 

Detailed Description

  • Configuration parameters for offloaded raw TX Parameters which can be used to configure the offloaded raw TX operation.

Field Documentation

◆ chan

unsigned int nrf_wifi_off_raw_tx_conf::chan

Channel number on which to transmit.

◆ he_gi

enum nrf_wifi_off_raw_tx_he_gi nrf_wifi_off_raw_tx_conf::he_gi

HE GI.

Refer &enum nrf_wifi_off_raw_tx_he_gi

◆ he_ltf

enum nrf_wifi_off_raw_tx_he_ltf nrf_wifi_off_raw_tx_conf::he_ltf

HE GI.

Refer &enum nrf_wifi_off_raw_tx_he_ltf

◆ num_retries

unsigned int nrf_wifi_off_raw_tx_conf::num_retries

◆ period_us

unsigned int nrf_wifi_off_raw_tx_conf::period_us

Time interval (in microseconds) between transmissions.

◆ pkt

void* nrf_wifi_off_raw_tx_conf::pkt

◆ pkt_len

unsigned int nrf_wifi_off_raw_tx_conf::pkt_len

Packet length of the frame to be transmitted, (min 26 bytes and max 600 bytes)

◆ rate

enum nrf_wifi_off_raw_tx_rate nrf_wifi_off_raw_tx_conf::rate

◆ short_preamble

bool nrf_wifi_off_raw_tx_conf::short_preamble

Set to TRUE to use short preamble for FALSE to disable short preamble.

◆ tput_mode

enum nrf_wifi_off_raw_tx_tput_mode nrf_wifi_off_raw_tx_conf::tput_mode

Throughput mode for packet transmittion.

Refer &enum nrf_wifi_off_raw_tx_tput_mode

◆ tx_pwr

unsigned int nrf_wifi_off_raw_tx_conf::tx_pwr

Transmit power in dBm (0 to 20)


The documentation for this struct was generated from the following file: