mesh: Set driver capability flags to mesh interface
Signed-off-by: Kenzoh Nishikawa <Kenzoh.Nishikawa@jp.sony.com> Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
eac0231642
commit
edfefaed3c
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ static int wpa_supplicant_mesh_init(struct wpa_supplicant *wpa_s,
|
||||||
if (!ifmsh)
|
if (!ifmsh)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
ifmsh->drv_flags = wpa_s->drv_flags;
|
||||||
ifmsh->num_bss = 1;
|
ifmsh->num_bss = 1;
|
||||||
ifmsh->bss = os_calloc(wpa_s->ifmsh->num_bss,
|
ifmsh->bss = os_calloc(wpa_s->ifmsh->num_bss,
|
||||||
sizeof(struct hostapd_data *));
|
sizeof(struct hostapd_data *));
|
||||||
|
|
Loading…
Reference in a new issue