wl_ssid_t Struct Reference
[Connection Management]

#include <wl_api.h>


Detailed Description

SSID representation.

The SSID is a binary string and cannot be treated as a C-string safely. An empty SSID is represented by a SSID struct with the len field set to 0.

Data Fields

char ssid [WL_SSID_MAX_LENGTH]
uint8_t len


Field Documentation

uint8_t len

Length of valid data in ssid member. Cannot be longer than WL_SSID_MAX_LENGTH.

char ssid[WL_SSID_MAX_LENGTH]

Octet array containing the SSID data.


The documentation for this struct was generated from the following file:

API Reference Manual Copyright © 2009 H&D Wireless AB, All rights reserved.