wlan_hw_sim::netdevice_helper

Function create_client

Source
pub async fn create_client(
    devfs: &DirectoryProxy,
    mac: MacAddress,
) -> Option<(Client, Port)>
Expand description

Returns a Netdevice client with the specified MAC address, or None if none is found.