Qt 4.8
Functions | Variables
qnativewifiengine.cpp File Reference
#include "qnativewifiengine.h"
#include "platformdefs.h"
#include "../qnetworksession_impl.h"
#include <QtNetwork/private/qnetworkconfiguration_p.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdebug.h>

Go to the source code of this file.

Functions

void qNotificationCallback (WLAN_NOTIFICATION_DATA *data, QNativeWifiEngine *d)
 

Variables

WlanCloseHandleProto local_WlanCloseHandle = 0
 
WlanConnectProto local_WlanConnect = 0
 
WlanDisconnectProto local_WlanDisconnect = 0
 
WlanEnumInterfacesProto local_WlanEnumInterfaces = 0
 
WlanFreeMemoryProto local_WlanFreeMemory = 0
 
WlanGetAvailableNetworkListProto local_WlanGetAvailableNetworkList = 0
 
WlanOpenHandleProto local_WlanOpenHandle = 0
 
WlanQueryInterfaceProto local_WlanQueryInterface = 0
 
WlanRegisterNotificationProto local_WlanRegisterNotification = 0
 
WlanScanProto local_WlanScan = 0
 

Function Documentation

◆ qNotificationCallback()

void qNotificationCallback ( WLAN_NOTIFICATION_DATA data,
QNativeWifiEngine d 
)

Definition at line 68 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::available().

69 {
70  Q_UNUSED(d);
71 
73  switch (data->NotificationCode) {
79  break;
80  default:
81 #ifdef BEARER_MANAGEMENT_DEBUG
82  qDebug() << "wlan acm notification" << (int)data->NotificationCode;
83 #endif
84  break;
85  }
86  } else {
87 #ifdef BEARER_MANAGEMENT_DEBUG
88  qDebug() << "wlan notification source" << (int)data->NotificationSource << "code" << (int)data->NotificationCode;
89 #endif
90  }
91 }
Q_CORE_EXPORT void qDebug(const char *,...)
static bool invokeMethod(QObject *obj, const char *member, Qt::ConnectionType, QGenericReturnArgument ret, QGenericArgument val0=QGenericArgument(0), QGenericArgument val1=QGenericArgument(), QGenericArgument val2=QGenericArgument(), QGenericArgument val3=QGenericArgument(), QGenericArgument val4=QGenericArgument(), QGenericArgument val5=QGenericArgument(), QGenericArgument val6=QGenericArgument(), QGenericArgument val7=QGenericArgument(), QGenericArgument val8=QGenericArgument(), QGenericArgument val9=QGenericArgument())
Invokes the member (a signal or a slot name) on the object obj.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729
#define WLAN_NOTIFICATION_SOURCE_ACM
Definition: platformdefs.h:52

Variable Documentation

◆ local_WlanCloseHandle

WlanCloseHandleProto local_WlanCloseHandle = 0

Definition at line 66 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::closeHandle(), and resolveLibrary().

◆ local_WlanConnect

WlanConnectProto local_WlanConnect = 0

Definition at line 62 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::connectToId(), and resolveLibrary().

◆ local_WlanDisconnect

WlanDisconnectProto local_WlanDisconnect = 0

Definition at line 63 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::disconnectFromId(), and resolveLibrary().

◆ local_WlanEnumInterfaces

WlanEnumInterfacesProto local_WlanEnumInterfaces = 0

◆ local_WlanFreeMemory

WlanFreeMemoryProto local_WlanFreeMemory = 0

◆ local_WlanGetAvailableNetworkList

WlanGetAvailableNetworkListProto local_WlanGetAvailableNetworkList = 0

◆ local_WlanOpenHandle

WlanOpenHandleProto local_WlanOpenHandle = 0

◆ local_WlanQueryInterface

WlanQueryInterfaceProto local_WlanQueryInterface = 0

Definition at line 61 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::getInterfaceFromId(), and resolveLibrary().

◆ local_WlanRegisterNotification

WlanRegisterNotificationProto local_WlanRegisterNotification = 0

Definition at line 58 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::available(), and resolveLibrary().

◆ local_WlanScan

WlanScanProto local_WlanScan = 0

Definition at line 64 of file qnativewifiengine.cpp.

Referenced by QNativeWifiEngine::requestUpdate(), and resolveLibrary().