Common.Message.WifiConfigAp (xmavlink_util v0.4.3)

View Source

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

Types

t()

@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