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.0/
Dhidl_manager.cpp431 sta_iface_object_map_)) { in registerInterface()
478 wpa_s->ifname, sta_iface_object_map_)) { in unregisterInterface()
640 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyStateChange()
641 sta_iface_object_map_.end()) in notifyStateChange()
752 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyAnqpQueryDone()
753 sta_iface_object_map_.end()) in notifyAnqpQueryDone()
809 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyHs20IconQueryDone()
810 sta_iface_object_map_.end()) in notifyHs20IconQueryDone()
835 if (sta_iface_object_map_.find(wpa_s->ifname) == in notifyHs20RxSubscriptionRemediation()
836 sta_iface_object_map_.end()) in notifyHs20RxSubscriptionRemediation()
[all …]
Dhidl_manager.h211 sta_iface_object_map_; variable