Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c295 struct host_cmd_tlv_gwk_cipher *gwk_cipher; in mwifiex_uap_bss_wpa() local
336 gwk_cipher = (struct host_cmd_tlv_gwk_cipher *)tlv; in mwifiex_uap_bss_wpa()
337 gwk_cipher->header.type = cpu_to_le16(TLV_TYPE_GWK_CIPHER); in mwifiex_uap_bss_wpa()
338 gwk_cipher->header.len = in mwifiex_uap_bss_wpa()
341 gwk_cipher->cipher = bss_cfg->wpa_cfg.group_cipher; in mwifiex_uap_bss_wpa()