qwf_wifi_GetApStatus()

Query the Wi-Fi status for the Access Point Mode

Synopsis:

#include <qwf/qwf_wifi.h>
qwf_wifi_Results_e qwf_wifi_GetApStatus(qwf_Context_t *pCtx,
                         qwf_wifi_ApModeStatusData_t *const pWifiStatus);

Arguments:

pCtx
A pointer to the QWF service context created by qwf_Init()
pWifiStatus
A pointer to memory for storing a qwf_wifi_ApModeStatusData_t structure, which stores the Access Point Mode status data

Library:

qwf_interface

Description:

This function queries the Wi-Fi Manager service for Access Point Mode status data. The caller must provide the memory for the structure that the service writes the data into.

Returns:

WIFI_OK Successful result

WIFI_ERR_PARAM A pointer argument is NULL or the QWF Wi-Fi Manager context can't be retrieved