Lines Matching defs:wifiInterfaceHandle
38 typedef struct WifiInterfaceInfo *wifiInterfaceHandle;
80 WifiError VendorHalGetIfaces(wifiHandle handle, int *numIfaces, wifiInterfaceHandle **ifaces);
81 WifiError VendorHalGetIfName(wifiInterfaceHandle iface, char *name, size_t size);
106 WifiError (*vendorHalGetIfaces)(wifiHandle, int *, wifiInterfaceHandle **);
107 WifiError (*vendorHalGetIfName)(wifiInterfaceHandle, char *name, size_t size);
108 WifiError (*vendorHalGetChannelsInBand)(wifiInterfaceHandle, int, std::vector<uint32_t>&);
115 WifiError (*wifiSetCountryCode)(wifiInterfaceHandle handle, const char *);
119 WifiError (*wifiStartScan)(wifiInterfaceHandle handle,
121 WifiError (*wifiStartPnoScan)(wifiInterfaceHandle handle,
123 WifiError (*wifiStopPnoScan)(wifiInterfaceHandle handle);
124 WifiError (*getScanResults)(wifiInterfaceHandle handle,
127 WifiError (*getSignalPollInfo)(wifiInterfaceHandle handle,
134 WifiError (*sendActionFrame)(wifiInterfaceHandle handle, uint32_t freq, const std::vector<uint8_t>& frameData);
135 WifiError (*registerActionFrameReceiver)(wifiInterfaceHandle handle, const std::vector<uint8_t>& match);