WifiWps is a module that stores some functions that would be called when doing wps related operations
- Source:
Methods
(inner) _isValidWpsPin(pin) → {Boolean}
To make sure wps pin is valid or not
.To make sure wps pin is valid or not
Parameters:
Name | Type | Description |
---|---|---|
pin |
String | value of pin |
- Source:
Returns:
- Type
- Boolean
(inner) _pinChecksum(pin) → {Number}
This is an inner function that we can use it to get pin's checksum
.This is an inner function that we can use it to get pin's checksum
Parameters:
Name | Type | Description |
---|---|---|
pin |
Number | value of pin |
- Source:
Returns:
- Type
- Number