/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/hdf/ |
D | hdf_bdh_mac80211.c | 50 int32_t BDH6WalSetMode(NetDevice *hnetDev, enum WlanWorkMode iftype) in BDH6WalSetMode() argument 56 netDev = get_real_netdev(hnetDev); in BDH6WalSetMode() 91 int32_t BDH6WalAddKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalAddKey() argument 98 netDev = get_real_netdev(hnetDev); in BDH6WalAddKey() 138 int32_t BDH6WalDelKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalDelKey() argument 144 netDev = get_real_netdev(hnetDev); in BDH6WalDelKey() 169 int32_t BDH6WalSetDefaultKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool unicast, bool multic… in BDH6WalSetDefaultKey() argument 175 netDev = get_real_netdev(hnetDev); in BDH6WalSetDefaultKey() 197 int32_t BDH6WalGetDeviceMacAddr(NetDevice *hnetDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr() argument 200 netDev = get_real_netdev(hnetDev); in BDH6WalGetDeviceMacAddr() [all …]
|
D | hdf_mac80211_ap.c | 190 int32_t WalConfigAp(NetDevice *hnetDev, struct WlanAPConf *apConf) in WalConfigAp() argument 196 netDev = get_real_netdev(hnetDev); in WalConfigAp() 232 int32_t WalSetCountryCode(NetDevice *hnetDev, const char *code, uint32_t len) in WalSetCountryCode() argument 237 netDev = get_real_netdev(hnetDev); in WalSetCountryCode() 251 int32_t WalStopAp(NetDevice *hnetDev) in WalStopAp() argument 257 netDev = get_real_netdev(hnetDev); in WalStopAp() 275 int32_t WalStartAp(NetDevice *hnetDev) in WalStartAp() argument 282 netDev = get_real_netdev(hnetDev); in WalStartAp() 316 int32_t WalDelStation(NetDevice *hnetDev, const uint8_t *macAddr) in WalDelStation() argument 323 netDev = get_real_netdev(hnetDev); in WalDelStation() [all …]
|
D | hdf_mac80211_sta.c | 165 int32_t HdfAbortScan(NetDevice *hnetDev) in HdfAbortScan() argument 171 g_scan_event_ifidx = get_scan_ifidx(hnetDev->name); in HdfAbortScan() 172 netDev = get_real_netdev(hnetDev); in HdfAbortScan() 221 int32_t HdfDisconnect(NetDevice *hnetDev, uint16_t reasonCode) in HdfDisconnect() argument 227 g_conn_event_ifidx = get_scan_ifidx(hnetDev->name); in HdfDisconnect() 228 netDev = get_real_netdev(hnetDev); in HdfDisconnect() 252 int32_t HdfSetScanningMacAddress(NetDevice *hnetDev, unsigned char *mac, uint32_t len) in HdfSetScanningMacAddress() argument 255 netDev = get_real_netdev(hnetDev); in HdfSetScanningMacAddress()
|
D | hdf_public_ap6256.h | 89 extern int32_t WalChangeBeacon(NetDevice *hnetDev, struct WlanBeaconConf *param); 90 extern int32_t Bdh6Ghcap(struct NetDevice *hnetDev, struct WlanHwCapability **capability); 117 extern int32_t WalStartAp(NetDevice *hnetDev); 130 extern int32_t Bdh6Fband(NetDevice *hnetDev, int32_t band, int32_t *freqs, uint32_t *num); 131 extern int32_t HdfConnect(NetDevice *hnetDev, WlanConnectParams *param);
|
D | hdf_comm.c | 79 int32_t Bdh6Fband(NetDevice *hnetDev, int32_t band, int32_t *freqs, in Bdh6Fband() argument 98 netDev = get_real_netdev(hnetDev); in Bdh6Fband() 151 int32_t Bdh6Ghcap(struct NetDevice *hnetDev, in Bdh6Ghcap() argument 161 netDev = get_real_netdev(hnetDev); in Bdh6Ghcap() 408 int32_t WalChangeBeacon(NetDevice *hnetDev, struct WlanBeaconConf *param) in WalChangeBeacon() argument 415 netDev = get_real_netdev(hnetDev); in WalChangeBeacon() 451 static int32_t __HdfConnect(NetDevice *hnetDev, WlanConnectParams *param) in __HdfConnect() argument 458 g_conn_event_ifidx = get_scan_ifidx(hnetDev->name); in __HdfConnect() 459 netDev = get_real_netdev(hnetDev); in __HdfConnect() 550 int32_t HdfConnect(NetDevice *hnetDev, WlanConnectParams *param) in HdfConnect() argument [all …]
|
D | hdf_mac80211_sta.h | 24 int32_t HdfAbortScan(NetDevice *hnetDev);
|
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
D | hdf_bdh_mac80211.c | 44 int32_t WalStopAp(NetDevice *hnetDev); 80 static int32_t BDH6WalSetMode(NetDevice *hnetDev, enum WlanWorkMode iftype) in BDH6WalSetMode() argument 87 netDev = get_real_netdev(hnetDev); in BDH6WalSetMode() 123 int32_t BDH6WalAddKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalAddKey() argument 134 netDev = get_real_netdev(hnetDev); in BDH6WalAddKey() 173 int32_t BDH6WalDelKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool pairwise, const uint8_t *ma… in BDH6WalDelKey() argument 179 netDev = get_real_netdev(hnetDev); in BDH6WalDelKey() 207 int32_t BDH6WalSetDefaultKey(struct NetDevice *hnetDev, uint8_t keyIndex, bool unicast, bool multic… in BDH6WalSetDefaultKey() argument 213 netDev = get_real_netdev(hnetDev); in BDH6WalSetDefaultKey() 239 int32_t BDH6WalGetDeviceMacAddr(NetDevice *hnetDev, int32_t type, uint8_t *mac, uint8_t len) in BDH6WalGetDeviceMacAddr() argument [all …]
|
D | net_bdh_adpater.c | 290 struct NetDevice *hnetDev = NULL; in hdf_p2p_netdev_open() local 292 hnetDev = get_hdf_netdev(0); in hdf_p2p_netdev_open() 293 hdf_bdh6_netdev_open(hnetDev); in hdf_p2p_netdev_open()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | hdf_public_ap6275s.h | 82 extern int32_t WalChangeBeacon(NetDevice *hnetDev, struct WlanBeaconConf *param); 83 extern int32_t Bdh6Ghcap(struct NetDevice *hnetDev, struct WlanHwCapability **capability); 110 extern int32_t WalStartAp(NetDevice *hnetDev); 123 extern int32_t Bdh6Fband(NetDevice *hnetDev, int32_t band, int32_t *freqs, uint32_t *num); 124 extern int32_t HdfConnect(NetDevice *hnetDev, WlanConnectParams *param);
|