#include "wl_cm.h"
#include "wl_util.h"
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | cm |
struct | cm_candidate |
Defines | |
#define | CM_DPRINTF(fmt...) |
Functions | |
static struct wl_network_t * | find_best_candidate (struct cm *cm) |
static void | select_net (struct cm *cm) |
wl_err_t | wl_cm_set_network (struct wl_ssid_t *ssid, struct wl_mac_addr_t *bssid) |
Set the desired network which the connection manager should try to connect to. | |
wl_err_t | wl_cm_start (cm_scan_cb_t scan_cb, cm_conn_cb_t conn_cb, cm_disconn_cb_t disconn_cb, void *ctx) |
static void | wl_conn_failure_cb (void *ctx) |
static void | wl_conn_lost_cb (void *ctx) |
static void | wl_event_cb (struct wl_event_t event, void *ctx) |
static void | wl_media_connected_cb (void *ctx) |
static void | wl_scan_complete_cb (void *ctx) |
Variables | |
static struct cm * | cm = NULL |
#define CM_DPRINTF | ( | fmt... | ) |
Definition at line 38 of file wl_cm.c.
Referenced by select_net(), wl_cm_start(), wl_conn_failure_cb(), wl_conn_lost_cb(), wl_event_cb(), wl_media_connected_cb(), and wl_scan_complete_cb().