Searched refs:wmm_cap (Results 1 – 2 of 2) sorted by relevance
489 struct mwifiex_ie_types_wmmcap *wmm_cap; in mwifiex_uap_bss_param_prepare() local647 wmm_cap = (struct mwifiex_ie_types_wmmcap *)tlv; in mwifiex_uap_bss_param_prepare()648 wmm_cap->header.type = cpu_to_le16(WLAN_EID_VENDOR_SPECIFIC); in mwifiex_uap_bss_param_prepare()649 wmm_cap->header.len = cpu_to_le16(sizeof(wmm_cap->wmm_info)); in mwifiex_uap_bss_param_prepare()650 memcpy(&wmm_cap->wmm_info, &bss_cfg->wmm_info, in mwifiex_uap_bss_param_prepare()651 sizeof(wmm_cap->wmm_info)); in mwifiex_uap_bss_param_prepare()
169 u8 wmm_cap; member1038 *(cur_byte++) = bss_param->wmm_cap; in handle_connect()1264 param->wmm_cap = true; in host_int_fill_join_bss_param()