hostapd: add CONFIG_DRIVER_11BE_SUPPORT
Add option to enable 802.11BE support. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
92e6b84d15
commit
b1d6068330
@@ -15,6 +15,10 @@ static inline int has_feature(const char *feat)
|
||||
if (!strcmp(feat, "11ax"))
|
||||
return 1;
|
||||
#endif
|
||||
#ifdef CONFIG_IEEE80211BE
|
||||
if (!strcmp(feat, "11be"))
|
||||
return 1;
|
||||
#endif
|
||||
#ifdef CONFIG_IEEE80211R
|
||||
if (!strcmp(feat, "11r"))
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user