libmcm  1.4.0
A client library for Moxa Connection Management
mcm-wifi-rescan.h
Go to the documentation of this file.
1 
7 #ifndef _MCM_WIFI_RESCAN_H_
8 #define _MCM_WIFI_RESCAN_H_
9 
18 int mcm_wifi_rescan(char *interfaceName);
19 
20 #endif
int mcm_wifi_rescan(char *interfaceName)
A helper function to rescan WIFI AP.
Definition: mcm-wifi-rescan.c:16