Searched refs:mlme_setprotection (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant/ |
D | driver.h | 660 int (*mlme_setprotection)(void *priv, const u8 *addr, int protect_type, member
|
D | wpa_supplicant_i.h | 629 if (wpa_s->driver->mlme_setprotection) in wpa_drv_mlme_setprotection() 630 return wpa_s->driver->mlme_setprotection(wpa_s->drv_priv, addr, in wpa_drv_mlme_setprotection()
|
D | wpa_i.h | 217 return sm->ctx->mlme_setprotection(sm->ctx->ctx, addr, protect_type, in wpa_sm_mlme_setprotection()
|
D | wpa.h | 82 int (*mlme_setprotection)(void *ctx, const u8 *addr, member
|
D | preauth_test.c | 265 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_init_conf()
|
D | wpa_supplicant.c | 2270 ctx->mlme_setprotection = wpa_supplicant_mlme_setprotection; in wpa_supplicant_init_wpa()
|