Searched refs:puc_wep_key (Results 1 – 4 of 4) sorted by relevance
659 const hi_u8 *puc_wep_key; /* WEP KEY密钥 */ member
1529 const hi_u8* puc_wep_key; /* WEP KEY密钥 */ member
3995 …if ((connect_param->puc_wep_key != HI_NULL) && (memcpy_s(conn_sec->auc_wep_key, WLAN_WEP104_KEY_LE… in hmac_config_connect_conn_init()3996 connect_param->puc_wep_key, conn_sec->wep_key_len) != EOK)) { in hmac_config_connect_conn_init()3997 …m_warning_log1(0, 0, "hmac_config_connect:mem error :: %p", (uintptr_t)connect_param->puc_wep_key); in hmac_config_connect_conn_init()
2927 connect_param->puc_wep_key = sme->key; in wal_set_wep_key()