W60X_Arduino: WiFiSTAClass Class Reference

Arduino W60X

W60X_Arduino
WiFiSTAClass Class Reference

Inherited by WiFiClass.

Public Member Functions

int begin (const char *ssid, const char *passphrase=NULL, unsigned int channel=0, const unsigned char bssid[6]=NULL, bool connect=true)
 This function is used to start the wifi module as station mode. More...
 
int begin (char *ssid, char *passphrase=NULL, int channel=0, unsigned char bssid[6]=NULL, bool connect=true)
 This function is used to start the wifi module as station mode. More...
 
int begin ()
 This function is used to start the wifi module as station mode. More...
 
bool reconnect ()
 This function is used to reconect the AP. More...
 
bool disconnect (bool wifioff=false)
 This function is used to disconnect the wifi. More...
 
bool isConnected ()
 This function is used to get the wifi mode connect status. More...
 
bool setAutoConnect (bool autoConnect)
 This function is used to set auto connect flag. More...
 
bool getAutoConnect ()
 This function is used to get auto connect flag. More...
 
bool setAutoReconnect (bool autoReconnect)
 This function is used to set auto reconnect flag. More...
 
bool getAutoReconnect ()
 This function is used to get auto reconnect flag. More...
 
uint8_t waitForConnectResult ()
 This function is used to suspend until the WiFi is connected. More...
 
IPAddress localIP ()
 This function is used to get the local ip address. More...
 
char * macAddress ()
 This function is used to get local MAC address used by the module. More...
 
char * macAddressStr ()
 This function is used to get local MAC address used by the module. More...
 
IPAddress subnetMask ()
 This function is used to get subnet mask. More...
 
IPAddress getwayIP ()
 This function is used to get gateway IP address. More...
 
IPAddress dnsIP (uint8_t dns_no=0)
 This function is used to get DNS IP address. More...
 
char * hostname ()
 
bool hostname (char *aHostname)
 
bool hostname (const char *aHostname)
 
wl_status_t status ()
 This function is used to get the status during Station mode. More...
 
char * statusStr ()
 This function is used to get the status during Station mode. More...
 
char * SSID () const
 This function is used to get the SSID used by the module. More...
 
char * psk () const
 This function is used to get the psk used by the module. More...
 
uint8_t * BSSID ()
 This function is used to get the BSSID which is connected by the module. More...
 
char * BSSIDstr ()
 This function is used to get the BSSID which is connected by the module. More...
 
int32_t RSSI ()
 This function is used to get the RSSI. More...
 
Generated by   doxygen 1.8.14