Searched refs:send_action (Results 1 - 25 of 26) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h352 if (wpa_s->driver->send_action)
353 return wpa_s->driver->send_action(wpa_s->drv_priv, freq,
H A Dp2p_supplicant.c2740 p2p.send_action = wpas_send_action;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c629 if (hapd->driver == NULL || hapd->driver->send_action == NULL)
631 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c629 if (hapd->driver == NULL || hapd->driver->send_action == NULL)
631 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c629 if (hapd->driver == NULL || hapd->driver->send_action == NULL)
631 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst,
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h439 * send_action - Transmit an Action frame
456 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member in struct:p2p_config
465 * started with send_action() has been completed, i.e., when there is
1231 * that was requested with struct p2p_config::send_action() callback.
H A Dp2p_group.c848 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
H A Dp2p.c918 p2p->cfg->send_action(p2p->cfg->cb_ctx,
4162 return p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h439 * send_action - Transmit an Action frame
456 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member in struct:p2p_config
465 * started with send_action() has been completed, i.e., when there is
1231 * that was requested with struct p2p_config::send_action() callback.
H A Dp2p_group.c848 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
H A Dp2p.c918 p2p->cfg->send_action(p2p->cfg->cb_ctx,
4162 return p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h439 * send_action - Transmit an Action frame
456 int (*send_action)(void *ctx, unsigned int freq, const u8 *dst, member in struct:p2p_config
465 * started with send_action() has been completed, i.e., when there is
1231 * that was requested with struct p2p_config::send_action() callback.
H A Dp2p_group.c848 if (p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, m->addr,
H A Dp2p.c918 p2p->cfg->send_action(p2p->cfg->cb_ctx,
4162 return p2p->cfg->send_action(p2p->cfg->cb_ctx, freq, dst, src, bssid,
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1963 * send_action - Transmit an Action frame
1988 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member in struct:wpa_driver_ops
H A Ddriver_test.c3224 p2p.send_action = test_send_action;
3315 .send_action = wpa_driver_test_send_action,
H A Ddriver_atheros.c2149 .send_action = atheros_send_action,
H A Ddriver_nl80211.c9228 .send_action = wpa_driver_nl80211_send_action,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1963 * send_action - Transmit an Action frame
1988 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member in struct:wpa_driver_ops
H A Ddriver_test.c3224 p2p.send_action = test_send_action;
3315 .send_action = wpa_driver_test_send_action,
H A Ddriver_atheros.c2149 .send_action = atheros_send_action,
H A Ddriver_nl80211.c9228 .send_action = wpa_driver_nl80211_send_action,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1963 * send_action - Transmit an Action frame
1988 int (*send_action)(void *priv, unsigned int freq, unsigned int wait, member in struct:wpa_driver_ops
H A Ddriver_test.c3224 p2p.send_action = test_send_action;
3315 .send_action = wpa_driver_test_send_action,
H A Ddriver_atheros.c2149 .send_action = atheros_send_action,

Completed in 517 milliseconds

12