pub async fn create_fullmac_driver(
    testcontroller_proxy: &TestControllerProxy,
    config: &FullmacDriverConfig
) -> (WlanFullmacImplBridgeRequestStream, WlanFullmacImplIfcBridgeProxy, GenericSmeProxy)
Expand description

Creates and starts fullmac driver using |testcontroller_proxy|. This handles the request to start SME through the UsmeBootstrap protocol, and the sequence of query requests that SME makes to the fullmac driver on startup.

After this function is called, the fullmac driver is ready to be used in the test suite.