pub unsafe extern "C" fn esp_wifi_action_tx_req(
req: *mut wifi_action_tx_req_t,
) -> i32Expand 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_FAIL: failed to send frame