WDFindWifiProtectedAccess

C Specification

#include <revolution/wd/WDScan.h>
BOOL WDFindWifiProtectedAccess( u8** bufPtr,
                                s32* length,
                                const WDBssDesc* bssDesc );

Description

Searches for WPA information from BSS information.
Note that there is a chance that WPA information is not contained within the BSS information even if the wireless communication target has encryption set.

Arguments

bufPtr Specifies a pointer to the variable that will store the head pointer of the WPA information that was found.

Note: The alignment of the head pointer is undefined. If accessing as a variable comprising multiple bytes, care must be taken by temporarily copying to a buffer with guaranteed alignment or other measures.

length Specifies a pointer to the variable that will store the size (in bytes) of the WPA information that was found.
bssDesc Sets the pointer to the start of the BSS information of the WDBssDesc type to check.

Return Values

TRUE WPA information was found.
FALSE WPA information was not found.
A NULL pointer will be stored in the variable specified in bufPtr, and 0 in length.

See Also

WDScanOnce
WDFindInformationElement
WDFindGameInfo
WDBssDesc

Revision History

2006/11/09 Initial version.
2006/12/12 Added description.


CONFIDENTIAL