Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h269 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
270 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h50 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h324 WPA_ASSERT(sm->ctx->mlme_setprotection); in wpa_sm_mlme_setprotection()
325 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
Dwpa.h52 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dpreauth_test.c246 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
Ddriver_i.h279 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
280 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dibss_rsn.c218 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
Dwpas_glue.c1227 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpreauth_test.c253 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
Ddriver_i.h326 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
327 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
Dibss_rsn.c231 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
Dwpas_glue.c1409 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h2566 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h2869 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member