Home
last modified time | relevance | path

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

/linux/net/mac80211/tests/
H A Dchan-mode.c158 unsigned long userspace_selectors[BITS_TO_LONGS(128)] = {}; in KUNIT_ARRAY_PARAM_DESC() local
231 set_bit(params->userspace_selector, userspace_selectors); in KUNIT_ARRAY_PARAM_DESC()
246 userspace_selectors); in KUNIT_ARRAY_PARAM_DESC()
/linux/net/mac80211/
H A Dmlme.c992 unsigned long *userspace_selectors) in ieee80211_determine_chan_mode() argument
1102 bitmap_copy(sta_selectors, userspace_selectors, 128); in ieee80211_determine_chan_mode()
4284 memset(ifmgd->userspace_selectors, 0, in ieee80211_set_disassoc()
4285 sizeof(ifmgd->userspace_selectors)); in ieee80211_set_disassoc()
6045 unsigned long *userspace_selectors) in ieee80211_prep_channel() argument
6059 userspace_selectors); in ieee80211_prep_channel()
6256 sdata->u.mgd.userspace_selectors); in ieee80211_assoc_success()
8897 unsigned long *userspace_selectors) in ieee80211_prep_connection() argument
9043 userspace_selectors); in ieee80211_prep_connection()
9159 static void ieee80211_parse_cfg_selectors(unsigned long *userspace_selectors, in ieee80211_parse_cfg_selectors() argument
[all …]
H A Dieee80211_i.h422 unsigned long userspace_selectors[BITS_TO_LONGS(128)]; member
542 unsigned long userspace_selectors[BITS_TO_LONGS(128)]; member
2880 unsigned long *userspace_selectors);