Home
last modified time | relevance | path

Searched defs:hnetDev (Results 1 – 2 of 2) sorted by relevance

/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_bdh_mac80211.c80 static int32_t BDH6WalSetMode(NetDevice *hnetDev, enum WlanWorkMode iftype) in BDH6WalSetMode()
123 int32_t BDH6WalAddKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalAddKey()
173 int32_t BDH6WalDelKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalDelKey()
207 int32_t BDH6WalSetDefaultKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool unicast, bool multic… in BDH6WalSetDefaultKey()
239 int32_t BDH6WalGetDeviceMacAddr(NetDevice *hnetDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr()
260 int32_t BDH6WalSetMacAddr(NetDevice *hnetDev, uint8_t *mac, uint8_t len) in BDH6WalSetMacAddr()
294 int32_t BDH6WalSetTxPower(NetDevice *hnetDev, int32_t power) in BDH6WalSetTxPower()
368 int32_t Bdh6Fband(NetDevice *hnetDev, int32_t band, int32_t *freqs, uint32_t *num) in Bdh6Fband()
470 int32_t Bdh6Ghcap(struct NetDevice *hnetDev, struct WlanHwCapability **capability) in Bdh6Ghcap()
608 int32_t BDH6WalGetIftype(struct NetDevice *hnetDev, uint8_t *iftype) in BDH6WalGetIftype()
[all …]
Dnet_bdh_adpater.c290 struct NetDevice *hnetDev = NULL; in hdf_p2p_netdev_open() local