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

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h213 WPA_ASSERT(sm->ctx->mlme_setprotection);
214 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.h213 WPA_ASSERT(sm->ctx->mlme_setprotection);
214 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.h213 WPA_ASSERT(sm->ctx->mlme_setprotection);
214 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.c246 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
H A Ddriver_i.h223 if (wpa_s->driver->mlme_setprotection)
224 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr,
H A Dibss_rsn.c193 ctx->mlme_setprotection = supp_mlme_setprotection;
H A Dwpas_glue.c870 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c184 ctx->mlme_setprotection = supp_mlme_setprotection;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1402 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1417 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
H A Ddriver_test.c3294 .mlme_setprotection = wpa_driver_test_mlme_setprotection,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1402 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1417 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
H A Ddriver_test.c3294 .mlme_setprotection = wpa_driver_test_mlme_setprotection,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1402 * mlme_setprotection - MLME-SETPROTECTION.request primitive
1417 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
H A Ddriver_test.c3294 .mlme_setprotection = wpa_driver_test_mlme_setprotection,

Completed in 170 milliseconds