# `Common.Message.WifiConfigAp`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L10247)

# `t`

```elixir
@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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
