Home
last modified time | relevance | path

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

/net/mac80211/
Dspectmgmt.c33 const struct ieee80211_sec_chan_offs_ie *sec_chan_offs; in ieee80211_parse_ch_switch_ie() local
39 sec_chan_offs = elems->sec_chan_offs; in ieee80211_parse_ch_switch_ie()
44 sec_chan_offs = NULL; in ieee80211_parse_ch_switch_ie()
93 if (sec_chan_offs) { in ieee80211_parse_ch_switch_ie()
94 secondary_channel_offset = sec_chan_offs->sec_chan_offs; in ieee80211_parse_ch_switch_ie()
Dtdls.c1515 sec_chan_ie->sec_chan_offs = ht40plus ? in ieee80211_tdls_ch_sw_tmpl_get()
1843 if (!elems.sec_chan_offs) { in ieee80211_process_tdls_channel_switch_req()
1846 switch (elems.sec_chan_offs->sec_chan_offs) { in ieee80211_process_tdls_channel_switch_req()
1889 if (!sta->sta.ht_cap.ht_supported && elems.sec_chan_offs && in ieee80211_process_tdls_channel_switch_req()
1890 elems.sec_chan_offs->sec_chan_offs) { in ieee80211_process_tdls_channel_switch_req()
Dieee80211_i.h1514 const struct ieee80211_sec_chan_offs_ie *sec_chan_offs; member
Dutil.c1134 elems->sec_chan_offs = (void *)pos; in _ieee802_11_parse_elems_crc()