Lines Matching refs:extcap
268 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
297 if (ap_vht_cap && sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
363 struct ieee_types_extcap *extcap; in mwifiex_tdls_add_ext_capab() local
365 extcap = (void *)skb_put(skb, sizeof(struct ieee_types_extcap)); in mwifiex_tdls_add_ext_capab()
366 extcap->ieee_hdr.element_id = WLAN_EID_EXT_CAPABILITY; in mwifiex_tdls_add_ext_capab()
367 extcap->ieee_hdr.len = 8; in mwifiex_tdls_add_ext_capab()
368 memset(extcap->ext_capab, 0, 8); in mwifiex_tdls_add_ext_capab()
369 extcap->ext_capab[4] |= WLAN_EXT_CAPA5_TDLS_ENABLED; in mwifiex_tdls_add_ext_capab()
370 extcap->ext_capab[3] |= WLAN_EXT_CAPA4_TDLS_CHAN_SWITCH; in mwifiex_tdls_add_ext_capab()
373 extcap->ext_capab[7] |= WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED; in mwifiex_tdls_add_ext_capab()
937 memcpy((u8 *)&sta_ptr->tdls_cap.extcap, pos, in mwifiex_process_tdls_action_frame()
1087 if (sta_ptr->tdls_cap.extcap.ext_capab[3] & in mwifiex_tdls_process_enable_link()