Searched refs:NL80211_RRF_NO_HT40MINUS (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h75 NL80211_RRF_NO_HT40MINUS = BIT(5), enumerator in enum:nl80211_reg_rule_flags
84 #define NL80211_RRF_NO_HT40 (NL80211_RRF_NO_HT40MINUS|NL80211_RRF_NO_HT40PLUS)
/freebsd-current/contrib/wpa/src/drivers/
H A Dnl80211_copy.h4041 * @NL80211_RRF_NO_HT40MINUS: channels can't be used in HT40- operation
4059 NL80211_RRF_NO_HT40MINUS = 1<<13, enumerator in enum:nl80211_reg_rule_flags
4069 #define NL80211_RRF_NO_HT40 (NL80211_RRF_NO_HT40MINUS |\
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c1541 flags &= ~NL80211_RRF_NO_HT40MINUS;
1546 flags &= ~NL80211_RRF_NO_HT40MINUS;

Completed in 257 milliseconds