HomeSort by relevance Sort by last modified time
    Searched refs:mlme_setprotection (Results 1 - 22 of 22) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 203 WPA_ASSERT(sm->ctx->mlme_setprotection);
204 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
wpa.h 58 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
  /external/wpa_supplicant/
driver.h 645 * mlme_setprotection - MLME-SETPROTECTION.request primitive
660 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
wpa_supplicant_i.h 629 if (wpa_s->driver->mlme_setprotection)
630 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr,
preauth_test.c 265 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
wpa.h 82 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
wpa_i.h 217 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_i.h 216 WPA_ASSERT(sm->ctx->mlme_setprotection);
217 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
wpa.h 51 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 257 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
wpa_supplicant_i.h 661 if (wpa_s->driver->mlme_setprotection)
662 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr,
wpas_glue.c 606 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 259 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
driver_i.h 222 if (wpa_s->driver->mlme_setprotection)
223 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr,
ibss_rsn.c 187 ctx->mlme_setprotection = supp_mlme_setprotection;
wpas_glue.c 699 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 807 * mlme_setprotection - MLME-SETPROTECTION.request primitive
822 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 204 ctx->mlme_setprotection = supp_mlme_setprotection;
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 190 ctx->mlme_setprotection = supp_mlme_setprotection;
  /external/wpa_supplicant_8/src/drivers/
driver.h 1057 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1072 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
    [all...]
driver_test.c     [all...]

Completed in 79 milliseconds