Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dtdls.c442 struct ieee_types_generic *supp_chan; in mwifiex_tdls_add_supported_chan() local
445 supp_chan = skb_put(skb, in mwifiex_tdls_add_supported_chan()
447 supp_chan->ieee_hdr.element_id = WLAN_EID_SUPPORTED_CHANNELS; in mwifiex_tdls_add_supported_chan()
448 supp_chan->ieee_hdr.len = sizeof(chan_supp); in mwifiex_tdls_add_supported_chan()
449 memcpy(supp_chan->data, chan_supp, sizeof(chan_supp)); in mwifiex_tdls_add_supported_chan()