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/
H A 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()
H A Dwpa.h50 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.h56 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dpreauth_test.c246 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
H A 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()
H A Dibss_rsn.c218 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
H A 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/
H A Dpreauth_test.c253 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
H A Ddriver_i.h334 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection()
335 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
H A Dibss_rsn.c239 ctx->mlme_setprotection = supp_mlme_setprotection; in ibss_rsn_supp_init()
H A Dwpas_glue.c1435 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h2551 * mlme_setprotection - MLME-SETPROTECTION.request primitive
2566 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h2951 * mlme_setprotection - MLME-SETPROTECTION.request primitive
2966 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member

Completed in 50 milliseconds