pub enum ClientStateUpdatesRequest {
OnClientStateUpdate {
summary: ClientStateSummary,
responder: ClientStateUpdatesOnClientStateUpdateResponder,
},
}
Expand description
Wlan status changes for client connections and the associated network state. These updates contain information about whether or not the device will attempt to connect to networks, saved network configuration change information, individual connection state information by NetworkIdentifier and connection attempt information. The connection and network related calls are based on NetworkIdentifier to allow multiple simultaneous connections on supporting devices.
Variants§
OnClientStateUpdate
Updates registered listeners with the current summary of wlan client state. This will be called when there is any change to the state and the registered listeners are responsible for deciding what information has changed (since this is dependent on when they last acknowledged the update).
Implementations§
Source§impl ClientStateUpdatesRequest
impl ClientStateUpdatesRequest
pub fn into_on_client_state_update( self, ) -> Option<(ClientStateSummary, ClientStateUpdatesOnClientStateUpdateResponder)>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL