#include <revolution/wd/WDApi.h>
u8 WDGetRadioLevel( const WDBssDesc* bssDesc );
Searches for BSS information and gets the target signal strength level.
Note: The sent signal strength varies greatly between typical wireless access points and mobile devices. For this reason, if the signal strength level of mobile devices is calculated with the same standard, the result may show a weak level even though there is sufficient strength for communication. In order to get the signal strength level for the MP communications parent, use the API provided in the MP library.
| bssDesc |
Sets the pointer to the start of the BSS information of the WDBssDesc type to check.If NULL is specified, the last received signal will be the target.
|
|---|
Returns a signal strength level from 0 to 3, calculated from the signal strength information contained in the BSS information.
If NULL is specified for bssDesc, returns the signal strength level of the signal received last. At this time, if the communication is not through the wireless module, the result will be 0.
| 3 | This signal strength is extremely capable for communication. |
|---|---|
| 2 | This signal strength is capable of communication. |
| 1 | This signal strength is barely capable of communication. |
| 0 | This signal strength so low that almost no communication can occur. |
WDScanOnce
WDFindGameInfo
WDBssDesc
2006/12/12 Initial version.
CONFIDENTIAL