Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dtrace.h1917 __field(u8, master_pref)
1924 __entry->master_pref = conf->master_pref;
1931 LOCAL_PR_ARG, VIF_PR_ARG, __entry->master_pref,
1968 __field(u8, master_pref)
1976 __entry->master_pref = conf->master_pref;
1984 LOCAL_PR_ARG, VIF_PR_ARG, __entry->master_pref,
H A Dcfg.c332 new_conf.master_pref = conf->master_pref; in ieee80211_nan_change_conf()
/openbmc/linux/net/wireless/
H A Dtrace.h2158 __field(u8, master_pref)
2164 __entry->master_pref = conf->master_pref;
2169 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->master_pref,
2180 __field(u8, master_pref)
2187 __entry->master_pref = conf->master_pref;
2193 WIPHY_PR_ARG, WDEV_PR_ARG, __entry->master_pref,
H A Dnl80211.c14330 conf.master_pref = in nl80211_start_nan()
14707 conf.master_pref = in nl80211_nan_change_config()
14709 if (conf.master_pref <= 1 || conf.master_pref == 255) in nl80211_nan_change_config()
/openbmc/linux/include/net/
H A Dcfg80211.h3578 u8 master_pref; member