Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dcfg80211.h243 IEEE80211_PRIVACY_ON, enumerator
249 ((x) ? IEEE80211_PRIVACY_ON : IEEE80211_PRIVACY_OFF)
/Linux-v5.15/net/wireless/
Dscan.c1442 if ((privacy == IEEE80211_PRIVACY_ON && !bss_privacy) || in cfg80211_get_bss()