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

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h235 WPA_ASSERT(sm->ctx->mlme_setprotection);
236 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h46 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.h235 WPA_ASSERT(sm->ctx->mlme_setprotection);
236 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h46 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.h235 WPA_ASSERT(sm->ctx->mlme_setprotection);
236 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h46 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.h261 if (wpa_s->driver->mlme_setprotection)
262 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.c1069 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2008 * mlme_setprotection - MLME-SETPROTECTION.request primitive
2023 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2008 * mlme_setprotection - MLME-SETPROTECTION.request primitive
2023 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2008 * mlme_setprotection - MLME-SETPROTECTION.request primitive
2023 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops

Completed in 140 milliseconds