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.c146 unsigned long userspace_selectors[BITS_TO_LONGS(128)] = {}; in KUNIT_ARRAY_PARAM_DESC() local
212 set_bit(params->userspace_selector, userspace_selectors); in KUNIT_ARRAY_PARAM_DESC()
227 userspace_selectors); in KUNIT_ARRAY_PARAM_DESC()
/linux/net/mac80211/
H A Dmlme.c994 unsigned long *userspace_selectors) in ieee80211_determine_chan_mode() argument
1093 bitmap_copy(sta_selectors, userspace_selectors, 128); in ieee80211_determine_chan_mode()
4254 memset(ifmgd->userspace_selectors, 0, in ieee80211_set_disassoc()
4255 sizeof(ifmgd->userspace_selectors)); in ieee80211_set_disassoc()
6030 unsigned long *userspace_selectors) in ieee80211_prep_channel() argument
6044 userspace_selectors); in ieee80211_prep_channel()
6239 sdata->u.mgd.userspace_selectors); in ieee80211_assoc_success()
8833 unsigned long *userspace_selectors) in ieee80211_prep_connection() argument
8979 userspace_selectors); in ieee80211_prep_connection()
9095 static void ieee80211_parse_cfg_selectors(unsigned long *userspace_selectors, in ieee80211_parse_cfg_selectors() argument
[all …]
H A Dieee80211_i.h414 unsigned long userspace_selectors[BITS_TO_LONGS(128)]; member
534 unsigned long userspace_selectors[BITS_TO_LONGS(128)]; member
2881 unsigned long *userspace_selectors);