Home
last modified time | relevance | path

Searched refs:pairwise (Results 1 - 19 of 19) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_11i.c54 static wlan_priv_key_param_stru *hmac_get_key_info(mac_vap_stru *mac_vap, hi_u8 *mac_addr, hi_u8 pairwise, in hmac_get_key_info() argument
68 if (!mac_11i_is_ptk(macaddr_is_zero, pairwise)) { in hmac_get_key_info()
84 oam_info_log2(mac_vap->vap_id, OAM_SF_WPA, "{hmac_get_key_info::key_index=%d,pairwise=%d.}", key_index, pairwise); in hmac_get_key_info()
105 hi_u8 pairwise; in hmac_config_wapi_add_key() local
119 pairwise = payload_addkey_params->pairwise; in hmac_config_wapi_add_key()
129 if (pairwise == HI_TRUE) { in hmac_config_wapi_add_key()
138 wapi = hmac_user_get_wapi_ptr(mac_vap, pairwise, user_index); in hmac_config_wapi_add_key()
164 oam_warning_log2(0, OAM_SF_WPA, "{hmac_config_wapi_add_key_and_sync:: key idx==%u, pairwise in hmac_config_wapi_add_key_and_sync()
208 hi_u8 pairwise = payload_addkey_params->pairwise; hmac_config_11i_add_key() local
288 hi_u8 pairwise; hmac_config_11i_get_key() local
359 hi_u8 pairwise = removekey->pairwise; hmac_config_11i_remove_key() local
[all...]
H A Dhmac_wapi.h141 hi_u32 hmac_wapi_init(hmac_wapi_stru *wapi, hi_u8 pairwise);
H A Dhmac_user.h417 hmac_wapi_stru *hmac_user_get_wapi_ptr(const mac_vap_stru *mac_vap, hi_bool pairwise, hi_u8 pairwise_idx);
H A Dhmac_user.c303 hmac_wapi_stru *hmac_user_get_wapi_ptr(const mac_vap_stru *mac_vap, hi_bool pairwise, hi_u8 pairwise_idx) in hmac_user_get_wapi_ptr() argument
308 if (pairwise == HI_TRUE) { in hmac_user_get_wapi_ptr()
H A Dhmac_wapi.c844 hi_u32 hmac_wapi_init(hmac_wapi_stru *wapi, hi_u8 pairwise) in hmac_wapi_init() argument
853 if (pairwise == HI_TRUE) { in hmac_wapi_init()
H A Dhmac_tx_data.c1360 hi_bool pairwise = !ether_is_multicast(mac_hdr->auc_address1); in hmac_tx_lan_to_wlan_no_tcp_opt_vap() local
1361 hmac_wapi_stru *wapi = hmac_user_get_wapi_ptr(mac_vap, pairwise, (hi_u8)hmac_user->base_user->us_assoc_id); in hmac_tx_lan_to_wlan_no_tcp_opt_vap()
H A Dhmac_rx_data.c605 hi_bool pairwise = !ether_is_multicast(frame_hdr->auc_address1); in hmac_rx_msdu_frame_classify() local
606 hmac_wapi_stru *wapi = hmac_user_get_wapi_ptr(hmac_vap->base_vap, pairwise, hmac_user->base_user->us_assoc_id); in hmac_rx_msdu_frame_classify()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.h248 hi_u32 wal_cfg80211_add_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bool pairwise,
250 hi_u32 wal_cfg80211_remove_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, hi_bool pairwise,
H A Dwal_cfg80211.c801 static hi_s32 wal_cfg80211_get_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bool pairwise, in wal_cfg80211_get_key() argument
832 payload.pairwise = pairwise; in wal_cfg80211_get_key()
836 oam_info_log2(0, OAM_SF_ANY, "{wal_cfg80211_get_key::key_idx:%d,en_pairwise:%d}", key_index, payload.pairwise); in wal_cfg80211_get_key()
2366 oam_error_log1(0, OAM_SF_ANY, "{wal_parse_rsn_ie::pairwise chiper num illegal!}\r\n", us_pcip_num); in wal_parse_rsn_ie()
2466 oam_error_log1(0, OAM_SF_WPA, "{wal_parse_wpa_ie::pairwise chiper num illegal %d!}\r\n", us_pcip_num); in wal_parse_wpa_ie()
2477 oam_error_log0(0, OAM_SF_WPA, "{wal_parse_wpa_ie::WPA pairwise OUI illegal!}\r\n"); in wal_parse_wpa_ie()
2958 /* 获取pairwise cipher cout */ in wal_set_crypto_pmf()
2966 /* 获取pairwise cipher type */ in wal_set_crypto_pmf()
3289 hi_u32 wal_cfg80211_add_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, bool pairwise, in wal_cfg80211_add_key() argument
3368 wal_cfg80211_remove_key(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, hi_u8 key_index, hi_bool pairwise, const hi_u8 *mac_addr) wal_cfg80211_remove_key() argument
[all...]
H A Dwal_mac80211.c475 int32_t WalAddKey(struct NetDevice *netdev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr, in WalAddKey() argument
484 return wal_cfg80211_add_key(NULL, netdev, keyIndex, pairwise, macAddr, &keyParm); in WalAddKey()
487 int32_t WalDelKey(struct NetDevice *netdev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr) in WalDelKey() argument
489 return wal_cfg80211_remove_key(NULL, netdev, keyIndex, pairwise, macAddr); in WalDelKey()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_wifi_api.h521 hi_wifi_pairwise pairwise; /* *< Encryption type. CNcomment: 加密方式,不需指定时置0.CNend */ member
664 hi_wifi_pairwise pairwise; /* *< Encryption type. CNcomment: 加密方式,不需指定时置0.CNend */ member
1001 * 4. Pairwise can be set, default is 0.CNcomment:4. pairwise 可设置, 默认为0.CNend\n
1055 * 5. Pairwise can be set, set to zero by default.CNcomment:5. pairwise 可设置,默认置零.CNend\n
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_wifi_api.h542 hi_wifi_pairwise pairwise; /**< Encryption type. CNcomment: 加密方式,不需指定时置0.CNend */ member
677 hi_wifi_pairwise pairwise; /**< Encryption type. CNcomment: 加密方式,不需指定时置0.CNend */ member
991 * 4. Pairwise can be set, default is 0.CNcomment:4. pairwise 可设置, 默认为0.CNend\n
1052 * 5. Pairwise can be set, set to zero by default.CNcomment:5. pairwise 可设置,默认置零.CNend\n
/device/qemu/drivers/virtio/
H A Dvirtnet.c535 static int32_t FakeWalAddKey(NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr, in FakeWalAddKey() argument
540 (void)pairwise; in FakeWalAddKey()
545 static int32_t FakeWalDelKey(NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr) in FakeWalDelKey() argument
549 (void)pairwise; in FakeWalDelKey()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c123 int32_t BDH6WalAddKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr, in BDH6WalAddKey() argument
148 HDF_LOGI("%s: start..., mac = %p, keyIndex = %u,pairwise = %d, cipher = 0x%x, seqlen = %d, keylen = %d", in BDH6WalAddKey()
149 __func__, macAddr, keyIndex, pairwise, params->cipher, params->seqLen, params->keyLen); in BDH6WalAddKey()
160 retVal = (int32_t)wl_cfg80211_ops.add_key(wiphy, netdev, keyIndex, pairwise, macAddr, &keypm); in BDH6WalAddKey()
162 retVal = (int32_t)wl_cfg80211_ops.add_key(wiphy, netdev, keyIndex, pairwise, macAddr, (struct key_params *)params); in BDH6WalAddKey()
173 int32_t BDH6WalDelKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr) in BDH6WalDelKey() argument
193 HDF_LOGI("%s: start..., mac=%p, keyIndex=%u,pairwise=%d", __func__, macAddr, keyIndex, pairwise); in BDH6WalDelKey()
197 retVal = (int32_t)wl_cfg80211_ops.del_key(wiphy, netdev, keyIndex, pairwise, macAddr); in BDH6WalDelKey()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_user.h351 #define mac_11i_is_ptk(macaddr_is_zero, pairwise) ((HI_TRUE != (macaddr_is_zero)) && (HI_TRUE == (pairwise)))
H A Dmac_vap.h904 hi_u8 pairwise; member
921 hi_u8 pairwise; member
932 hi_u8 pairwise; member
941 hi_u8 pairwise; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_wifi.c485 assoc_req->pairwise = HI_WIFI_PARIWISE_UNKNOWN; in parse_conn_para()
683 assoc_req.pairwise = HI_WIFI_PARIWISE_UNKNOWN; in cmd_sta_connect()
764 fast_assoc_req.req.pairwise = HI_WIFI_PARIWISE_UNKNOWN; in cmd_sta_quick_connect()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h1312 hi_bool pairwise; member
1318 bool pairwise; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfg80211.c553 u8 key_idx, bool pairwise, const u8 *mac_addr,
556 u8 key_idx, bool pairwise, const u8 *mac_addr);
558 u8 key_idx, bool pairwise, const u8 *mac_addr,
5468 WL_ERR(("invalid cipher pairwise (%d)\n", sme->crypto.ciphers_pairwise[0])); in wl_set_set_cipher()
7266 u8 key_idx, bool pairwise, const u8 *mac_addr, in wl_cfg80211_add_key()
7447 u8 key_idx, bool pairwise, const u8 *mac_addr) in wl_cfg80211_del_key()
7497 u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, in wl_cfg80211_get_key()
7265 wl_cfg80211_add_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) wl_cfg80211_add_key() argument
7446 wl_cfg80211_del_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr) wl_cfg80211_del_key() argument
7496 wl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *dev, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params * params)) wl_cfg80211_get_key() argument

Completed in 69 milliseconds