HomeSort by relevance Sort by last modified time
    Searched full:disassociate (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/sync/glue/
password_change_processor.cc 117 model_associator_->Disassociate(sync_node.GetId());
156 model_associator_->Disassociate(changes[i].id);
model_associator.h 85 virtual void Disassociate(int64 sync_id) = 0;
password_model_associator.h 92 virtual void Disassociate(int64 sync_id);
preference_model_associator.h 90 virtual void Disassociate(int64 sync_id);
typed_url_model_associator.h 95 virtual void Disassociate(int64 sync_id);
autofill_profile_change_processor.cc 163 model_associator_->Disassociate(sync_id);
276 model_associator_->Disassociate(sync_id);
autofill_model_associator.h 87 virtual void Disassociate(int64 sync_id);
autofill_profile_model_associator.h 91 virtual void Disassociate(int64 sync_id);
bookmark_model_associator.h 81 virtual void Disassociate(int64 sync_id);
autofill_change_processor.cc 187 model_associator_->Disassociate(sync_node.GetId());
405 model_associator_->Disassociate(sync_id);
preference_change_processor.cc 62 model_associator_->Disassociate(sync_id);
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 132 WPA_ASSERT(sm->ctx->disassociate);
133 sm->ctx->disassociate(sm->ctx->ctx, reason_code);
wpa.h 40 void (*disassociate)(void *ctx, int reason_code); member in struct:wpa_sm_ctx
  /hardware/ti/wlan/wl1271/Test/
rsnDbg.c 168 WLAN_OS_REPORT(("706 - Generate MIC FAILURE report (after 2 clicks less then 1 minute - disassociate)\n"));
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 148 WPA_ASSERT(sm->ctx->disassociate);
149 sm->ctx->disassociate(sm->ctx->ctx, reason_code);
wpa.h 27 void (*disassociate)(void *ctx, int reason_code); member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 66 " disassociate <addr> disassociate a station\n"
311 printf("Invalid 'disassociate' command - exactly one "
316 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s %s",
319 os_snprintf(buf, sizeof(buf), "DISASSOCIATE %s", argv[0]);
714 { "disassociate", hostapd_cli_cmd_disassociate },
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
conn.c 363 /* Initialize the DISASSOCIATE event parameters to default */
423 * Mark the disconnection reason as unspecified to indicate that conn module has no information regarding the DISASSOCIATE event to be raised
473 /* Save the reason for the use of the SME when triggering DISASSOCIATE event */
526 /* Save the reason for the use of the SME when triggering DISASSOCIATE event. For now we just have STATUS_SECURITY_FAILURE */
548 * need to disassociate. In roaming mode, the connection is stopped without sending
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 171 'DISASSOCIATE',
oracle8.php 147 'DISASSOCIATE',
  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 153 "MLME-DISASSOCIATE.indication(" MACSTR ", %d)",
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 145 if (wpa_s->driver->disassociate) {
146 return wpa_s->driver->disassociate(wpa_s->drv_priv, addr,
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 245 ctx->disassociate = _wpa_supplicant_disassociate;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndiswrapper.c 358 .disassociate = wpa_ndiswrapper_disassociate,
driver_prism54.c 376 .disassociate = wpa_driver_prism54_disassociate,

Completed in 1407 milliseconds

1 2 3 4