Skip to main content

esp_wifi_action_tx_req

Function esp_wifi_action_tx_req 

Source
pub unsafe extern "C" fn esp_wifi_action_tx_req(
    req: *mut wifi_action_tx_req_t,
) -> esp_err_t
Expand description

@brief Send action frame on target channel

@param req action tx request structure containing relevant fields

@return

  • ESP_OK: succeed
  • ESP_ERR_NO_MEM: failed to allocate memory
  • ESP_ERR_INVALID_ARG: the <channel, sec_channel> pair is invalid
  • ESP_FAIL: failed to send frame