Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A 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()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_cmd.c19 struct host_cmd_tlv_gwk_cipher *gwk_cipher; in nxpwifi_uap_bss_wpa() local
60 gwk_cipher = (struct host_cmd_tlv_gwk_cipher *)tlv; in nxpwifi_uap_bss_wpa()
61 gwk_cipher->header.type = cpu_to_le16(TLV_TYPE_GWK_CIPHER); in nxpwifi_uap_bss_wpa()
62 gwk_cipher->header.len = in nxpwifi_uap_bss_wpa()
65 gwk_cipher->cipher = bss_cfg->wpa_cfg.group_cipher; in nxpwifi_uap_bss_wpa()