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

1 2

  /external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/
network_WiFi_RoamSuspendTimeout.py 46 logging.info("- Suspend & deauthenticate during suspend.")
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 184 WPA_ASSERT(sm->ctx->deauthenticate);
185 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 87 "MLME-DEAUTHENTICATE.indication(" MACSTR ", %d)",
ctrl_iface_ap.c 384 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DEAUTHENTICATE %s",
sta_info.c 822 wpa_printf(MSG_DEBUG, "%s: deauthenticate STA " MACSTR,
    [all...]
hostapd.c 146 * Deauthenticate all stations since the new configuration may not
506 "Deauthenticate all stations");
    [all...]
ieee802_1x.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 234 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
driver_i.h 184 if (wpa_s->driver->deauthenticate) {
185 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr,
ibss_rsn.c 220 ctx->deauthenticate = supp_deauthenticate;
wpas_glue.c 1201 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
    [all...]
wpa_cli.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 357 printf("Invalid 'deauthenticate' command - exactly one "
362 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s %s",
365 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s", argv[0]);
    [all...]
ChangeLog     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
WiFi.h     [all...]
  /external/iw/
util.c 191 [NL80211_CMD_DEAUTHENTICATE] = "deauthenticate",
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 825 .deauthenticate = wpa_driver_privsep_deauthenticate,
driver.h 2220 int (*deauthenticate)(void *priv, const u8 *addr, int reason_code); member in struct:wpa_driver_ops
    [all...]
driver_nl80211_event.c 708 wpa_printf(MSG_DEBUG, "nl80211: Deauthenticate event");
833 wpa_printf(MSG_DEBUG, "nl80211: Unprot Deauthenticate event");
    [all...]
driver_bsd.c     [all...]
  /external/syslinux/gpxe/src/net/80211/
wpa.c 47 * Return an error code and deauthenticate
  /external/autotest/client/deps/iwcap/src/
nl80211.h 214 * MLME-DEAUTHENTICATION.request and MLME-DEAUTHENTICATE.indication
    [all...]
  /external/autotest/server/
site_linux_router.py     [all...]

Completed in 641 milliseconds

1 2