HomeSort by relevance Sort by last modified time
    Searched refs:nwParams (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/wifi/hostapd/1.0/
IHostapd.hal 135 * @param nwParams Network Params for the access point.
143 addAccessPoint(IfaceParams ifaceParams, NetworkParams nwParams)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
HostapdHal.java 255 IHostapd.NetworkParams nwParams = new IHostapd.NetworkParams();
260 nwParams.ssid.addAll(NativeUtil.stringToByteArrayList(config.SSID));
261 nwParams.isHidden = config.hiddenSSID;
262 nwParams.encryptionType = getEncryptionType(config);
263 nwParams.pskPassphrase = (config.preSharedKey != null) ? config.preSharedKey : "";
266 HostapdStatus status = mIHostapd.addAccessPoint(ifaceParams, nwParams);

Completed in 271 milliseconds