Home
last modified time | relevance | path

Searched refs:chan_switch_resp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/mac80211/
Dtdls.c816 skb_put(skb, sizeof(tf->u.chan_switch_resp)); in ieee80211_prep_tdls_encap_data()
817 tf->u.chan_switch_resp.status_code = cpu_to_le16(status_code); in ieee80211_prep_tdls_encap_data()
1689 int baselen = offsetof(typeof(*tf), u.chan_switch_resp.variable); in ieee80211_process_tdls_channel_switch_resp()
1712 params.status = le16_to_cpu(tf->u.chan_switch_resp.status_code); in ieee80211_process_tdls_channel_switch_resp()
1718 ieee802_11_parse_elems(tf->u.chan_switch_resp.variable, in ieee80211_process_tdls_channel_switch_resp()
/Linux-v4.19/include/linux/
Dieee80211.h1178 } __packed chan_switch_resp; member