le_wifiDefs_interface.h
Go to the documentation of this file.
27 //--------------------------------------------------------------------------------------------------31 //--------------------------------------------------------------------------------------------------34 //--------------------------------------------------------------------------------------------------37 * Connect the current client thread to the service providing this API. Block until the service is41 * called before any other functions in this API. Normally, ConnectService is automatically called46 //--------------------------------------------------------------------------------------------------52 //--------------------------------------------------------------------------------------------------55 * Try to connect the current client thread to the service providing this API. Return with an error59 * called before any other functions in this API. Normally, ConnectService is automatically called68 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).71 //--------------------------------------------------------------------------------------------------77 //--------------------------------------------------------------------------------------------------81 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants84 //--------------------------------------------------------------------------------------------------91 //--------------------------------------------------------------------------------------------------97 * longer a connection to the service, and the functions in this API can't be used. For details, see102 //--------------------------------------------------------------------------------------------------109 //--------------------------------------------------------------------------------------------------113 //--------------------------------------------------------------------------------------------------116 //--------------------------------------------------------------------------------------------------121 //--------------------------------------------------------------------------------------------------124 //--------------------------------------------------------------------------------------------------129 //--------------------------------------------------------------------------------------------------132 //--------------------------------------------------------------------------------------------------136 //--------------------------------------------------------------------------------------------------139 //--------------------------------------------------------------------------------------------------144 //--------------------------------------------------------------------------------------------------147 //--------------------------------------------------------------------------------------------------151 //--------------------------------------------------------------------------------------------------154 //--------------------------------------------------------------------------------------------------156 * The maximum length of the pass-phrase used to generate PSK is 63 bytes. See 802.11-2007: H4.2.158 //--------------------------------------------------------------------------------------------------161 //--------------------------------------------------------------------------------------------------166 //--------------------------------------------------------------------------------------------------169 //--------------------------------------------------------------------------------------------------173 //--------------------------------------------------------------------------------------------------176 //--------------------------------------------------------------------------------------------------181 //--------------------------------------------------------------------------------------------------184 //--------------------------------------------------------------------------------------------------188 //--------------------------------------------------------------------------------------------------191 //--------------------------------------------------------------------------------------------------196 //--------------------------------------------------------------------------------------------------199 //--------------------------------------------------------------------------------------------------203 //--------------------------------------------------------------------------------------------------206 //--------------------------------------------------------------------------------------------------211 //--------------------------------------------------------------------------------------------------214 //--------------------------------------------------------------------------------------------------219 //--------------------------------------------------------------------------------------------------222 //--------------------------------------------------------------------------------------------------227 //--------------------------------------------------------------------------------------------------230 //--------------------------------------------------------------------------------------------------235 //--------------------------------------------------------------------------------------------------238 //--------------------------------------------------------------------------------------------------240 * The maximum length of octets of the Basic Service set identifier (BSSID). The length is derived243 //--------------------------------------------------------------------------------------------------246 //--------------------------------------------------------------------------------------------------251 //--------------------------------------------------------------------------------------------------le_result_t le_wifiDefs_TryConnectService(void)void le_wifiDefs_ConnectService(void)void le_wifiDefs_DisconnectService(void)void(* le_wifiDefs_DisconnectHandler_t)(void *)Definition: le_wifiDefs_interface.h:32void le_wifiDefs_SetServerDisconnectHandler(le_wifiDefs_DisconnectHandler_t disconnectHandler, void *contextPtr)