• Home
  • Raw
  • Download

Lines Matching refs:wpa_cfg

36 		bss_config->wpa_cfg.length = 0;  in mwifiex_set_secure_params()
98 bss_config->wpa_cfg.pairwise_cipher_wpa |= in mwifiex_set_secure_params()
101 bss_config->wpa_cfg.pairwise_cipher_wpa2 |= in mwifiex_set_secure_params()
106 bss_config->wpa_cfg.pairwise_cipher_wpa |= in mwifiex_set_secure_params()
109 bss_config->wpa_cfg.pairwise_cipher_wpa2 |= in mwifiex_set_secure_params()
123 bss_config->wpa_cfg.length = 0; in mwifiex_set_secure_params()
143 bss_config->wpa_cfg.group_cipher = CIPHER_TKIP; in mwifiex_set_secure_params()
146 bss_config->wpa_cfg.group_cipher = CIPHER_AES_CCMP; in mwifiex_set_secure_params()
328 if (bss_cfg->wpa_cfg.pairwise_cipher_wpa & VALID_CIPHER_BITMAP) { in mwifiex_uap_bss_wpa()
335 pwk_cipher->cipher = bss_cfg->wpa_cfg.pairwise_cipher_wpa; in mwifiex_uap_bss_wpa()
340 if (bss_cfg->wpa_cfg.pairwise_cipher_wpa2 & VALID_CIPHER_BITMAP) { in mwifiex_uap_bss_wpa()
347 pwk_cipher->cipher = bss_cfg->wpa_cfg.pairwise_cipher_wpa2; in mwifiex_uap_bss_wpa()
352 if (bss_cfg->wpa_cfg.group_cipher & VALID_CIPHER_BITMAP) { in mwifiex_uap_bss_wpa()
358 gwk_cipher->cipher = bss_cfg->wpa_cfg.group_cipher; in mwifiex_uap_bss_wpa()
363 if (bss_cfg->wpa_cfg.length) { in mwifiex_uap_bss_wpa()
367 passphrase->header.len = cpu_to_le16(bss_cfg->wpa_cfg.length); in mwifiex_uap_bss_wpa()
368 memcpy(passphrase->passphrase, bss_cfg->wpa_cfg.passphrase, in mwifiex_uap_bss_wpa()
369 bss_cfg->wpa_cfg.length); in mwifiex_uap_bss_wpa()
371 bss_cfg->wpa_cfg.length; in mwifiex_uap_bss_wpa()
373 bss_cfg->wpa_cfg.length; in mwifiex_uap_bss_wpa()