hostapd: Add require_ht configuration parameter

This can be used to configure hostapd to reject association with
any station that does not support HT PHY.
This commit is contained in:
Jouni Malinen 2011-02-09 15:08:47 +02:00 committed by Jouni Malinen
parent e67b55fb11
commit 2944824315
6 changed files with 31 additions and 3 deletions

View file

@ -387,6 +387,7 @@ struct hostapd_config {
u16 ht_capab;
int ieee80211n;
int secondary_channel;
int require_ht;
};