Home
last modified time | relevance | path

Searched refs:encrypt_protocol (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c475 struct host_cmd_tlv_encrypt_protocol *encrypt_protocol; in mwifiex_uap_bss_param_prepare() local
615 encrypt_protocol = (struct host_cmd_tlv_encrypt_protocol *)tlv; in mwifiex_uap_bss_param_prepare()
616 encrypt_protocol->header.type = in mwifiex_uap_bss_param_prepare()
618 encrypt_protocol->header.len = in mwifiex_uap_bss_param_prepare()
621 encrypt_protocol->proto = cpu_to_le16(bss_cfg->protocol); in mwifiex_uap_bss_param_prepare()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_cmd.c134 struct host_cmd_tlv_encrypt_protocol *encrypt_protocol; in nxpwifi_uap_bss_param_prepare() local
275 encrypt_protocol = (struct host_cmd_tlv_encrypt_protocol *)tlv; in nxpwifi_uap_bss_param_prepare()
276 encrypt_protocol->header.type = in nxpwifi_uap_bss_param_prepare()
278 encrypt_protocol->header.len = in nxpwifi_uap_bss_param_prepare()
281 encrypt_protocol->proto = cpu_to_le16(bss_cfg->protocol); in nxpwifi_uap_bss_param_prepare()