Searched refs:wmm_cap (Results 1 – 2 of 2) sorted by relevance
495 struct mwifiex_ie_types_wmmcap *wmm_cap; in mwifiex_uap_bss_param_prepare() local653 wmm_cap = (struct mwifiex_ie_types_wmmcap *)tlv; in mwifiex_uap_bss_param_prepare()654 wmm_cap->header.type = cpu_to_le16(WLAN_EID_VENDOR_SPECIFIC); in mwifiex_uap_bss_param_prepare()655 wmm_cap->header.len = cpu_to_le16(sizeof(wmm_cap->wmm_info)); in mwifiex_uap_bss_param_prepare()656 memcpy(&wmm_cap->wmm_info, &bss_cfg->wmm_info, in mwifiex_uap_bss_param_prepare()657 sizeof(wmm_cap->wmm_info)); in mwifiex_uap_bss_param_prepare()
215 u8 wmm_cap; member1139 *(pu8CurrByte++) = ptstrJoinBssParam->wmm_cap; in Handle_Connect()4796 pNewJoinBssParam->wmm_cap = true; in host_int_ParseJoinBssParam()