|
@@ -1746,6 +1746,7 @@ static int copy_mesh_setup(struct ieee80211_if_mesh *ifmsh,
|
|
|
ifmsh->mesh_pp_id = setup->path_sel_proto;
|
|
|
ifmsh->mesh_pm_id = setup->path_metric;
|
|
|
ifmsh->user_mpm = setup->user_mpm;
|
|
|
+ ifmsh->mesh_auth_id = setup->auth_id;
|
|
|
ifmsh->security = IEEE80211_MESH_SEC_NONE;
|
|
|
if (setup->is_authenticated)
|
|
|
ifmsh->security |= IEEE80211_MESH_SEC_AUTHED;
|