Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 61) sorted by relevance

123

/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal23 * Interface exposed by the supplicant for each station mode network
129 * Register for callbacks from this network.
131 * These callbacks are invoked for events that are specific to this network.
134 * if this network is removed.
148 * Setters for the various network params.
150 * the supplicant to represent each network.
153 * Set SSID for this network.
167 * Set the network to only connect to an AP with provided BSSID.
180 * Set whether to send probe requests for this network (hidden).
192 * Set key management mask for the network.
[all …]
DISupplicantNetwork.hal20 * Interface exposed by the supplicant for each network configuration it
22 * A network is the supplicant's way of representing the configuration
24 * service set identitifier (SSID). The parameters for a network includes the
29 * Retrieves the ID allocated to this network by the supplicant.
31 * This is not the |SSID| of the network, but an internal identifier for
32 * this network used by the supplicant.
43 * Retrieves the name of the interface this network belongs to.
49 * @return Name of the network interface, e.g., wlan0
54 * Retrieves the type of the interface this network belongs to.
60 * @return type Type of the network interface, e.g., STA.
DISupplicantIface.hal22 * 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
[all …]
DISupplicantP2pNetwork.hal23 * Interface exposed by the supplicant for each P2P mode network
28 * Register for callbacks from this network.
30 * These callbacks are invoked for events that are specific to this network.
33 * if this network is removed.
47 * Getters for the various network params.
50 * Get SSID for this network.
61 * Get the BSSID set for this network.
72 * Check if the network is currently active one.
83 * Check if the network is marked persistent.
94 * Check if the device is the group owner of the network.
DISupplicantStaNetworkCallback.hal21 * for each network (ISupplicantStaNetwork).
41 * Used to request EAP GSM SIM authentication for this particular network.
52 * Used to request EAP UMTS SIM authentication for this particular network.
63 * Used to request EAP Identity for this particular network.
DISupplicantStaIfaceCallback.hal37 * This state is entered if the network interface is disabled, e.g.,
45 * network and external interaction (e.g., ctrl_iface call to add or
46 * enable a network) is needed to start association.
51 * network.
66 * with a network using the configured SSID and security policy.
367 * Used to indicate that a new network has been added.
369 * @param id Network ID allocated to the corresponding network.
374 * Used to indicate that a network has been removed.
376 * @param id Network ID allocated to the corresponding network.
382 * event is triggered by a particular network, the |SupplicantNetworkId|,
[all …]
DISupplicantCallback.hal30 * @param ifName Name of the network interface, e.g., wlan0
37 * @param ifName Name of the network interface, e.g., wlan0
DISupplicantP2pIfaceCallback.hal73 * Used to indicate that a new network has been added.
75 * @param id Network ID allocated to the corresponding network.
80 * Used to indicate that a network has been removed.
82 * @param id Network ID allocated to the corresponding network.
182 * @param persistentNetworkId Persistent network Id of the group.
DISupplicant.hal48 * Type of the network interface.
52 * Name of the network interface, e.g., wlan0
92 * to any interface or network. Registration of multiple callback
/hardware/interfaces/gnss/2.0/
DIAGnssRil.hal25 * location, unique subscriber ID, phone number string and network availability changes.
28 /** Flags to indicate capabilities of the network */
36 /** Represents network connection status and capabilities. */
38 /** Network handle of the network for use with the NDK API. */
42 * True indicates that network connectivity exists and it is possible to
44 * is populated to indicate that this network has just disconnected.
48 /** A set of flags indicating the capabilities of this network. */
53 * connected to a cellular network. Empty string, otherwise.
59 * Notifies GNSS of network status changes.
61 * The framework calls this method to update the GNSS HAL implementation of network
[all …]
DIAGnss.hal67 * Notifies GNSS that a data connection is available and sets the network handle,
70 * The HAL implementation must use the network handle to set the network for the
72 * that there is a network path to the SUPL server. The network handle can also be used
75 * @param networkHandle Handle representing the network for use with the NDK API.
/hardware/interfaces/radio/1.4/
Dtypes.hal62 * Unknown access network
78 * emergency uniform resource names, mobile country code (mcc), mobile network country (mnc) and
82 * field ‘mcc’ must be an empty string. If the emergency number is associated with network
172 * Indicates the number is from the network signal.
426 * Brought down by the network.
434 * IPV4 PDN is in throttled state due to network providing only IPV6 address during the previous
443 * IPV6 PDN is in throttled state due to network providing only IPV4 address during the previous
472 * APN bearer type in the profile does not match preferred network mode.
545 * PDN connection to the APN is disallowed on the roaming network.
596 * Non-IP PDN is in disallowed state due to the network providing only an IP address.
[all …]
DIRadioIndication.hal31 * names, mobile country code, mobile network code, and source(s) that indicate where it comes
35 * network code, emergency service categories, and emergency uniform resource names from all
36 * available sources including network signaling, sim, modem/oem configuration, and default
64 * Incremental network scan results
89 * 3. Unsolicited disconnect from either modem or network side.
DIRadio.hal61 * @param accessNetwork The access network to setup the data call. If the data connection cannot
62 * be established on the specified access network, the setup request must be failed.
88 * Set an apn to initial attach network
164 * Starts a network scan
175 * Query the preferred network type bitmap.
184 * Requests to set the preferred network type for searching and registering.
201 * *not* allowed, modem must detach from the registered network and only keep emergency
/hardware/interfaces/gnss/1.0/
DIAGnssRil.hal25 * location, unique subscriber ID, phone number string and network availability changes.
119 * Notify GNSS of network status changes.
121 * @param connected Indicates whether network connectivity exists and
123 * @param type Indicates the kind of network, for eg. mobile, wifi etc.
125 * this network.
134 * Notify GNSS of network status changes and current APN.
136 * @param available Indicates whether network connectivity is available.
DIGnssNiCallback.hal100 * String representing the requester of the network inititated location
107 * who sent the network initiated location request.
123 * Callback with a network initiated request.
125 * @param notification network initiated request.
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaNetwork.hal25 * Interface exposed by the supplicant for each station mode network
75 * Set key management mask for the network.
89 * Get the key mgmt mask set for the network.
101 * Set pairwise cipher mask for the network.
116 * Get the pairwise cipher mask set for the network.
129 * Set group cipher mask for the network.
144 * Get the group cipher mask set for the network.
157 * Set group management cipher mask for the network.
172 * Get the group management cipher mask set for the network.
DISupplicantP2pIface.hal25 * Interface exposed by the supplicant for each P2P mode network
41 * whose network name and group owner's MAC address matches the specified SSID
43 * group whose network name matches the specified SSID is joined.
59 * whose network name matches the specified SSID.
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal115 * Parameters to use for setting up the access point network.
118 /** SSID to set for the network */
120 /** Whether the network needs to be hidden or not. */
122 /** Key management mask for the network. */
124 /** Passphrase for WPA_PSK network. */
132 * interface and network params.
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaNetwork.hal25 * Interface exposed by the supplicant for each station mode network
39 * - realm is the 3GPP network domain name derived from the given
64 * - realm is the 3GPP network domain name derived from the given
71 * Set EAP encrypted IMSI Identity for this network.
/hardware/interfaces/radio/1.5/
DIRadio.hal66 * @param accessNetwork The type of network for which to apply these thresholds.
94 * @param accessNetwork The type of network for which to apply these thresholds.
102 * - Modem will not register on any network.
105 * do network scan.
148 * Starts a network scan.
179 * @param accessNetwork The access network to setup the data call. If the data connection cannot
180 * be established on the specified access network, the setup request must be failed.
203 * Set an APN to initial attach network.
299 * Manually select a specified network.
303 * the network types specified by IRadio::setPreferredNetworkTypeBitmap, then the modem
[all …]
/hardware/interfaces/tv/cec/2.0/
DIHdmiCecCallback.hal34 * system whenever CEC device information of CEC network change.
36 * This event is triggered by topology change of whole CEC network. It's
/hardware/interfaces/radio/1.1/
Dtypes.hal149 RadioAccessNetworks radioAccessNetwork; // The type of network to scan
176 vec<CellInfo> networkInfos; // List of network information as CellInfo
181 vec<uint8_t> sourceAddress; // source address with type = family, in network
185 vec<uint8_t> destinationAddress; // destination address with type = family, in network
/hardware/interfaces/wifi/offload/1.0/
Dtypes.hal34 * Preferred network information
104 * Instruction on how to filter the scan result before performing network
108 /* Preferred network List of SSIDs and their security mode of interest
113 /* Minimum qualifying RSSI to be considered for network selection (dBm) */
/hardware/interfaces/radio/1.2/
DIRadio.hal35 * Starts a network scan
88 * @param accessNetwork The type of network for which to apply these thresholds.
116 * @param accessNetwork The type of network for which to apply these thresholds.
143 * @param accessNetwork The access network to setup the data call. If the data connection cannot
144 * be established on the specified access network, the setup request must be failed.
150 * a roaming network. The 'protocol' parameter in the old RIL API must be filled

123