Lines Matching refs:wpa_cfg

35 		bss_config->wpa_cfg.length = 0;  in mwifiex_set_secure_params()
97 bss_config->wpa_cfg.pairwise_cipher_wpa |= in mwifiex_set_secure_params()
100 bss_config->wpa_cfg.pairwise_cipher_wpa2 |= in mwifiex_set_secure_params()
105 bss_config->wpa_cfg.pairwise_cipher_wpa |= in mwifiex_set_secure_params()
108 bss_config->wpa_cfg.pairwise_cipher_wpa2 |= in mwifiex_set_secure_params()
121 bss_config->wpa_cfg.length = 0; in mwifiex_set_secure_params()
141 bss_config->wpa_cfg.group_cipher = CIPHER_TKIP; in mwifiex_set_secure_params()
144 bss_config->wpa_cfg.group_cipher = CIPHER_AES_CCMP; in mwifiex_set_secure_params()
343 if (bss_cfg->wpa_cfg.pairwise_cipher_wpa & VALID_CIPHER_BITMAP) { in mwifiex_uap_bss_wpa()
350 pwk_cipher->cipher = bss_cfg->wpa_cfg.pairwise_cipher_wpa; in mwifiex_uap_bss_wpa()
355 if (bss_cfg->wpa_cfg.pairwise_cipher_wpa2 & VALID_CIPHER_BITMAP) { in mwifiex_uap_bss_wpa()
362 pwk_cipher->cipher = bss_cfg->wpa_cfg.pairwise_cipher_wpa2; in mwifiex_uap_bss_wpa()
367 if (bss_cfg->wpa_cfg.group_cipher & VALID_CIPHER_BITMAP) { in mwifiex_uap_bss_wpa()
373 gwk_cipher->cipher = bss_cfg->wpa_cfg.group_cipher; in mwifiex_uap_bss_wpa()
378 if (bss_cfg->wpa_cfg.length) { in mwifiex_uap_bss_wpa()
382 passphrase->header.len = cpu_to_le16(bss_cfg->wpa_cfg.length); in mwifiex_uap_bss_wpa()
383 memcpy(passphrase->passphrase, bss_cfg->wpa_cfg.passphrase, in mwifiex_uap_bss_wpa()
384 bss_cfg->wpa_cfg.length); in mwifiex_uap_bss_wpa()
386 bss_cfg->wpa_cfg.length; in mwifiex_uap_bss_wpa()
388 bss_cfg->wpa_cfg.length; in mwifiex_uap_bss_wpa()