DWCApInfo

Definitions


#include <dwc.h>

typedef struct DWCApInfo {
    DWCApInfoType aptype;
    DWCApInfoArea area;
    DWCApInfoSecurity security;
    char spotinfo[DWC_SIZE_ZONEINFO+1];
    char essid[WM_SIZE_SSID+1];
    u8 bssid[WM_SIZE_BSSID];
} DWCApInfo;

Description

Structure used for storing access point information.

aptype The type of access point.
area Location market of the Nintendo Wi-Fi Station or Nintendo Zone.
Note: Only valid when the aptype argument is DWC_APINFO_TYPE_SHOP or DWC_APINFO_TYPE_NINTENDOZONE.
Note: These are not necessarily located in all of the following markets.
security Wireless encryption system used for communication with the access point.
spotinfo Location of the Nintendo Wi-Fi Station or Nintendo Zone.
Note: Only valid when the aptype argument is DWC_APINFO_TYPE_SHOP or DWC_APINFO_TYPE_NINTENDOZONE.
A unique nine-digit string is used for each Nintendo Wi-Fi Station or Nintendo Zone.
essid Access point's SSID.
Note: Valid only when aptype is DWC_APINFO_TYPE_USER*.
bssid Access point's BSSID.

See Also

DWC_GetApInfo

Revision History

5.1
Added that Wayports (North American hotspots) cannot currently be used.
5.1 PR2
Corrected incorrect values used in the description of the security and area members of the structure.

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL