Searched refs:pairwise_cipher_wpa (Results 1 – 3 of 3) sorted by relevance
583 bss.param.bss_config.wpa_cfg.pairwise_cipher_wpa = CIPHER_TKIP | CIPHER_AES_CCMP; in wifi_cmd_uap_config()2138 sys_config->wpa_cfg.pairwise_cipher_wpa = 0; in wifi_check_wpa_ie()2156 sys_config->wpa_cfg.pairwise_cipher_wpa |= CIPHER_TKIP; in wifi_check_wpa_ie()2159 sys_config->wpa_cfg.pairwise_cipher_wpa |= CIPHER_AES_CCMP; in wifi_check_wpa_ie()
232 if ((bss->param.bss_config.wpa_cfg.pairwise_cipher_wpa & VALID_CIPHER_BITMAP) != 0U) in wlan_uap_cmd_ap_config()238 tlv_pwk_cipher->pairwise_cipher = bss->param.bss_config.wpa_cfg.pairwise_cipher_wpa; in wlan_uap_cmd_ap_config()
852 t_u8 pairwise_cipher_wpa; member