Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dtdls.c255 if (sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
284 if (ap_vht_cap && sta_ptr->tdls_cap.extcap.ext_capab[7] & in mwifiex_tdls_add_vht_oper()
350 struct ieee_types_extcap *extcap; in mwifiex_tdls_add_ext_capab() local
352 extcap = (void *)skb_put(skb, sizeof(struct ieee_types_extcap)); in mwifiex_tdls_add_ext_capab()
353 extcap->ieee_hdr.element_id = WLAN_EID_EXT_CAPABILITY; in mwifiex_tdls_add_ext_capab()
354 extcap->ieee_hdr.len = 8; in mwifiex_tdls_add_ext_capab()
355 memset(extcap->ext_capab, 0, 8); in mwifiex_tdls_add_ext_capab()
356 extcap->ext_capab[4] |= WLAN_EXT_CAPA5_TDLS_ENABLED; in mwifiex_tdls_add_ext_capab()
359 extcap->ext_capab[7] |= WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED; in mwifiex_tdls_add_ext_capab()
923 memcpy((u8 *)&sta_ptr->tdls_cap.extcap, pos, in mwifiex_process_tdls_action_frame()
Dsta_cmd.c1557 struct mwifiex_ie_types_extcap *extcap; in mwifiex_cmd_tdls_oper() local
1629 extcap = (struct mwifiex_ie_types_extcap *)(pos + in mwifiex_cmd_tdls_oper()
1631 extcap->header.type = in mwifiex_cmd_tdls_oper()
1633 extcap->header.len = cpu_to_le16(params->ext_capab_len); in mwifiex_cmd_tdls_oper()
1634 memcpy(extcap->ext_capab, params->ext_capab, in mwifiex_cmd_tdls_oper()
Dmain.h687 struct ieee_types_extcap extcap; member