Searched refs:get_interfaces (Results 1 – 6 of 6) sorted by relevance
1037 struct wpa_interface_info * (*get_interfaces)(void *global_priv); member
1435 struct wpa_interface_info * (*get_interfaces)(void *global_priv); member
3237 wpa_driver_ndis_ops.get_interfaces = wpa_driver_ndis_get_interfaces; in driver_ndis_init_ops()
3311 .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()
4105 if (drv->get_interfaces == NULL) in wpa_supplicant_global_iface_list()4107 tmp = drv->get_interfaces(global->drv_priv[i]); in wpa_supplicant_global_iface_list()