Searched refs:get_interfaces (Results 1 – 5 of 5) sorted by relevance
1037 struct wpa_interface_info * (*get_interfaces)(void *global_priv); member
1264 struct wpa_interface_info * (*get_interfaces)(void *global_priv); member
3374 .get_interfaces = wpa_driver_test_get_interfaces,
1961 if (drv->get_interfaces == NULL) in wpa_supplicant_global_iface_list()1963 tmp = drv->get_interfaces(global->drv_priv); in wpa_supplicant_global_iface_list()
3657 if (drv->get_interfaces == NULL) in wpa_supplicant_global_iface_list()3659 tmp = drv->get_interfaces(global->drv_priv[i]); in wpa_supplicant_global_iface_list()