Datasheet
Flyport Wi-Fi and Ethernet Programmer's guide framework 2.3 (rev 1.0) www.openpicus.com
keypass: the key or passphrase fot the network A key must be specified also for open connections
(you can put a blank string, like “”).
keylenght:lenght of the key/passphrase. Must be specified also for open connections (can be 0).
keyind: index of the key (used for WEP security, but must be specified also for all others, in that case
can be 0).
NOTE: For WPA/WPA2 with passphrase, the Flyport must calculate the hex key. The calculation is long
and difficult, so it will take about 20 seconds to connect!
To Save parameter of ETH/WF_CUSTOM → NETCustomSave( );
To prevent losing all the data in a custom profile (normally stored in RAM), this function is
used to store all the values in internal non volatile Flash memory. The saved parameters should be
loaded after every reboot of Flyport.
To Load parameter of ETH/WF_CUSTOM → NETCustomLoad( );
Load the previously saved parameters of WF_CUSTOM.
To Detect existing saved parameter of ETH/WF_CUSTOM → NETCustomExist( );
Verifies if data is present in flash memory for the WF_CUSTOM profile. It can be useful at the
startup of the device to check if in a previous session (before any power off) the configuration data
was saved. If so, the firmware can choose if the Custom Parameters should be loaded from flash
memory.
To Delete existing saved parameter of ETH/WF_CUSTOM → NETCustomDelete( );
36










