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

/freebsd-13-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h269 WPA_ASSERT(sm->ctx->mlme_setprotection);
270 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type,
H A Dwpa.h50 int (*mlme_setprotection)(void *ctx, const u8 *addr, member in struct:wpa_sm_ctx
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c246 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
H A Ddriver_i.h279 if (wpa_s->driver->mlme_setprotection)
280 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr,
H A Dibss_rsn.c218 ctx->mlme_setprotection = supp_mlme_setprotection;
H A Dwpas_glue.c1223 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection;
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h2528 * mlme_setprotection - MLME-SETPROTECTION.request primitive
2543 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member in struct:wpa_driver_ops

Completed in 195 milliseconds