Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h213 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
214 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h45 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.h234 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
235 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dwpas_glue.c877 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
Dibss_rsn.c218 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c184 ctx->mlme_setprotection = supp_mlme_setprotection; in supp_init()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1487 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member
Ddriver_test.c3300 .mlme_setprotection = wpa_driver_test_mlme_setprotection,