#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;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. |
security and area members of the structure.For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL