/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaNetwork.hal | 23 * 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 …]
|
D | ISupplicantNetwork.hal | 20 * 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.
|
D | ISupplicantIface.hal | 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 [all …]
|
D | ISupplicantP2pNetwork.hal | 23 * 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.
|
D | ISupplicantStaNetworkCallback.hal | 21 * 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.
|
D | ISupplicantStaIfaceCallback.hal | 37 * 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 …]
|
D | ISupplicantCallback.hal | 30 * @param ifName Name of the network interface, e.g., wlan0 37 * @param ifName Name of the network interface, e.g., wlan0
|
D | ISupplicantP2pIfaceCallback.hal | 73 * 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.
|
D | ISupplicant.hal | 48 * Type of the network interface. 52 * Name of the network interface, e.g., wlan0 92 * to any interface or network. Registration of multiple callback
|
D | types.hal | 57 /** SSID type. Max of 32 octets representing service identifier of a network. */ 66 /** Supplicant network ID type. */
|
D | ISupplicantP2pNetworkCallback.hal | 21 * for each network (ISupplicantP2pNetwork).
|
D | ISupplicantStaIface.hal | 23 * Interface exposed by the supplicant for each station mode network 94 * Reconnect to the currently active network, even if we are already 107 * Reconnect to the currently active network, if we are currently 121 * Disconnect from the current active network.
|
D | ISupplicantP2pIface.hal | 23 * Interface exposed by the supplicant for each P2P mode network 272 * Terminate a P2P group. If a new virtual network interface was used for 273 * the group, it must also be removed. The network interface name of the
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRil.hal | 25 * 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.
|
D | IGnssNiCallback.hal | 100 * 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.0/vts/functional/ |
D | supplicant_hidl_test_utils.cpp | 213 const sp<ISupplicantNetwork>& network) { in createSupplicantStaNetwork() argument 218 sta_network = ISupplicantStaNetwork::castFrom(network); in createSupplicantStaNetwork()
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 65 // registers in network 72 MODE_NOT_SUPPORTED = 13, // HW does not support preferred network type 74 ILLEGAL_SIM_OR_ME = 15, // network selection failed due to illegal SIM or ME 102 NETWORK_ERR = 49, // Received error from network 106 NETWORK_REJECT = 53, // Request is rejected by network 390 NETWORK_RESP_TIMEOUT = 251, // No response from network 391 NETWORK_REJECT = 252, // Explicit network reject 400 NETWORK_DETACH = 261, // Explicit network detach 518 // reasons for data call drop - network/modem disconnect 535 * repeatedly from the network, to facilitate [all …]
|
D | IRadioIndication.hal | 45 * Indicates when voice or data network state changed 131 * Reports supplementary service related notification from the network. 174 * Indicates that SMS storage on the SIM is full. Sent when the network 237 * @param data If received from GSM network, "data" is byte array of 88 bytes 240 * If received from UMTS network, "data" is byte array of 90 up to 1252 374 * - when network invalidates the subscription i.e. attach reject due to authentication reject
|
D | IRadio.hal | 130 * Requests that network personalization be deactivated 420 * The network reply must be reported via unsolOnUssd 602 * Query current network selection mode 611 * Specify that the network must be selected automatically. 621 * Manually select a specified network. 625 * @param operatorNumeric string specifying MCCMNC of network to select (eg "310170") 733 * Enables/disables supplementary service related notifications from the network. 828 * Requests to set the preferred network type for searching and registering 840 * Query the preferred network type (CS/PS domain, RAT, and operation mode) 850 * Request neighboring cell id in GSM network [all …]
|
D | IRadioResponse.hal | 298 * LastCallFailCause:NETWORK_RESP_TIMEOUT (No response from network) 299 * LastCallFailCause:NETWORK_REJECT (Explicit network reject) 308 * LastCallFailCause:NETWORK_DETACH (Explicit network detach) 858 * @param networkInfos List of network operator information as OperatorInfos defined in
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicleCallback.hal | 49 * vehicle network. If such rare event occurs this method must be called.
|
/hardware/interfaces/drm/1.0/ |
D | types.hal | 146 * is disconnected from the network. 152 * connected to the network for periodic renewal.
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 412 uint32_t authenticatorType; // HardwareAuthenticatorType, in network order. 413 uint64_t timestamp; // In network order.
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 56 * The physical address depends on the topology of the network formed by
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 134 * SSID type. 32 octets representing the network. 2156 * Valid and delivered to network stack (e.g., netif_rx()). 2181 * Queued within driver, not yet delivered to network stack. 2230 * from the host network stack, or inbound from the firmware).
|