View Source Common.Message.WifiConfigAp (xmavlink_util v0.3.0)

Link to this section Summary

Types

t()

Configure WiFi AP SSID, password, and mode. This message is re-emitted as an acknowledgement by the AP. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE

Link to this section Types

@type t() :: %Common.Message.WifiConfigAp{
  mode: Common.Types.wifi_config_ap_mode(),
  password: [char()],
  response: Common.Types.wifi_config_ap_response(),
  ssid: [char()]
}

Configure WiFi AP SSID, password, and mode. This message is re-emitted as an acknowledgement by the AP. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE