pub unsafe extern "C" fn esp_wifi_action_tx_req(
req: *mut wifi_action_tx_req_t,
) -> esp_err_tExpand 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