Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp622 struct hostapd_data* iface_hapd = (struct hostapd_data*)ctx; in onAsyncSetupCompleteCb() local
624 on_setup_complete_internal_callback(iface_hapd); in onAsyncSetupCompleteCb()
627 if (strlen(iface_hapd->conf->bridge) > 0) { in onAsyncSetupCompleteCb()
639 struct hostapd_data* iface_hapd = (struct hostapd_data*)ctx; in onAsyncStaAuthorizedCb() local
641 on_sta_authorized_internal_callback(iface_hapd, mac_addr, in onAsyncStaAuthorizedCb()
654 struct hostapd_data* iface_hapd = (struct hostapd_data*)ctx; in onAsyncWpaEventCb() local
656 on_wpa_msg_internal_callback(iface_hapd, level, in onAsyncWpaEventCb()
869 struct hostapd_data* iface_hapd = in addSingleAccessPoint() local
871 WPA_ASSERT(iface_hapd != nullptr && iface_hapd->iface != nullptr); in addSingleAccessPoint()
874 [this](struct hostapd_data* iface_hapd) { in addSingleAccessPoint() argument
[all …]