Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dcfg80211.h224 IEEE80211_PRIVACY_ON, enumerator
230 ((x) ? IEEE80211_PRIVACY_ON : IEEE80211_PRIVACY_OFF)
/Linux-v4.19/net/wireless/
Dscan.c733 if ((privacy == IEEE80211_PRIVACY_ON && !bss_privacy) || in cfg80211_get_bss()