Qt 4.8
|
#include <glib.h>
#include <dbus/dbus.h>
#include <wlancond.h>
#include <icd/network_api_defines.h>
Go to the source code of this file.
Macros | |
#define | CAP_LOCALMASK 0x0FFFE008 |
#define | CAP_SHIFT_ALGORITHM 20 |
#define | CAP_SHIFT_ALWAYS_ONLINE 26 |
#define | CAP_SHIFT_METHOD 1 |
#define | CAP_SHIFT_MODE 0 |
#define | CAP_SHIFT_WPA2 1 |
#define | CAP_SHIFT_WPS 3 |
#define | NWATTR_ALGORITHM_MASK 0x00000F00 |
#define | NWATTR_METHOD_MASK 0x00000078 |
#define | NWATTR_MODE_MASK 0x00000007 |
#define | NWATTR_WPA2_MASK 0x00000080 |
#define | NWATTR_WPS_MASK 0x0000F000 |
Functions | |
static guint | cap2nwattr (dbus_uint32_t cap, guint *nwattrs) |
static dbus_uint32_t | nwattr2cap (guint nwattrs, dbus_uint32_t *cap) |
#define CAP_LOCALMASK 0x0FFFE008 |
Definition at line 60 of file wlan-utils.h.
Referenced by nwattr2cap().
#define CAP_SHIFT_ALGORITHM 20 |
Definition at line 64 of file wlan-utils.h.
Referenced by cap2nwattr(), and nwattr2cap().
#define CAP_SHIFT_ALWAYS_ONLINE 26 |
Definition at line 68 of file wlan-utils.h.
Referenced by nwattr2cap().
#define CAP_SHIFT_METHOD 1 |
Definition at line 66 of file wlan-utils.h.
Referenced by cap2nwattr(), and nwattr2cap().
#define CAP_SHIFT_MODE 0 |
Definition at line 67 of file wlan-utils.h.
#define CAP_SHIFT_WPA2 1 |
Definition at line 65 of file wlan-utils.h.
Referenced by cap2nwattr(), and nwattr2cap().
#define CAP_SHIFT_WPS 3 |
Definition at line 63 of file wlan-utils.h.
Referenced by cap2nwattr(), and nwattr2cap().
#define NWATTR_ALGORITHM_MASK 0x00000F00 |
Definition at line 55 of file wlan-utils.h.
Referenced by nwattr2cap().
#define NWATTR_METHOD_MASK 0x00000078 |
Definition at line 57 of file wlan-utils.h.
Referenced by nwattr2cap().
#define NWATTR_MODE_MASK 0x00000007 |
Definition at line 58 of file wlan-utils.h.
Referenced by nwattr2cap().
#define NWATTR_WPA2_MASK 0x00000080 |
Definition at line 56 of file wlan-utils.h.
Referenced by nwattr2cap().
#define NWATTR_WPS_MASK 0x0000F000 |
Originally taken from: libicd-network-wlan-dev.h
Definition at line 54 of file wlan-utils.h.
Referenced by nwattr2cap().
|
inlinestatic |
|
inlinestatic |