Searched refs:tlv_encrypt_protocol (Results 1 – 1 of 1) sorted by relevance
53 MrvlIEtypes_encrypt_protocol_t *tlv_encrypt_protocol = MNULL; in wlan_uap_cmd_ap_config() local207 tlv_encrypt_protocol = (MrvlIEtypes_encrypt_protocol_t *)(void *)tlv; in wlan_uap_cmd_ap_config()208 tlv_encrypt_protocol->header.type = wlan_cpu_to_le16(TLV_TYPE_UAP_ENCRYPT_PROTOCOL); in wlan_uap_cmd_ap_config()209 tlv_encrypt_protocol->header.len = wlan_cpu_to_le16(sizeof(t_u16)); in wlan_uap_cmd_ap_config()210 tlv_encrypt_protocol->protocol = wlan_cpu_to_le16(bss->param.bss_config.protocol); in wlan_uap_cmd_ap_config()