Searched refs:mlme_setprotection (Results 1 - 17 of 17) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h218 WPA_ASSERT(sm->ctx->mlme_setprotection);
219 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h45 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h218 WPA_ASSERT(sm->ctx->mlme_setprotection);
219 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h45 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h218 WPA_ASSERT(sm->ctx->mlme_setprotection);
219 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h45 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c243 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
H A Ddriver_i.h247 if (wpa_s->driver->mlme_setprotection)
248 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr,
H A Dibss_rsn.c218 ctx->mlme_setprotection = supp_mlme_setprotection;
H A Dwpas_glue.c930 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c180 ctx->mlme_setprotection = supp_mlme_setprotection;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1643 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1658 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
H A Ddriver_test.c2671 .mlme_setprotection = wpa_driver_test_mlme_setprotection,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1643 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1658 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
H A Ddriver_test.c2671 .mlme_setprotection = wpa_driver_test_mlme_setprotection,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1643 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1658 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
H A Ddriver_test.c2671 .mlme_setprotection = wpa_driver_test_mlme_setprotection,

Completed in 1114 milliseconds