le_wifiDefs_interface.h File Reference
#include "legato.h"
Go to the source code of this file.
Macros | |
#define | LE_WIFIDEFS_MAX_IP_LENGTH 15 |
#define | LE_WIFIDEFS_MAX_WEPKEY_LENGTH 63 |
#define | LE_WIFIDEFS_MAX_WEPKEY_BYTES 64 |
#define | LE_WIFIDEFS_MAX_PASSPHRASE_LENGTH 63 |
#define | LE_WIFIDEFS_MAX_PASSPHRASE_BYTES 64 |
#define | LE_WIFIDEFS_MAX_PSK_LENGTH 64 |
#define | LE_WIFIDEFS_MAX_PSK_BYTES 65 |
#define | LE_WIFIDEFS_MAX_USERNAME_LENGTH 63 |
#define | LE_WIFIDEFS_MAX_USERNAME_BYTES 64 |
#define | LE_WIFIDEFS_MAX_PASSWORD_LENGTH 130 |
#define | LE_WIFIDEFS_MAX_PASSWORD_BYTES 131 |
#define | LE_WIFIDEFS_MAX_SSID_BYTES 32 |
Detailed Description
Definition file common to multiple wifi related services.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
Macro Definition Documentation
#define LE_WIFIDEFS_MAX_IP_LENGTH 15 |
The maximum length of the textual representation of an IP address.
#define LE_WIFIDEFS_MAX_PASSPHRASE_BYTES 64 |
Maximum length of PSK, Pre Shared Key. One extra byte is added for the null character.
#define LE_WIFIDEFS_MAX_PASSPHRASE_LENGTH 63 |
The maximum length of the pass-phrase used to generate PSK is 63 bytes. See 802.11-2007: H4.2.
#define LE_WIFIDEFS_MAX_PASSWORD_BYTES 131 |
Maximum length of the User-Name. One extra byte is added for the null character.
#define LE_WIFIDEFS_MAX_PASSWORD_LENGTH 130 |
Maximum length of the User-Name. RFC2865 recommends at least 130.
#define LE_WIFIDEFS_MAX_PSK_BYTES 65 |
Maximum length of PSK, Pre Shared Key. One extra byte is added for the null character.
#define LE_WIFIDEFS_MAX_PSK_LENGTH 64 |
The length of the PSK, Pre Shared Key, is 64 bytes. See 802.11-2007: H4.2.
#define LE_WIFIDEFS_MAX_SSID_BYTES 32 |
The maximum length of octets of the Service set identification (SSID).
- Note
- that while the values are probably human readable, this is not a string.
#define LE_WIFIDEFS_MAX_USERNAME_BYTES 64 |
Maximum length of the User-Name. One extra byte is added for the null character.
#define LE_WIFIDEFS_MAX_USERNAME_LENGTH 63 |
Maximum length of the User-Name. RFC2865 recommends the ability to handle at least 63 octets.
#define LE_WIFIDEFS_MAX_WEPKEY_BYTES 64 |
The maximum number of bytes of the wep key One extra byte is added for the null character.
#define LE_WIFIDEFS_MAX_WEPKEY_LENGTH 63 |
The maximum length of the wep key