Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Ddriver.h660 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member
Dwpa_supplicant_i.h629 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
630 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dwpa_i.h217 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h82 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
Dpreauth_test.c265 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
Dwpa_supplicant.c2270 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()