Searched refs:mlme_setprotection (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 229 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection() 230 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
|
D | wpa.h | 46 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 243 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
|
D | driver_i.h | 261 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection() 262 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
|
D | ibss_rsn.c | 218 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
|
D | wpas_glue.c | 1069 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2023 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member
|