Searched refs:keyIndex (Results 1 - 3 of 3) sorted by relevance
/device/qemu/drivers/virtio/ |
H A D | virtnet.c | 535 static int32_t FakeWalAddKey(NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr, in FakeWalAddKey() argument 539 (void)keyIndex; in FakeWalAddKey() 545 static int32_t FakeWalDelKey(NetDevice *netDev, uint8_t keyIndex, bool pairwise, const uint8_t *macAddr) in FakeWalDelKey() argument 548 (void)keyIndex; in FakeWalDelKey() 553 static int32_t FakeWalSetDefaultKey(NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multicas) in FakeWalSetDefaultKey() argument 556 (void)keyIndex; in FakeWalSetDefaultKey()
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_bdh_mac80211.c | 123 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() 207 int32_t BDH6WalSetDefaultKey(struct NetDevice *hnetDev, uint8_t keyIndex, boo argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_mac80211.c | 475 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() 492 int32_t WalSetDefaultKey(struct NetDevice *netDev, uint8_t keyIndex, bool unicast, bool multicas)
in WalSetDefaultKey() argument 494 return wal_cfg80211_set_default_key(NULL, netDev, keyIndex, unicast, multicas);
in WalSetDefaultKey()
|
Completed in 5 milliseconds