pub type WifiConfigApResponse = WifiConfigApResponse;Expand description
Originally defined in common::enums::wifi_config_ap_response
Aliased Type§
#[repr(u8)]pub enum WifiConfigApResponse {
Undefined = 0,
Accepted = 1,
Rejected = 2,
ModeError = 3,
SsidError = 4,
PasswordError = 5,
}Variants§
Undefined = 0
MAVLink enum entry WIFI_CONFIG_AP_RESPONSE_UNDEFINED.
Undefined response. Likely an indicative of a system that doesn’t support this request.
Accepted = 1
MAVLink enum entry WIFI_CONFIG_AP_RESPONSE_ACCEPTED.
Changes accepted.
Rejected = 2
MAVLink enum entry WIFI_CONFIG_AP_RESPONSE_REJECTED.
Changes rejected.
ModeError = 3
MAVLink enum entry WIFI_CONFIG_AP_RESPONSE_MODE_ERROR.
Invalid Mode.
SsidError = 4
MAVLink enum entry WIFI_CONFIG_AP_RESPONSE_SSID_ERROR.
Invalid SSID.
PasswordError = 5
MAVLink enum entry WIFI_CONFIG_AP_RESPONSE_PASSWORD_ERROR.
Invalid Password.