wlan_mesh_route
static struct wlan_mesh_route * wlan_mesh_find_route(struct wlan_iface *,
static struct wlan_mesh_route * wlan_mesh_get_route(const struct asn_oid *,
static struct wlan_mesh_route * wlan_mesh_get_next_route(const struct asn_oid *,
struct wlan_mesh_route *);
struct wlan_mesh_route *wmr;
struct wlan_mesh_route *wmr;
static struct wlan_mesh_route *
struct wlan_mesh_route *wmr;
struct wlan_mesh_route *
struct wlan_mesh_route *wmr;
if ((wmr = (struct wlan_mesh_route *)malloc(sizeof(*wmr))) == NULL)
wlan_mesh_free_route(struct wlan_mesh_route *wmr)
wlan_mesh_add_rtentry(struct wlan_iface *wif, struct wlan_mesh_route *wmr)
struct wlan_mesh_route *temp, *prev;
wlan_mesh_delete_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr)
SLIST_REMOVE(&wif->mesh_routelist, wmr, wlan_mesh_route, wr);
struct wlan_mesh_route *wmr, *twmr;
wlan_mesh_route, wr);
static struct wlan_mesh_route *
static struct wlan_mesh_route *
struct wlan_mesh_route *wmr;
struct wlan_mesh_route *wmr;
int wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
int wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
struct wlan_mesh_route *wlan_mesh_new_route(const uint8_t *dstmac);
int wlan_mesh_add_rtentry(struct wlan_iface *wif, struct wlan_mesh_route *wmr);
void wlan_mesh_free_route(struct wlan_mesh_route *wmr);
SLIST_ENTRY(wlan_mesh_route) wr;
SLIST_HEAD(wlan_mesh_routes, wlan_mesh_route);
wlan_mesh_add_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr)
wlan_mesh_del_route(struct wlan_iface *wif, struct wlan_mesh_route *wmr)
struct wlan_mesh_route *wmr;