Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c56 MrvlIEtypes_gwk_cipher_t *tlv_gwk_cipher = MNULL; in wlan_uap_cmd_ap_config() local
263 tlv_gwk_cipher = (MrvlIEtypes_gwk_cipher_t *)(void *)tlv; in wlan_uap_cmd_ap_config()
264 tlv_gwk_cipher->header.type = wlan_cpu_to_le16(TLV_TYPE_GWK_CIPHER); in wlan_uap_cmd_ap_config()
265 tlv_gwk_cipher->header.len = wlan_cpu_to_le16(sizeof(t_u8) + sizeof(t_u8)); in wlan_uap_cmd_ap_config()
266 tlv_gwk_cipher->group_cipher = bss->param.bss_config.wpa_cfg.group_cipher; in wlan_uap_cmd_ap_config()