Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dspectmgmt.c34 const struct ieee80211_sec_chan_offs_ie *sec_chan_offs; in ieee80211_parse_ch_switch_ie() local
40 sec_chan_offs = elems->sec_chan_offs; in ieee80211_parse_ch_switch_ie()
45 sec_chan_offs = NULL; in ieee80211_parse_ch_switch_ie()
94 if (sec_chan_offs) { in ieee80211_parse_ch_switch_ie()
95 secondary_channel_offset = sec_chan_offs->sec_chan_offs; in ieee80211_parse_ch_switch_ie()
H A Dtdls.c1616 sec_chan_ie->sec_chan_offs = ht40plus ? in ieee80211_tdls_ch_sw_tmpl_get()
1961 if (!elems->sec_chan_offs) { in ieee80211_process_tdls_channel_switch_req()
1964 switch (elems->sec_chan_offs->sec_chan_offs) { in ieee80211_process_tdls_channel_switch_req()
2008 if (!sta->sta.deflink.ht_cap.ht_supported && elems->sec_chan_offs && in ieee80211_process_tdls_channel_switch_req()
2009 elems->sec_chan_offs->sec_chan_offs) { in ieee80211_process_tdls_channel_switch_req()
H A Dieee80211_i.h1719 const struct ieee80211_sec_chan_offs_ie *sec_chan_offs; member
H A Dutil.c1271 elems->sec_chan_offs = (void *)pos; in _ieee802_11_parse_elems_full()
/openbmc/linux/include/linux/
H A Dieee80211.h913 u8 sec_chan_offs; member