Searched refs:supp_chan (Results 1 – 1 of 1) sorted by relevance
441 struct ieee_types_generic *supp_chan; in mwifiex_tdls_add_supported_chan() local444 supp_chan = skb_put(skb, in mwifiex_tdls_add_supported_chan()446 supp_chan->ieee_hdr.element_id = WLAN_EID_SUPPORTED_CHANNELS; in mwifiex_tdls_add_supported_chan()447 supp_chan->ieee_hdr.len = sizeof(chan_supp); in mwifiex_tdls_add_supported_chan()448 memcpy(supp_chan->data, chan_supp, sizeof(chan_supp)); in mwifiex_tdls_add_supported_chan()