Home
last modified time | relevance | path

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

/drivers/net/wireless/marvell/mwifiex/
A Dtdls.c264 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
293 if (ap_vht_cap && sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
364 memset(extcap->ext_capab, 0, 8); in mwifiex_tdls_add_ext_capab()
365 extcap->ext_capab[4] |= WLAN_EXT_CAPA5_TDLS_ENABLED; in mwifiex_tdls_add_ext_capab()
366 extcap->ext_capab[3] |= WLAN_EXT_CAPA4_TDLS_CHAN_SWITCH; in mwifiex_tdls_add_ext_capab()
369 extcap->ext_capab[7] |= WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED; in mwifiex_tdls_add_ext_capab()
1169 if (sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_tdls_process_enable_link()
A D11n.c441 memcpy((u8 *)ext_cap->ext_capab, in mwifiex_cmd_append_11n_tlv()
446 ext_cap->ext_capab[3] & WLAN_EXT_CAPA4_INTERWORKING_ENABLED) in mwifiex_cmd_append_11n_tlv()
A Dioctl.h474 u8 *ext_capab; member
A Dsta_cmd.c1801 if (params->ext_capab && params->ext_capab_len) { in mwifiex_cmd_tdls_oper()
1807 memcpy(extcap->ext_capab, params->ext_capab, in mwifiex_cmd_tdls_oper()
A Duap_cmd.c846 memcpy(tlv->data, params->ext_capab, tlv_len); in mwifiex_cmd_uap_add_station()
A Dmain.h363 u8 ext_capab[8]; member
A Dfw.h1907 u8 ext_capab[]; member
A Dcfg80211.c3923 if (!(sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_cfg80211_tdls_chan_switch()
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dmain.c245 static struct wiphy_iftype_ext_capab ext_capab[] = { in mt7925_init_mlo_caps() local
257 ext_capab[0].eml_capabilities = phy->eml_cap; in mt7925_init_mlo_caps()
258 ext_capab[0].mld_capa_and_ops = in mt7925_init_mlo_caps()
262 wiphy->iftype_ext_capab = ext_capab; in mt7925_init_mlo_caps()
263 wiphy->num_iftype_ext_capab = ARRAY_SIZE(ext_capab); in mt7925_init_mlo_caps()

Completed in 50 milliseconds