Host library for controlling a WiConnect enabled Wi-Fi module.
Dependents: wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more
Diff: WiconnectTypes.h
- Revision:
- 24:e27e23297f02
- Parent:
- 21:17bb3eddcbae
- Child:
- 27:b63f5a9cdefa
--- a/WiconnectTypes.h Sat Sep 06 14:24:03 2014 -0700 +++ b/WiconnectTypes.h Sat Sep 06 20:34:01 2014 -0700 @@ -185,6 +185,16 @@ /** * @ingroup types_core + * @brief File type type + */ +typedef enum +{ + SETTING_WLAN_CHANNEL_MASK, ///< Mask of channels that are scan when joining a network +} WiconnectSetting; + + +/** + * @ingroup types_core * @brief Function pointer for mapping from a host pin to a WiConnect Module GPIO. * * @param[in] pin A host pin @@ -379,8 +389,6 @@ } FileType; - - // Forward declarations class Wiconnect;