Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h334 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
335 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
H A Dwpa.h54 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c254 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
H A Ddriver_i.h298 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
299 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
H A Dibss_rsn.c232 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
H A Dwpas_glue.c1469 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3338 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member