Home
last modified time | relevance | path

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

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/
Dhdf_bdh_mac80211.c50 int32_t BDH6WalSetMode(NetDevice *hnetDev, enum WlanWorkMode iftype) in BDH6WalSetMode()
91 int32_t BDH6WalAddKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalAddKey()
138 int32_t BDH6WalDelKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalDelKey()
169 int32_t BDH6WalSetDefaultKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool unicast, bool multic… in BDH6WalSetDefaultKey()
197 int32_t BDH6WalGetDeviceMacAddr(NetDevice *hnetDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr()
217 int32_t BDH6WalSetMacAddr(NetDevice *hnetDev, uint8_t *mac, uint8_t len) in BDH6WalSetMacAddr()
250 int32_t BDH6WalSetTxPower(NetDevice *hnetDev, int32_t power) in BDH6WalSetTxPower()
294 int32_t BDH6WalGetIftype(struct NetDevice *hnetDev, uint8_t *iftype) in BDH6WalGetIftype()
Dhdf_mac80211_ap.c190 int32_t WalConfigAp(NetDevice *hnetDev, struct WlanAPConf *apConf) in WalConfigAp()
232 int32_t WalSetCountryCode(NetDevice *hnetDev, const char *code, uint32_t len) in WalSetCountryCode()
251 int32_t WalStopAp(NetDevice *hnetDev) in WalStopAp()
275 int32_t WalStartAp(NetDevice *hnetDev) in WalStartAp()
316 int32_t WalDelStation(NetDevice *hnetDev, const uint8_t *macAddr) in WalDelStation()
346 int32_t WalGetAssociatedStasCount(NetDevice *hnetDev, uint32_t *num) in WalGetAssociatedStasCount()
365 int32_t WalGetAssociatedStasInfo(NetDevice *hnetDev, WifiStaInfo *staInfo, uint32_t num) in WalGetAssociatedStasInfo()
Dhdf_mac80211_sta.c165 int32_t HdfAbortScan(NetDevice *hnetDev) in HdfAbortScan()
221 int32_t HdfDisconnect(NetDevice *hnetDev, uint16_t reasonCode) in HdfDisconnect()
252 int32_t HdfSetScanningMacAddress(NetDevice *hnetDev, unsigned char *mac, uint32_t len) in HdfSetScanningMacAddress()
Dhdf_comm.c79 int32_t Bdh6Fband(NetDevice *hnetDev, int32_t band, int32_t *freqs, in Bdh6Fband()
151 int32_t Bdh6Ghcap(struct NetDevice *hnetDev, in Bdh6Ghcap()
408 int32_t WalChangeBeacon(NetDevice *hnetDev, struct WlanBeaconConf *param) in WalChangeBeacon()
451 static int32_t __HdfConnect(NetDevice *hnetDev, WlanConnectParams *param) in __HdfConnect()
550 int32_t HdfConnect(NetDevice *hnetDev, WlanConnectParams *param) in HdfConnect()
/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