Searched refs:tlv_akmp (Results 1 – 2 of 2) sorted by relevance
297 struct host_cmd_tlv_akmp *tlv_akmp; in mwifiex_uap_bss_wpa() local302 tlv_akmp = (struct host_cmd_tlv_akmp *)tlv; in mwifiex_uap_bss_wpa()303 tlv_akmp->header.type = cpu_to_le16(TLV_TYPE_UAP_AKMP); in mwifiex_uap_bss_wpa()304 tlv_akmp->header.len = cpu_to_le16(sizeof(struct host_cmd_tlv_akmp) - in mwifiex_uap_bss_wpa()306 tlv_akmp->key_mgmt_operation = cpu_to_le16(bss_cfg->key_mgmt_operation); in mwifiex_uap_bss_wpa()307 tlv_akmp->key_mgmt = cpu_to_le16(bss_cfg->key_mgmt); in mwifiex_uap_bss_wpa()
21 struct host_cmd_tlv_akmp *tlv_akmp; in nxpwifi_uap_bss_wpa() local26 tlv_akmp = (struct host_cmd_tlv_akmp *)tlv; in nxpwifi_uap_bss_wpa()27 tlv_akmp->header.type = cpu_to_le16(TLV_TYPE_UAP_AKMP); in nxpwifi_uap_bss_wpa()28 tlv_akmp->header.len = cpu_to_le16(sizeof(struct host_cmd_tlv_akmp) - in nxpwifi_uap_bss_wpa()30 tlv_akmp->key_mgmt_operation = cpu_to_le16(bss_cfg->key_mgmt_operation); in nxpwifi_uap_bss_wpa()31 tlv_akmp->key_mgmt = cpu_to_le16(bss_cfg->key_mgmt); in nxpwifi_uap_bss_wpa()