#[no_mangle]
pub extern "C" fn stop_fullmac_mlme(mlme: &mut FullmacMlmeHandle)
Expand description
Request that the FullMAC MLME stops. This is non-blocking.
It is assumed that |mlme| is valid (i.e., the user has not called |delete_fullmac_mlme_handle| yet.
This should be synchronized with calls to |start_fullmac_mlme| and |delete_fullmac_mlme_handle|.
TODO(https://fxbug.dev/368323681): Consider replacing |stop_fullmac_mlme| and |delete_fullmac_mlme| with an internal FIDL protocol.