Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmlme.c153 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_determine_chantype() argument
177 if (!ieee80211_chandef_s1g_oper(s1g_oper, chandef)) { in ieee80211_determine_chantype()
364 const struct ieee80211_s1g_oper_ie *s1g_oper, in ieee80211_config_bw() argument
411 s1g_oper, &chandef, true); in ieee80211_config_bw()
4216 elems.s1g_oper, bssid, &changed)) { in ieee80211_rx_mgmt_beacon()
4974 const struct ieee80211_s1g_oper_ie *s1g_oper = NULL; in ieee80211_prep_channel() local
5083 if (s1g_oper_ie && s1g_oper_ie[1] >= sizeof(*s1g_oper)) in ieee80211_prep_channel()
5084 s1g_oper = (void *)(s1g_oper_ie + 2); in ieee80211_prep_channel()
5094 s1g_oper, in ieee80211_prep_channel()
H A Dieee80211_i.h1531 const struct ieee80211_s1g_oper_ie *s1g_oper; member
H A Dutil.c1359 if (elen == sizeof(*elems->s1g_oper)) in _ieee802_11_parse_elems_crc()
1360 elems->s1g_oper = (void *)pos; in _ieee802_11_parse_elems_crc()