Home | History | Annotate | Download | only in wifi

Lines Matching defs:reason

292         int reason = 0;
301 reason = vendorErrorCode;
312 if (reason == 0) {
313 reason = cfgError;
318 sendMessage(iface, WPS_FAIL_EVENT, WifiManager.ERROR, reason);
447 * @param reason Reason for authentication failure. This has to be one of the
455 public void broadcastAuthenticationFailureEvent(String iface, int reason, int errorCode) {
456 sendMessage(iface, AUTHENTICATION_FAILURE_EVENT, reason, errorCode);
508 * @param reason Disconnect reason code.
511 public void broadcastNetworkDisconnectionEvent(String iface, int local, int reason,
513 sendMessage(iface, NETWORK_DISCONNECTION_EVENT, local, reason, bssid);