|
void | lpwifi_cfg_setup (lpwifi_cfg_t *cfg) |
| LP WiFi configuration object setup function. More...
|
|
err_t | lpwifi_init (lpwifi_t *ctx, lpwifi_cfg_t *cfg) |
| LP WiFi initialization function. More...
|
|
err_t | lpwifi_default_cfg (lpwifi_t *ctx) |
| LP WiFi default configuration function. More...
|
|
err_t | lpwifi_generic_write (lpwifi_t *ctx, char *data_buf, uint16_t len) |
| LP WiFi data writing function. More...
|
|
err_t | lpwifi_generic_read (lpwifi_t *ctx, char *data_buf, uint16_t max_len) |
| LP WiFi data reading function. More...
|
|
void | lpwifi_restart_device (lpwifi_t *ctx) |
| Device restart function. More...
|
|
void | lpwifi_factory_reset_device (lpwifi_t *ctx) |
| Device factory reset function. More...
|
|
void | lpwifi_send_cmd (lpwifi_t *ctx, char *cmd) |
| Send command function. More...
|
|
void | lpwifi_send_cmd_with_parameter (lpwifi_t *ctx, char *at_cmd_buf, char *param_buf) |
| Send command function with parameter. More...
|
|
void | lpwifi_send_cmd_check (lpwifi_t *ctx, char *at_cmd_buf) |
| Send command to check commands current value. More...
|
|
void | lpwifi_connect_to_ap (lpwifi_t *ctx, char *ssid, char *password) |
| Connect to AP function. More...
|
|
void | lpwifi_set_wifi_mode (lpwifi_t *ctx, uint8_t mode) |
| Set WiFi mode function. More...
|
|
void | lpwifi_create_tcp_server (lpwifi_t *ctx, uint16_t port) |
| Create TCP server function. More...
|
|
void | lpwifi_create_udp_socket (lpwifi_t *ctx, uint16_t port) |
| Create UDP socket function. More...
|
|
This file contains API for LP WiFi Click Driver.