Add ANQP query binder interface to wificond

Bug: 31813700
Test: compile

Change-Id: I6d049a7e367f59ae71f52d24df70e3b038932ee2
diff --git a/client_interface_impl.h b/client_interface_impl.h
index efeccfe..f4371dd 100644
--- a/client_interface_impl.h
+++ b/client_interface_impl.h
@@ -59,7 +59,10 @@
   bool GetPacketCounters(std::vector<int32_t>* out_packet_counters);
   bool SignalPoll(std::vector<int32_t>* out_signal_poll_results);
   const std::vector<uint8_t>& GetMacAddress();
-  std::string GetInterfaceName() { return interface_name_; }
+  const std::string& GetInterfaceName() const { return interface_name_; }
+  bool requestANQP(
+      const ::std::vector<uint8_t>& bssid,
+      const ::android::sp<::android::net::wifi::IANQPDoneCallback>& callback);
 
  private:
   void OnScanResultsReady(uint32_t interface_index,