Lines Matching refs:interface
22 * Interface exposed by the supplicant for each network interface (e.g wlan0)
25 interface ISupplicantIface {
27 * Size limits for some of the params used in this interface.
38 * Retrieves the name of the network interface.
44 * @return name Name of the network interface, e.g., wlan0
49 * Retrieves the type of the network interface.
55 * @return type Type of the network interface, e.g., STA.
60 * Add a new network to the interface.
67 * @return network HIDL interface object representing the new network if
74 * Remove a network from the interface.
77 * interface object to retrieve the ID.
91 * Gets a HIDL interface object for the network corresponding to the
95 * interface object to retrieve the ID.
104 * @return network HIDL interface object representing the new network if