Zephyr API 3.6.99
|
#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) | |
unsigned int nrf_wifi_off_raw_tx_conf::chan |
Channel number on which to transmit.
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
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
unsigned int nrf_wifi_off_raw_tx_conf::num_retries |
unsigned int nrf_wifi_off_raw_tx_conf::period_us |
Time interval (in microseconds) between transmissions.
void* nrf_wifi_off_raw_tx_conf::pkt |
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)
enum nrf_wifi_off_raw_tx_rate nrf_wifi_off_raw_tx_conf::rate |
bool nrf_wifi_off_raw_tx_conf::short_preamble |
Set to TRUE to use short preamble for FALSE to disable short preamble.
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
unsigned int nrf_wifi_off_raw_tx_conf::tx_pwr |
Transmit power in dBm (0 to 20)