#include <nitroWiFi/soc.h>
void SOC_GetLinkState ( SOCInterface* interface, BOOL* status );
interface |
The pointer to the SOCInterface that checks whether or not there is a link with an AP. This argument is included for compatibility issues, but it is ignored in actual use of the function. |
status |
The pointer to the BOOL used for receiving the link status of the interface. If the interface is connected, TRUE is recorded. If there is no connection, FALSE is recorded. |
None.
Checks whether or not the specified network interface is linked to the AP.
12/12/2005 Modified Description.
9/13/2005 Initial version.