Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/rsn_supp/
Dwpa_i.h209 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
210 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h51 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Ddriver_i.h222 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
223 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dpreauth_test.c259 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
Dibss_rsn.c171 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
Dwpas_glue.c648 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/tests/
Dtest_wpa.c190 ctx->mlme_setprotection = supp_mlme_setprotection; in supp_init()
/freebsd-9-stable/contrib/wpa/src/drivers/
Ddriver.h944 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member