Home
last modified time | relevance | path

Searched refs:IEEE80211_PRIVACY_ON (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/net/
Dcfg80211.h221 IEEE80211_PRIVACY_ON, enumerator
227 ((x) ? IEEE80211_PRIVACY_ON : IEEE80211_PRIVACY_OFF)
/Linux-v5.4/net/wireless/
Dscan.c936 if ((privacy == IEEE80211_PRIVACY_ON && !bss_privacy) || in cfg80211_get_bss()