# WLAN

**Detailed Description**

This section contains APIs related to WLAN management operations

- [WLAN device management](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html)
    - [`BandType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv48BandType)
        - [`BAND_5GHZ`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N8BandType9BAND_5GHZE)
        - [`BAND_2GHZ`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N8BandType9BAND_2GHZE)
        - [`BAND_6GHZ`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N8BandType9BAND_6GHZE)
    - [`ConnectionStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv416ConnectionStatus)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N16ConnectionStatus7UNKNOWNE)
        - [`CONNECTED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N16ConnectionStatus9CONNECTEDE)
        - [`DISCONNECTED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N16ConnectionStatus12DISCONNECTEDE)
    - [`Id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv42Id)
        - [`PRIMARY`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N2Id7PRIMARYE)
        - [`SECONDARY`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N2Id9SECONDARYE)
        - [`TERTIARY`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N2Id8TERTIARYE)
        - [`QUATERNARY`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N2Id10QUATERNARYE)
    - [`ApType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv46ApType)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N6ApType7UNKNOWNE)
        - [`PRIVATE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N6ApType7PRIVATEE)
        - [`GUEST`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N6ApType5GUESTE)
    - [`StaInterfaceStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv418StaInterfaceStatus)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N18StaInterfaceStatus7UNKNOWNE)
        - [`CONNECTING`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N18StaInterfaceStatus10CONNECTINGE)
        - [`CONNECTED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N18StaInterfaceStatus9CONNECTEDE)
        - [`DISCONNECTED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N18StaInterfaceStatus12DISCONNECTEDE)
        - [`ASSOCIATION_FAILED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N18StaInterfaceStatus18ASSOCIATION_FAILEDE)
        - [`IP_ASSIGNMENT_FAILED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N18StaInterfaceStatus20IP_ASSIGNMENT_FAILEDE)
    - [`StaConnectionStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv419StaConnectionStatus)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N19StaConnectionStatus7UNKNOWNE)
        - [`SUCCESS`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N19StaConnectionStatus7SUCCESSE)
        - [`INCORRECT_PSK`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N19StaConnectionStatus13INCORRECT_PSKE)
        - [`AP_NOT_FOUND`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N19StaConnectionStatus12AP_NOT_FOUNDE)
    - [`OperationType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv413OperationType)
        - [`WLAN_LOCAL`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N13OperationType10WLAN_LOCALE)
        - [`WLAN_REMOTE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N13OperationType11WLAN_REMOTEE)
    - [`IpFamilyType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv412IpFamilyType)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12IpFamilyType7UNKNOWNE)
        - [`IPV4`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12IpFamilyType4IPV4E)
        - [`IPV6`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12IpFamilyType4IPV6E)
        - [`IPV4V6`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12IpFamilyType6IPV4V6E)
    - [`ServiceOperation`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv416ServiceOperation)
        - [`STOP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N16ServiceOperation4STOPE)
        - [`START`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N16ServiceOperation5STARTE)
        - [`RESTART`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N16ServiceOperation7RESTARTE)
    - [`InterfaceState`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv414InterfaceState)
        - [`INACTIVE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N14InterfaceState8INACTIVEE)
        - [`ACTIVE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N14InterfaceState6ACTIVEE)
    - [`HwDeviceType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv412HwDeviceType)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12HwDeviceType7UNKNOWNE)
        - [`QCA6574`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12HwDeviceType7QCA6574E)
        - [`QCA6696`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12HwDeviceType7QCA6696E)
        - [`QCA6595`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12HwDeviceType7QCA6595E)
        - [`QCA6797`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N12HwDeviceType7QCA6797E)
    - [`DevicePerfState`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv415DevicePerfState)
        - [`UNKNOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N15DevicePerfState7UNKNOWNE)
        - [`FULL`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N15DevicePerfState4FULLE)
        - [`REDUCED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N15DevicePerfState7REDUCEDE)
        - [`SHUTDOWN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N15DevicePerfState8SHUTDOWNE)
    - [`getServiceStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv416getServiceStatusv)
    - [`enable()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv46enableb)
    - [`setMode()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv47setModeii)
    - [`getConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv49getConfigRiRi)
    - [`getStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv49getStatusRbRNSt6vectorI15InterfaceStatusEE)
    - [`setActiveCountry()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv416setActiveCountryNSt6stringE)
    - [`getRegulatoryParams()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv419getRegulatoryParamsR16RegulatoryParams)
    - [`setTxPower()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv410setTxPower8uint32_t)
    - [`getTxPower()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv410getTxPowerR8uint32_t)
    - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv416registerListenerNSt8weak_ptrI13IWlanListenerEE)
    - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv418deregisterListenerNSt8weak_ptrI13IWlanListenerEE)
    - [`~IWlanDeviceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4D0v)
    - [`onServiceStatusChange()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv421onServiceStatusChangeN5telux6common13ServiceStatusE)
    - [`onTempCrossed()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv413onTempCrossedf15DevicePerfState)
    - [`onEnableChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv415onEnableChangedb)
    - [`device`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv46device)
    - [`apStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv48apStatus)
    - [`staStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv49staStatus)
    - [`country`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv47country)
    - [`opChannel`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv49opChannel)
    - [`opClass`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv47opClass)
    - [`txPowerMw`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv49txPowerMw)
    - [`telux::wlan::ApInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan6ApInfoE)
        - [`apRadio`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan6ApInfo7apRadioE)
        - [`apType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan6ApInfo6apTypeE)
    - [`telux::wlan::ApNetInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9ApNetInfoE)
        - [`info`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9ApNetInfo4infoE)
        - [`ssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9ApNetInfo4ssidE)
    - [`telux::wlan::ApStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan8ApStatusE)
        - [`id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan8ApStatus2idE)
        - [`name`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan8ApStatus4nameE)
        - [`ipv4Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan8ApStatus11ipv4AddressE)
        - [`macAddress`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan8ApStatus10macAddressE)
        - [`network`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan8ApStatus7networkE)
    - [`telux::wlan::StaStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatusE)
        - [`id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus2idE)
        - [`name`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus4nameE)
        - [`ipv4Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus11ipv4AddressE)
        - [`ipv6Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus11ipv6AddressE)
        - [`macAddress`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus10macAddressE)
        - [`status`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus6statusE)
        - [`connectionStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan9StaStatus16connectionStatusE)
    - [`telux::wlan::InterfaceStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan15InterfaceStatusE)
        - [`device`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan15InterfaceStatus6deviceE)
        - [`apStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan15InterfaceStatus8apStatusE)
        - [`staStatus`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan15InterfaceStatus9staStatusE)
    - [`telux::wlan::RegulatoryParams`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan16RegulatoryParamsE)
        - [`country`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan16RegulatoryParams7countryE)
        - [`opChannel`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan16RegulatoryParams9opChannelE)
        - [`opClass`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan16RegulatoryParams7opClassE)
        - [`txPowerMw`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan16RegulatoryParams9txPowerMwE)
    - [`telux::wlan::IWlanDeviceManager`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManagerE)
        - [`getServiceStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager16getServiceStatusEv)
        - [`enable()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager6enableEb)
        - [`setMode()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager7setModeEii)
        - [`getConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager9getConfigERiRi)
        - [`getStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager9getStatusERbRNSt6vectorI15InterfaceStatusEE)
        - [`setActiveCountry()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager16setActiveCountryENSt6stringE)
        - [`getRegulatoryParams()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager19getRegulatoryParamsER16RegulatoryParams)
        - [`setTxPower()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager10setTxPowerE8uint32_t)
        - [`getTxPower()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager10getTxPowerER8uint32_t)
        - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager16registerListenerENSt8weak_ptrI13IWlanListenerEE)
        - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManager18deregisterListenerENSt8weak_ptrI13IWlanListenerEE)
        - [`~IWlanDeviceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan18IWlanDeviceManagerD0Ev)
    - [`telux::wlan::IWlanListener`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan13IWlanListenerE)
        - [`onServiceStatusChange()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan13IWlanListener21onServiceStatusChangeEN5telux6common13ServiceStatusE)
        - [`onTempCrossed()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan13IWlanListener13onTempCrossedEf15DevicePerfState)
        - [`onEnableChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan13IWlanListener15onEnableChangedEb)
        - [`~IWlanListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan13IWlanListenerD0Ev)
    - [`telux::wlan::WlanFactory`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactoryE)
        - [`getWlanDeviceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactory20getWlanDeviceManagerEN5telux6common14InitResponseCbE)
        - [`getApInterfaceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactory21getApInterfaceManagerEv)
        - [`getStaInterfaceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactory22getStaInterfaceManagerEv)
        - [`getInstance()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactory11getInstanceEv)
        - [`WlanFactory()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactory11WlanFactoryEv)
        - [`~WlanFactory()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactoryD0Ev)
        - [`WlanFactory()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactory11WlanFactoryERK11WlanFactory)
        - [`operator=()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/wlan_device_management.html#_CPPv4N5telux4wlan11WlanFactoryaSERK11WlanFactory)
- [Access point management](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html)
    - [`INVALID_AP_ID`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#c.INVALID_AP_ID)
    - [`ApInterworking`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv414ApInterworking)
        - [`INTERNET_ACCESS`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N14ApInterworking15INTERNET_ACCESSE)
        - [`FULL_ACCESS`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N14ApInterworking11FULL_ACCESSE)
    - [`ApDeviceConnectionEvent`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv423ApDeviceConnectionEvent)
        - [`CONNECTED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N23ApDeviceConnectionEvent9CONNECTEDE)
        - [`DISCONNECTED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N23ApDeviceConnectionEvent12DISCONNECTEDE)
        - [`IPV4_UPDATED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N23ApDeviceConnectionEvent12IPV4_UPDATEDE)
        - [`IPV6_UPDATED`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N23ApDeviceConnectionEvent12IPV6_UPDATEDE)
    - [`SecMode`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv47SecMode)
        - [`OPEN`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecMode4OPENE)
        - [`WEP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecMode3WEPE)
        - [`WPA`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecMode3WPAE)
        - [`WPA2`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecMode4WPA2E)
        - [`WPA3`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecMode4WPA3E)
    - [`SecAuth`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv47SecAuth)
        - [`NONE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth4NONEE)
        - [`PSK`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth3PSKE)
        - [`EAP_SIM`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth7EAP_SIME)
        - [`EAP_AKA`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth7EAP_AKAE)
        - [`EAP_LEAP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth8EAP_LEAPE)
        - [`EAP_TLS`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth7EAP_TLSE)
        - [`EAP_TTLS`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth8EAP_TTLSE)
        - [`EAP_PEAP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth8EAP_PEAPE)
        - [`EAP_FAST`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth8EAP_FASTE)
        - [`EAP_PSK`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth7EAP_PSKE)
        - [`SAE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N7SecAuth3SAEE)
    - [`SecEncrypt`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv410SecEncrypt)
        - [`RC4`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N10SecEncrypt3RC4E)
        - [`TKIP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N10SecEncrypt4TKIPE)
        - [`AES`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N10SecEncrypt3AESE)
        - [`GCMP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N10SecEncrypt4GCMPE)
    - [`NetAccessType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv413NetAccessType)
        - [`PRIVATE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType7PRIVATEE)
        - [`PRIVATE_WITH_GUEST`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType18PRIVATE_WITH_GUESTE)
        - [`CHARGEABLE_PUBLIC`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType17CHARGEABLE_PUBLICE)
        - [`FREE_PUBLIC`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType11FREE_PUBLICE)
        - [`PERSONAL_DEVICE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType15PERSONAL_DEVICEE)
        - [`EMERGENCY_SERVICES_ONLY`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType23EMERGENCY_SERVICES_ONLYE)
        - [`TEST_OR_EXPERIMENTAL`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType20TEST_OR_EXPERIMENTALE)
        - [`WILDCARD`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N13NetAccessType8WILDCARDE)
    - [`setConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv49setConfig8ApConfig)
    - [`setSecurityConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv417setSecurityConfig2Id10ApSecurity)
    - [`setSsid()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv47setSsid2IdNSt6stringE)
    - [`setVisibility()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv413setVisibility2Idb)
    - [`setElementInfoConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv420setElementInfoConfig2Id19ApElementInfoConfig)
    - [`setPassPhrase()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv413setPassPhrase2IdNSt6stringE)
    - [`getConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv49getConfigRNSt6vectorI8ApConfigEE)
    - [`getStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv49getStatusRNSt6vectorI8ApStatusEE)
    - [`getConnectedDevices()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv419getConnectedDevicesRNSt6vectorI10DeviceInfoEE)
    - [`manageApService()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv415manageApService2Id16ServiceOperation)
    - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv416registerListenerNSt8weak_ptrI11IApListenerEE)
    - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv418deregisterListenerNSt8weak_ptrI11IApListenerEE)
    - [`~IApInterfaceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4D0v)
    - [`onApDeviceStatusChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv423onApDeviceStatusChanged23ApDeviceConnectionEventNSt6vectorI13DeviceIndInfoEE)
    - [`onApBandChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv415onApBandChanged8BandType)
    - [`onApConfigChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv417onApConfigChanged2Id)
    - [`type`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44type)
    - [`group`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv45group)
    - [`mode`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44mode)
    - [`auth`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44auth)
    - [`encrypt`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv47encrypt)
    - [`isEnabled`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv49isEnabled)
    - [`isInterworkingEnabled`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv421isInterworkingEnabled)
    - [`netAccessType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv413netAccessType)
    - [`internet`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv48internet)
    - [`asra`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44asra)
    - [`esr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv43esr)
    - [`uesa`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44uesa)
    - [`venueGroup`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv410venueGroup)
    - [`venueType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv49venueType)
    - [`hessid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv46hessid)
    - [`vendorElements`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv414vendorElements)
    - [`assocRespElements`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv417assocRespElements)
    - [`info`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44info)
    - [`ssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44ssid)
    - [`isVisible`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv49isVisible)
    - [`elementInfoConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv417elementInfoConfig)
    - [`interworking`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv412interworking)
    - [`apSecurity`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv410apSecurity)
    - [`passPhrase`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv410passPhrase)
    - [`id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv42id)
    - [`venue`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv45venue)
    - [`network`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv47network)
    - [`macAddress`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv410macAddress)
    - [`name`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv44name)
    - [`ipv4Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv411ipv4Address)
    - [`ipv6Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv411ipv6Address)
    - [`telux::wlan::ApVenueInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApVenueInfoE)
        - [`type`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApVenueInfo4typeE)
        - [`group`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApVenueInfo5groupE)
    - [`telux::wlan::ApSecurity`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10ApSecurityE)
        - [`mode`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10ApSecurity4modeE)
        - [`auth`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10ApSecurity4authE)
        - [`encrypt`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10ApSecurity7encryptE)
    - [`telux::wlan::ApElementInfoConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfigE)
        - [`isEnabled`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig9isEnabledE)
        - [`isInterworkingEnabled`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig21isInterworkingEnabledE)
        - [`netAccessType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig13netAccessTypeE)
        - [`internet`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig8internetE)
        - [`asra`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig4asraE)
        - [`esr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig3esrE)
        - [`uesa`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig4uesaE)
        - [`venueGroup`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig10venueGroupE)
        - [`venueType`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig9venueTypeE)
        - [`hessid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig6hessidE)
        - [`vendorElements`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig14vendorElementsE)
        - [`assocRespElements`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19ApElementInfoConfig17assocRespElementsE)
    - [`telux::wlan::ApNetConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfigE)
        - [`info`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig4infoE)
        - [`ssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig4ssidE)
        - [`isVisible`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig9isVisibleE)
        - [`elementInfoConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig17elementInfoConfigE)
        - [`interworking`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig12interworkingE)
        - [`apSecurity`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig10apSecurityE)
        - [`passPhrase`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11ApNetConfig10passPhraseE)
    - [`telux::wlan::ApConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan8ApConfigE)
        - [`id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan8ApConfig2idE)
        - [`venue`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan8ApConfig5venueE)
        - [`network`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan8ApConfig7networkE)
    - [`telux::wlan::DeviceIndInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan13DeviceIndInfoE)
        - [`id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan13DeviceIndInfo2idE)
        - [`macAddress`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan13DeviceIndInfo10macAddressE)
    - [`telux::wlan::DeviceInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10DeviceInfoE)
        - [`id`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10DeviceInfo2idE)
        - [`name`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10DeviceInfo4nameE)
        - [`ipv4Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10DeviceInfo11ipv4AddressE)
        - [`ipv6Address`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10DeviceInfo11ipv6AddressE)
        - [`macAddress`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan10DeviceInfo10macAddressE)
    - [`telux::wlan::IApInterfaceManager`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManagerE)
        - [`setConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager9setConfigE8ApConfig)
        - [`setSecurityConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager17setSecurityConfigE2Id10ApSecurity)
        - [`setSsid()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager7setSsidE2IdNSt6stringE)
        - [`setVisibility()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager13setVisibilityE2Idb)
        - [`setElementInfoConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager20setElementInfoConfigE2Id19ApElementInfoConfig)
        - [`setPassPhrase()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager13setPassPhraseE2IdNSt6stringE)
        - [`getConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager9getConfigERNSt6vectorI8ApConfigEE)
        - [`getStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager9getStatusERNSt6vectorI8ApStatusEE)
        - [`getConnectedDevices()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager19getConnectedDevicesERNSt6vectorI10DeviceInfoEE)
        - [`manageApService()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager15manageApServiceE2Id16ServiceOperation)
        - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager16registerListenerENSt8weak_ptrI11IApListenerEE)
        - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManager18deregisterListenerENSt8weak_ptrI11IApListenerEE)
        - [`~IApInterfaceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan19IApInterfaceManagerD0Ev)
    - [`telux::wlan::IApListener`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11IApListenerE)
        - [`onApDeviceStatusChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11IApListener23onApDeviceStatusChangedE23ApDeviceConnectionEventNSt6vectorI13DeviceIndInfoEE)
        - [`onApBandChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11IApListener15onApBandChangedE8BandType)
        - [`onApConfigChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11IApListener17onApConfigChangedE2Id)
        - [`~IApListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/access_point_management.html#_CPPv4N5telux4wlan11IApListenerD0Ev)
- [Station management](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html)
    - [`NetworkId`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv49NetworkId)
    - [`Priority`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv48Priority)
    - [`StaIpConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv411StaIpConfig)
        - [`DYNAMIC_IP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N11StaIpConfig10DYNAMIC_IPE)
        - [`STATIC_IP`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N11StaIpConfig9STATIC_IPE)
    - [`StaBridgeMode`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv413StaBridgeMode)
        - [`ROUTER`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N13StaBridgeMode6ROUTERE)
        - [`BRIDGE`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N13StaBridgeMode6BRIDGEE)
    - [`setIpConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv411setIpConfig2Id11StaIpConfig17StaStaticIpConfig)
    - [`setBridgeMode()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv413setBridgeMode2Id13StaBridgeMode)
    - [`enableHotspot2()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv414enableHotspot22Idb)
    - [`getConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv49getConfigRNSt6vectorI9StaConfigEE)
    - [`getStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv49getStatusRNSt6vectorI9StaStatusEE)
    - [`startScan()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv49startScan2Id)
    - [`addNetworkConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv416addNetworkConfig2IdRK21StaNetworkConfigEntry)
    - [`removeNetworkConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv419removeNetworkConfig2Id9NetworkId)
    - [`getNetworkConfigs()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv417getNetworkConfigs2IdRNSt6vectorI20StaNetworkConfigInfoEE)
    - [`connect()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv47connect2Id9NetworkId)
    - [`disconnect()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv410disconnect2Id)
    - [`manageStaService()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv416manageStaService2Id16ServiceOperation)
    - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv416registerListenerNSt8weak_ptrI12IStaListenerEE)
    - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv418deregisterListenerNSt8weak_ptrI12IStaListenerEE)
    - [`~IStaInterfaceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4D0v)
    - [`onStationStatusChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv422onStationStatusChangedNSt6vectorI9StaStatusEE)
    - [`onScanResultUpdated()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv419onScanResultUpdatedRK13StaScanResult)
    - [`onStationBandChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv420onStationBandChanged8BandType)
    - [`ipAddr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv46ipAddr)
    - [`gwIpAddr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv48gwIpAddr)
    - [`netMask`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv47netMask)
    - [`dnsAddr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv47dnsAddr)
    - [`ssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv44ssid)
    - [`priority`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv48priority)
    - [`band`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv44band)
    - [`bssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv45bssid)
    - [`passPhrase`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv410passPhrase)
    - [`enable`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv46enable)
    - [`networkId`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv49networkId)
    - [`isCurrent`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv49isCurrent)
    - [`staId`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv45staId)
    - [`ipConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv48ipConfig)
    - [`staticIpConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv414staticIpConfig)
    - [`bridgeMode`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv410bridgeMode)
    - [`securityFlags`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv413securityFlags)
    - [`signalStrength`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv414signalStrength)
    - [`externalApList`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv414externalApList)
    - [`batchIndex`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv410batchIndex)
    - [`isScanComplete`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv414isScanComplete)
    - [`telux::wlan::StaStaticIpConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan17StaStaticIpConfigE)
        - [`ipAddr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan17StaStaticIpConfig6ipAddrE)
        - [`gwIpAddr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan17StaStaticIpConfig8gwIpAddrE)
        - [`netMask`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan17StaStaticIpConfig7netMaskE)
        - [`dnsAddr`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan17StaStaticIpConfig7dnsAddrE)
    - [`telux::wlan::StaNetworkConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan16StaNetworkConfigE)
        - [`ssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan16StaNetworkConfig4ssidE)
        - [`priority`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan16StaNetworkConfig8priorityE)
        - [`band`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan16StaNetworkConfig4bandE)
        - [`bssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan16StaNetworkConfig5bssidE)
    - [`telux::wlan::StaNetworkConfigEntry`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan21StaNetworkConfigEntryE)
        - [`passPhrase`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan21StaNetworkConfigEntry10passPhraseE)
        - [`enable`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan21StaNetworkConfigEntry6enableE)
    - [`telux::wlan::StaNetworkConfigInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20StaNetworkConfigInfoE)
        - [`networkId`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20StaNetworkConfigInfo9networkIdE)
        - [`isCurrent`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20StaNetworkConfigInfo9isCurrentE)
    - [`telux::wlan::StaConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan9StaConfigE)
        - [`staId`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan9StaConfig5staIdE)
        - [`ipConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan9StaConfig8ipConfigE)
        - [`staticIpConfig`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan9StaConfig14staticIpConfigE)
        - [`bridgeMode`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan9StaConfig10bridgeModeE)
    - [`telux::wlan::ExternalApInfo`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan14ExternalApInfoE)
        - [`ssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan14ExternalApInfo4ssidE)
        - [`bssid`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan14ExternalApInfo5bssidE)
        - [`band`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan14ExternalApInfo4bandE)
        - [`securityFlags`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan14ExternalApInfo13securityFlagsE)
        - [`signalStrength`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan14ExternalApInfo14signalStrengthE)
    - [`telux::wlan::StaScanResult`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan13StaScanResultE)
        - [`staId`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan13StaScanResult5staIdE)
        - [`externalApList`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan13StaScanResult14externalApListE)
        - [`batchIndex`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan13StaScanResult10batchIndexE)
        - [`isScanComplete`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan13StaScanResult14isScanCompleteE)
    - [`telux::wlan::IStaInterfaceManager`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManagerE)
        - [`setIpConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager11setIpConfigE2Id11StaIpConfig17StaStaticIpConfig)
        - [`setBridgeMode()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager13setBridgeModeE2Id13StaBridgeMode)
        - [`enableHotspot2()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager14enableHotspot2E2Idb)
        - [`getConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager9getConfigERNSt6vectorI9StaConfigEE)
        - [`getStatus()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager9getStatusERNSt6vectorI9StaStatusEE)
        - [`startScan()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager9startScanE2Id)
        - [`addNetworkConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager16addNetworkConfigE2IdRK21StaNetworkConfigEntry)
        - [`removeNetworkConfig()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager19removeNetworkConfigE2Id9NetworkId)
        - [`getNetworkConfigs()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager17getNetworkConfigsE2IdRNSt6vectorI20StaNetworkConfigInfoEE)
        - [`connect()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager7connectE2Id9NetworkId)
        - [`disconnect()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager10disconnectE2Id)
        - [`manageStaService()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager16manageStaServiceE2Id16ServiceOperation)
        - [`registerListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager16registerListenerENSt8weak_ptrI12IStaListenerEE)
        - [`deregisterListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManager18deregisterListenerENSt8weak_ptrI12IStaListenerEE)
        - [`~IStaInterfaceManager()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan20IStaInterfaceManagerD0Ev)
    - [`telux::wlan::IStaListener`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan12IStaListenerE)
        - [`onStationStatusChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan12IStaListener22onStationStatusChangedENSt6vectorI9StaStatusEE)
        - [`onScanResultUpdated()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan12IStaListener19onScanResultUpdatedERK13StaScanResult)
        - [`onStationBandChanged()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan12IStaListener20onStationBandChangedE8BandType)
        - [`~IStaListener()`](https://docs.qualcomm.com/doc/80-PF458-10/topic/station_management.html#_CPPv4N5telux4wlan12IStaListenerD0Ev)

Last Published: Mar 31, 2026

[Previous Topic
telux::cv2x::prop::V2xPropFactory](https://docs.qualcomm.com/bundle/publicresource/80-PF458-10/topics/cpp_apis.md) [Next Topic
WLAN device management](https://docs.qualcomm.com/bundle/publicresource/80-PF458-10/topics/wlan_device_management.md)