Lines Matching refs:network
22 * Interface exposed by the supplicant for each network interface (e.g wlan0)
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
71 generates (SupplicantStatus status, ISupplicantNetwork network);
74 * Remove a network from the interface.
76 * Use |ISupplicantNetwork.getId()| on the corresponding network HIDL
79 * @param id Network ID allocated to the corresponding network.
91 * Gets a HIDL interface object for the network corresponding to the
94 * Use |ISupplicantNetwork.getId()| on the corresponding network HIDL
97 * @param id Network ID allocated to the corresponding network.
104 * @return network HIDL interface object representing the new network if
108 generates (SupplicantStatus status, ISupplicantNetwork network);
111 * Retrieve a list of all the network Id's controlled by the supplicant.
113 * The corresponding |ISupplicantNetwork| object for any network can be
121 * @return networkIds List of all network Id's controlled by the supplicant.