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.h290 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
291 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h52 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c252 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
Ddriver_i.h294 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
295 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dibss_rsn.c231 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
Dwpas_glue.c1343 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h2725 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member