qwf_wifi_GetAccessPointProfile()

Updated: April 19, 2023

Get the access point profile data

Synopsis:

#include <qwf/qwf_wifi.h>
qwf_wifi_Results_e qwf_wifi_GetAccessPointProfile(qwf_Context_t *pCtx,
                                                 qwf_wifi_ApProfileData_t *const pApProfile)

Arguments:

pCtx
A pointer to the QWF service context
pApProfile
A pointer to a qwf_wifi_ApProfileData_t structure for storing the access point profile data

Library:

qwf_interface

Returns:

WIFI_OK Successful result

WIFI_ERR_INACTIVE The QWF Wi-Fi Manager service is inactive or not ready

WIFI_ERR_INT The QWF Wi-Fi Manager service couldn't issue the request or read the response

WIFI_ERR_NOT_EXIST The access point profile does not exist

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