Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmlme.c230 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_determine_chantype() argument
259 if (!ieee80211_chandef_s1g_oper(s1g_oper, chandef)) { in ieee80211_determine_chantype()
489 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_config_bw() argument
543 s1g_oper, &chandef, true); in ieee80211_config_bw()
4828 const struct ieee80211_s1g_oper_ie *s1g_oper = NULL; in ieee80211_prep_channel() local
5008 s1g_oper = elems->s1g_oper; in ieee80211_prep_channel()
5009 if (!s1g_oper) in ieee80211_prep_channel()
5021 s1g_oper, in ieee80211_prep_channel()
6193 elems->s1g_oper, bssid, &changed)) { in ieee80211_rx_mgmt_beacon()
H A Dieee80211_i.h1729 const struct ieee80211_s1g_oper_ie *s1g_oper; member
H A Dutil.c1390 if (elen == sizeof(*elems->s1g_oper)) in _ieee802_11_parse_elems_full()
1391 elems->s1g_oper = (void *)pos; in _ieee802_11_parse_elems_full()