pub async fn handle_ap_listen( server_stream: AccessPointStateUpdatesRequestStream, single_sample: bool, ) -> Result<(), Error>
Listens for AP state updates and prints each update that is received.