Searched refs:NL80211_RRF_NO_IR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/drivers/
H A Dnl80211_copy.h3719 * @NL80211_RRF_NO_IR: no mechanisms that initiate radiation are allowed,
3739 NL80211_RRF_NO_IR = 1<<7, enumerator in enum:nl80211_reg_rule_flags
3749 #define NL80211_RRF_PASSIVE_SCAN NL80211_RRF_NO_IR
3750 #define NL80211_RRF_NO_IBSS NL80211_RRF_NO_IR
3751 #define NL80211_RRF_NO_IR NL80211_RRF_NO_IR macro
3757 #define NL80211_RRF_NO_IR_ALL (NL80211_RRF_NO_IR | __NL80211_RRF_NO_IBSS)
H A Ddriver_nl80211_capa.c2104 flags & NL80211_RRF_NO_IR ? " (no IR)" : "");

Completed in 5916 milliseconds