Changeset View
Changeset View
Standalone View
Standalone View
sys/net80211/ieee80211_mesh.c
Show First 20 Lines • Show All 601 Lines • ▼ Show 20 Lines | ieee80211_send_action_register(IEEE80211_ACTION_CAT_MESH, | ||||
mesh_send_action_meshgate); | mesh_send_action_meshgate); | ||||
/* | /* | ||||
* Register Airtime Link Metric. | * Register Airtime Link Metric. | ||||
*/ | */ | ||||
ieee80211_mesh_register_proto_metric(&mesh_metric_airtime); | ieee80211_mesh_register_proto_metric(&mesh_metric_airtime); | ||||
} | } | ||||
SYSINIT(wlan_mesh, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_mesh_init, NULL); | SYSINIT(wlan_mesh, SI_SUB_DRIVERS, SI_ORDER_FIRST, ieee80211_mesh_init); | ||||
void | void | ||||
ieee80211_mesh_attach(struct ieee80211com *ic) | ieee80211_mesh_attach(struct ieee80211com *ic) | ||||
{ | { | ||||
ic->ic_vattach[IEEE80211_M_MBSS] = mesh_vattach; | ic->ic_vattach[IEEE80211_M_MBSS] = mesh_vattach; | ||||
} | } | ||||
void | void | ||||
▲ Show 20 Lines • Show All 2,999 Lines • Show Last 20 Lines |