Searched refs:send_tdls_mgmt (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h287 if (sm->ctx->send_tdls_mgmt)
288 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code,
H A Dwpa.h56 int (*send_tdls_mgmt)(void *ctx, const u8 *dst, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h287 if (sm->ctx->send_tdls_mgmt)
288 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code,
H A Dwpa.h56 int (*send_tdls_mgmt)(void *ctx, const u8 *dst, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h287 if (sm->ctx->send_tdls_mgmt)
288 return sm->ctx->send_tdls_mgmt(sm->ctx->ctx, dst, action_code,
H A Dwpa.h56 int (*send_tdls_mgmt)(void *ctx, const u8 *dst, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h537 if (wpa_s->driver->send_tdls_mgmt) {
538 return wpa_s->driver->send_tdls_mgmt(wpa_s->drv_priv, dst,
H A Dwpas_glue.c1077 ctx->send_tdls_mgmt = wpa_supplicant_send_tdls_mgmt;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1636 /* TDLS peer capabilities for send_tdls_mgmt() */
2847 * send_tdls_mgmt - for sending TDLS management packets
2862 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code, member in struct:wpa_driver_ops
H A Ddriver_nl80211.c9169 .send_tdls_mgmt = nl80211_send_tdls_mgmt,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1636 /* TDLS peer capabilities for send_tdls_mgmt() */
2847 * send_tdls_mgmt - for sending TDLS management packets
2862 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code, member in struct:wpa_driver_ops
H A Ddriver_nl80211.c9169 .send_tdls_mgmt = nl80211_send_tdls_mgmt,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1636 /* TDLS peer capabilities for send_tdls_mgmt() */
2847 * send_tdls_mgmt - for sending TDLS management packets
2862 int (*send_tdls_mgmt)(void *priv, const u8 *dst, u8 action_code, member in struct:wpa_driver_ops
H A Ddriver_nl80211.c9169 .send_tdls_mgmt = nl80211_send_tdls_mgmt,

Completed in 429 milliseconds