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.c1051 unsigned long *userspace_selectors) in ieee80211_determine_chan_mode() argument
1162 bitmap_copy(sta_selectors, userspace_selectors, 128); in ieee80211_determine_chan_mode()
4369 memset(ifmgd->userspace_selectors, 0, in ieee80211_set_disassoc()
4370 sizeof(ifmgd->userspace_selectors)); in ieee80211_set_disassoc()
6155 unsigned long *userspace_selectors) in ieee80211_prep_channel() argument
6169 userspace_selectors); in ieee80211_prep_channel()
6485 sdata->u.mgd.userspace_selectors); in ieee80211_assoc_success()
9046 unsigned long *userspace_selectors) in ieee80211_prep_connection() argument
9196 userspace_selectors); in ieee80211_prep_connection()
9312 static void ieee80211_parse_cfg_selectors(unsigned long *userspace_selectors, in ieee80211_parse_cfg_selectors() argument
[all …]
H A Dieee80211_i.h423 unsigned long userspace_selectors[BITS_TO_LONGS(128)]; member
541 unsigned long userspace_selectors[BITS_TO_LONGS(128)]; member
2902 unsigned long *userspace_selectors);