Searched refs:send_tdls_mgmt (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa_i.h | 392 if (sm->ctx->send_tdls_mgmt) in wpa_sm_send_tdls_mgmt() 393 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code, in wpa_sm_send_tdls_mgmt()
|
H A D | wpa.h | 64 int (*send_tdls_mgmt)(void *ctx, const u8 *dst, member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | driver_i.h | 583 if (wpa_s->driver->send_tdls_mgmt) { in wpa_drv_send_tdls_mgmt() 584 return wpa_s->driver->send_tdls_mgmt(wpa_s->drv_priv, dst, in wpa_drv_send_tdls_mgmt()
|
H A D | wpas_glue.c | 1477 ctx->send_tdls_mgmt = wpa_supplicant_send_tdls_mgmt; in wpa_supplicant_init_wpa()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 4217 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code, member
|
H A D | driver_nl80211.c | 14074 .send_tdls_mgmt = nl80211_send_tdls_mgmt,
|