DSWifi
|
Structure that defines information about an Access Point. More...
#include <dswifi_common.h>
Data Fields | |
Wifi_ApAuthType | auth_type |
Authentication cipher. | |
u8 | bssid [6] |
BSSID of the Access Point (usually the same value as the MAC address). | |
u8 | channel |
Valid channels are 1-14. | |
u16 | flags |
Flags indicating various parameters for the AP. | |
Wifi_ApCryptType | group_crypt_type |
Group cipher. | |
Wifi_NintendoVendorInfo | nintendo |
Information send by Nintendo DS hosts in beacon frames, used if WFLAG_APDATA_NINTENDO_TAG is set in "flags". | |
Wifi_ApCryptType | pair_crypt_type |
Pair cipher. | |
s16 | rssi |
Running average of the recent RSSI values for this AP, will be set to 0 after not receiving beacons for a while. On DS this is a positive value between 0 and 255. On DSi it's a value in dBm. Usual values are -40 dBm (strong signal) to -90 dBm (weak signal). | |
Wifi_ApSecurityType | security_type |
Type of security used in this Access Point. | |
char | ssid [33] |
Name (SSID) of the Access Point. The max supported length is 32 characters, the last byte of the array must be zero. | |
Structure that defines information about an Access Point.