pub type WifiConfigAp = WifiConfigAp;
Expand description

Originally defined in common::messages::wifi_config_ap.

Aliased Type§

struct WifiConfigAp {
    pub ssid: [u8; 32],
    pub password: [u8; 64],
    pub mode: WifiConfigApMode,
    pub response: WifiConfigApResponse,
}

Fields§

§ssid: [u8; 32]

MAVLink field ssid.

Name of Wi-Fi network (SSID). Blank to leave it unchanged when setting. Current SSID when sent back as a response.

§password: [u8; 64]

MAVLink field password.

Password. Blank for an open AP. MD5 hash when message is sent back as a response.

§mode: WifiConfigApMode

MAVLink field mode.

WiFi Mode.

§response: WifiConfigApResponse

MAVLink field response.

Message acceptance response (sent back to GS).