Searched refs:iface_hapd (Results 1 – 1 of 1) sorted by relevance
622 struct hostapd_data* iface_hapd = (struct hostapd_data*)ctx; in onAsyncSetupCompleteCb() local624 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() local641 on_sta_authorized_internal_callback(iface_hapd, mac_addr, in onAsyncStaAuthorizedCb()654 struct hostapd_data* iface_hapd = (struct hostapd_data*)ctx; in onAsyncWpaEventCb() local656 on_wpa_msg_internal_callback(iface_hapd, level, in onAsyncWpaEventCb()869 struct hostapd_data* iface_hapd = in addSingleAccessPoint() local871 WPA_ASSERT(iface_hapd != nullptr && iface_hapd->iface != nullptr); in addSingleAccessPoint()874 [this](struct hostapd_data* iface_hapd) { in addSingleAccessPoint() argument[all …]