pub async fn handle_ap_listen(
    server_stream: AccessPointStateUpdatesRequestStream,
    single_sample: bool
) -> Result<(), Error>
Expand description

Listens for AP state updates and prints each update that is received.