1 // ------------------------------------------------------------------------------------------------- 2 /** 3 * 4 * Handles the component init for both Wifi Client and Access Point. 5 * 6 * Copyright (C) Sierra Wireless Inc. Use of this work is subject to license. 7 * 8 */ 9 // ------------------------------------------------------------------------------------------------- 10 #ifndef WIFI_SERVICE_H 11 #define WIFI_SERVICE_H 12 13 #include "legato.h" 14 15 #include "interfaces.h" 16 17 void le_wifiClient_Init( void ); 18 19 void le_wifiAp_Init( void ); 20 21 #endif //WIFI_SERVICElegato.h