/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa_i.h | 126 WPA_ASSERT(sm->ctx->deauthenticate); 127 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code);
|
wpa.h | 39 void (*deauthenticate)(void * ctx, int reason_code); member in struct:wpa_sm_ctx
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_i.h | 142 WPA_ASSERT(sm->ctx->deauthenticate); 143 sm->ctx->deauthenticate(sm->ctx->ctx, reason_code);
|
wpa.h | 26 void (*deauthenticate)(void * ctx, int reason_code); member in struct:wpa_sm_ctx
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 65 " deauthenticate <addr> deauthenticate a station\n" 293 printf("Invalid 'deauthenticate' command - exactly one " 298 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s %s", 301 os_snprintf(buf, sizeof(buf), "DEAUTHENTICATE %s", argv[0]); 713 { "deauthenticate", hostapd_cli_cmd_deauthenticate },
|
ctrl_iface.c | 215 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "CTRL_IFACE DEAUTHENTICATE %s", 893 } else if (os_strncmp(buf, "DEAUTHENTICATE ", 15) == 0) {
|
/external/wpa_supplicant_8/src/ap/ |
ap_mlme.c | 81 "MLME-DEAUTHENTICATE.indication(" MACSTR ", %d)",
|
hostapd.c | 104 * Deauthenticate all stations since the new configuration may not 350 wpa_dbg(hapd->msg_ctx, MSG_DEBUG, "Deauthenticate all stations");
|
/external/wpa_supplicant_8/wpa_supplicant/ |
driver_i.h | 135 if (wpa_s->driver->deauthenticate) { 136 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr,
|
preauth_test.c | 240 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
|
ibss_rsn.c | 195 ctx->deauthenticate = supp_deauthenticate;
|
/external/wpa_supplicant_6/wpa_supplicant/ |
preauth_test.c | 244 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
|
wpa_supplicant_i.h | 563 if (wpa_s->driver->deauthenticate) { 564 return wpa_s->driver->deauthenticate(wpa_s->drv_priv, addr,
|
wpas_glue.c | 591 ctx->deauthenticate = _wpa_supplicant_deauthenticate;
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndiswrapper.c | 357 .deauthenticate = wpa_ndiswrapper_deauthenticate,
|
driver_prism54.c | 375 .deauthenticate = wpa_driver_prism54_deauthenticate,
|
driver.h | 613 * deauthenticate - Request driver to deauthenticate 621 int (*deauthenticate)(void *priv, const u8 *addr, int reason_code); member in struct:wpa_driver_ops [all...] |
driver_atmel.c | 502 .deauthenticate = wpa_driver_atmel_deauthenticate,
|
driver_ipw.c | 456 .deauthenticate = wpa_driver_ipw_deauthenticate,
|
driver_broadcom.c | 601 .deauthenticate = wpa_driver_broadcom_deauthenticate,
|
driver_hostap.c | 506 .deauthenticate = wpa_driver_hostap_deauthenticate,
|
driver_madwifi.c | 595 .deauthenticate = wpa_driver_madwifi_deauthenticate,
|
/external/wpa_supplicant_8/src/drivers/ |
driver_privsep.c | 738 .deauthenticate = wpa_driver_privsep_deauthenticate,
|
driver.h | 1125 * deauthenticate - Request driver to deauthenticate 1133 int (*deauthenticate)(void *priv, const u8 *addr, int reason_code); member in struct:wpa_driver_ops [all...] |
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
ipc_event.c | 177 os_error_printf(CU_MSG_ERROR, "CLI Event - Disassociated due to AP deAuthenticate packet with reason = %d\n", pDisAssoc->uStatusCode);
|