Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dnl80211.c16652 static u32 nl80211_internal_flags[] = { variable
16668 if (WARN_ON(ops->internal_flags >= ARRAY_SIZE(nl80211_internal_flags))) in nl80211_pre_doit()
16671 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_pre_doit()
16764 u32 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_post_doit()