Home
last modified time | relevance | path

Searched refs:sta_iface_object_map_ (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dhidl_manager.cpp494 sta_iface_object_map_)) { in registerInterface()
549 wpa_s->ifname, sta_iface_object_map_); in unregisterInterface()
712 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyStateChange()
713 sta_iface_object_map_.end()) in notifyStateChange()
824 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyAnqpQueryDone()
825 sta_iface_object_map_.end()) in notifyAnqpQueryDone()
881 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyHs20IconQueryDone()
882 sta_iface_object_map_.end()) in notifyHs20IconQueryDone()
907 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyHs20RxSubscriptionRemediation()
908 sta_iface_object_map_.end()) in notifyHs20RxSubscriptionRemediation()
[all …]
Dhidl_manager.h231 sta_iface_object_map_; variable