Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_cfg.h659 const hi_u8 *puc_wep_key; /* WEP KEY密钥 */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h1529 const hi_u8* puc_wep_key; /* WEP KEY密钥 */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_config.c3995 …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()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_cfg80211.c2927 connect_param->puc_wep_key = sme->key; in wal_set_wep_key()