Home
last modified time | relevance | path

Searched refs:mlme_setprotection (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h260 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
261 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h49 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c246 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
Ddriver_i.h269 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
270 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dibss_rsn.c218 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
Dwpas_glue.c1215 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h2377 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member