hostapd: Check EDMG configuration against capability
Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org>
This commit is contained in:
parent
dc3457cc4a
commit
241dd76cfd
3 changed files with 35 additions and 0 deletions
|
@ -1590,6 +1590,9 @@ static int setup_interface2(struct hostapd_iface *iface)
|
|||
wpa_printf(MSG_DEBUG, "Interface initialization will be completed in a callback (ACS)");
|
||||
return 0;
|
||||
}
|
||||
ret = hostapd_check_edmg_capab(iface);
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
ret = hostapd_check_ht_capab(iface);
|
||||
if (ret < 0)
|
||||
goto fail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue