/hostap-latest/src/pasn/ |
D | pasn_common.h | 142 int (*send_mgmt)(void *ctx, const u8 *data, size_t data_len, int noack, 189 size_t data_len, int noack,
|
D | pasn_common.c | 37 size_t data_len, int noack, in pasn_register_callbacks() argument
|
/hostap-latest/tests/fuzzing/pasn-init/ |
D | pasn-init.c | 22 int noack, unsigned int freq, unsigned int wait) in pasn_send_mgmt() argument
|
/hostap-latest/tests/fuzzing/pasn-resp/ |
D | pasn-resp.c | 45 int noack, unsigned int freq, unsigned int wait) in pasn_send_mgmt() argument
|
/hostap-latest/src/drivers/ |
D | driver_nl80211_monitor.c | 451 int encrypt, int noack) in nl80211_send_monitor() argument 493 if (noack) in nl80211_send_monitor()
|
D | driver_zephyr.h | 290 size_t data_len, int noack,
|
D | driver_nl80211.h | 342 int encrypt, int noack);
|
D | driver_zephyr.c | 26 int wpa_drv_zep_send_mlme(void *priv, const u8 *data, size_t data_len, int noack, 2480 int wpa_drv_zep_send_mlme(void *priv, const u8 *data, size_t data_len, int noack, in wpa_drv_zep_send_mlme() argument 2506 ret = dev_ops->send_mlme(if_ctx->dev_priv, data, data_len, noack, freq, 0, 0, wait, 0); in wpa_drv_zep_send_mlme()
|
D | driver_hostap.c | 264 static int hostap_send_mlme(void *priv, const u8 *msg, size_t len, int noack, in hostap_send_mlme() argument
|
D | driver_nl80211.c | 4242 size_t data_len, int noack, in wpa_driver_nl80211_send_mlme() argument 4264 noack, freq, no_cck, offchanok, wait_time, in wpa_driver_nl80211_send_mlme() 4367 noack); in wpa_driver_nl80211_send_mlme() 4370 if ((noack || WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT || in wpa_driver_nl80211_send_mlme() 4382 noack); in wpa_driver_nl80211_send_mlme() 4390 use_cookie, no_cck, noack, offchanok, in wpa_driver_nl80211_send_mlme() 10866 size_t data_len, int noack, in driver_nl80211_send_mlme() argument 10873 return wpa_driver_nl80211_send_mlme(bss, data, data_len, noack, in driver_nl80211_send_mlme()
|
D | driver.h | 3393 int noack, unsigned int freq, const u16 *csa_offs,
|
D | driver_atheros.c | 1967 int noack, unsigned int freq, in atheros_send_mgmt() argument
|
/hostap-latest/wpa_supplicant/ |
D | pasn_supplicant.c | 43 int noack, unsigned int freq, unsigned int wait) in wpas_pasn_send_mlme() argument 47 return wpa_drv_send_mlme(wpa_s, data, data_len, noack, freq, wait); in wpas_pasn_send_mlme()
|
D | driver_i.h | 325 const u8 *data, size_t data_len, int noack, in wpa_drv_send_mlme() argument 330 data, data_len, noack, in wpa_drv_send_mlme()
|
/hostap-latest/src/ap/ |
D | ap_drv_ops.c | 846 const void *msg, size_t len, int noack, in hostapd_drv_send_mlme() argument 859 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack, 0, in hostapd_drv_send_mlme()
|
D | ap_drv_ops.h | 105 const void *msg, size_t len, int noack,
|
D | beacon.c | 1431 int noack; in handle_probe_req() local 1701 noack = !!(res == WILDCARD_SSID_MATCH && in handle_probe_req() 1715 ret = hostapd_drv_send_mlme(hapd, params.resp, params.resp_len, noack, in handle_probe_req()
|
D | ieee802_11.c | 2632 int noack, unsigned int freq, unsigned int wait) in hapd_pasn_send_mlme() argument
|