Searched refs:ext_capab (Results 1 – 9 of 9) sorted by relevance
264 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()
441 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()
474 u8 *ext_capab; member
1801 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()
846 memcpy(tlv->data, params->ext_capab, tlv_len); in mwifiex_cmd_uap_add_station()
363 u8 ext_capab[8]; member
1907 u8 ext_capab[]; member
3923 if (!(sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_cfg80211_tdls_chan_switch()
245 static struct wiphy_iftype_ext_capab ext_capab[] = { in mt7925_init_mlo_caps() local257 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