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

1 2

  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 66 " deauthenticate <addr> deauthenticate a station\n"
310 printf("Invalid 'deauthenticate' command - exactly one "
315 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s %s",
318 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s", argv[0]);
1026 { "deauthenticate", hostapd_cli_cmd_deauthenticate },
    [all...]
ChangeLog     [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 152 WPA_ASSERT(sm->ctx->deauthenticate);
153 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code);
wpa.h 28 void (*deauthenticate)(void * ctx, int reason_code); member in struct:wpa_sm_ctx
  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 82 "MLME-DEAUTHENTICATE.indication(" MACSTR ", %d)",
ctrl_iface_ap.c 296 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DEAUTHENTICATE %s",
hostapd.c 135 * Deauthenticate all stations since the new configuration may not
461 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Deauthenticate all stations");
    [all...]
sta_info.c 740 wpa_printf(MSG_DEBUG, "%s: deauthenticate STA " MACSTR,
    [all...]
ieee802_1x.c     [all...]
ieee802_11.c     [all...]
wpa_auth.c 1151 /* MLME-DEAUTHENTICATE.request */
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 231 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
driver_i.h 177 if (wpa_s->driver->deauthenticate) {
178 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr,
ibss_rsn.c 220 ctx->deauthenticate = supp_deauthenticate;
wpas_glue.c 1047 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
wpa_cli.c     [all...]
sme.c 1083 wpa_dbg(wpa_s, MSG_DEBUG, "SME: Deauthenticate to clear "
    [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1774 int (*deauthenticate)(void *priv, const u8 *addr, int reason_code); member in struct:wpa_driver_ops
    [all...]
driver_privsep.c 737 .deauthenticate = wpa_driver_privsep_deauthenticate,
driver_nl80211_event.c 625 wpa_printf(MSG_DEBUG, "nl80211: Deauthenticate event");
719 wpa_printf(MSG_DEBUG, "nl80211: Unprot Deauthenticate event");
    [all...]
driver_bsd.c     [all...]
driver_wext.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nl80211.h 220 * MLME-DEAUTHENTICATION.request and MLME-DEAUTHENTICATE.indication
    [all...]

Completed in 884 milliseconds

1 2