wifi_hotspot.h

    Wifiservice

    Description:

    Provides capabilities to enable and disable the hotspot mode, connect to and disconnect from a hotspot, query the hotspot status, and listen for events.

    Since:

    1.0

    Version:

    1.0

    Function Name

    Description

    (void)

    WifiErrorCode 

    Enables the hotspot mode.

    (void)

    WifiErrorCode 

    Disables the hotspot mode.

    (const HotspotConfig config)

     

    GetHotspotConfig ( result)

    WifiErrorCode 

    Obtains a specified hotspot configuration.

    (void)

    int 

    Checks whether the hotspot mode is enabled.

    GetStationList ( result, unsigned int size)

    WifiErrorCode 

    Obtains an array of stations connected to this hotspot.

    (int rssi, int band)

    int