Searched refs:get_interfaces (Results 1 – 8 of 8) sorted by relevance
29 wlan_ifs = [nic for nic in interface.get_interfaces()
22 wlan_ifs = [nic for nic in interface.get_interfaces()
76 ifaces = [iface for iface in interface.get_interfaces()
607 def get_interfaces(): function
227 ifaces = [ iface for iface in interface.get_interfaces()
3593 struct wpa_interface_info * (*get_interfaces)(void *global_priv); member
3233 wpa_driver_ndis_ops.get_interfaces = wpa_driver_ndis_get_interfaces; in driver_ndis_init_ops()
14038 if (drv->get_interfaces == NULL) in wpa_supplicant_global_iface_list()14040 tmp = drv->get_interfaces(global->drv_priv[i]); in wpa_supplicant_global_iface_list()