Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtdls.c265 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
294 if (ap_vht_cap && sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
360 struct ieee_types_extcap *extcap; in mwifiex_tdls_add_ext_capab() local
362 extcap = skb_put(skb, sizeof(struct ieee_types_extcap)); in mwifiex_tdls_add_ext_capab()
363 extcap->ieee_hdr.element_id = WLAN_EID_EXT_CAPABILITY; in mwifiex_tdls_add_ext_capab()
364 extcap->ieee_hdr.len = 8; in mwifiex_tdls_add_ext_capab()
365 memset(extcap->ext_capab, 0, 8); in mwifiex_tdls_add_ext_capab()
366 extcap->ext_capab[4] |= WLAN_EXT_CAPA5_TDLS_ENABLED; in mwifiex_tdls_add_ext_capab()
367 extcap->ext_capab[3] |= WLAN_EXT_CAPA4_TDLS_CHAN_SWITCH; in mwifiex_tdls_add_ext_capab()
370 extcap->ext_capab[7] |= WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED; in mwifiex_tdls_add_ext_capab()
[all …]
Dsta_cmd.c1750 struct mwifiex_ie_types_extcap *extcap; in mwifiex_cmd_tdls_oper() local
1821 extcap = (struct mwifiex_ie_types_extcap *)(pos + in mwifiex_cmd_tdls_oper()
1823 extcap->header.type = in mwifiex_cmd_tdls_oper()
1825 extcap->header.len = cpu_to_le16(params->ext_capab_len); in mwifiex_cmd_tdls_oper()
1826 memcpy(extcap->ext_capab, params->ext_capab, in mwifiex_cmd_tdls_oper()
Dmain.h775 struct ieee_types_extcap extcap; member
Dcfg80211.c3832 if (!(sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_cfg80211_tdls_chan_switch()