/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_monitor.c | 448 int encrypt, int noack) in nl80211_send_monitor() 490 if (noack) in nl80211_send_monitor() 446 nl80211_send_monitor(struct wpa_driver_nl80211_data *drv, const void *data, size_t len, int encrypt, int noack) nl80211_send_monitor() argument
|
H A D | driver_nl80211.h | 264 int encrypt, int noack);
|
H A D | driver_nl80211.c | 3631 int encrypt, int noack, in wpa_driver_nl80211_send_frame() 3656 return nl80211_send_monitor(drv, data, len, encrypt, noack); in wpa_driver_nl80211_send_frame() 3661 &cookie, no_cck, noack, offchanok, in wpa_driver_nl80211_send_frame() 3663 if (res == 0 && !noack) { in wpa_driver_nl80211_send_frame() 3685 size_t data_len, int noack, in wpa_driver_nl80211_send_mlme() 3700 " noack=%d freq=%u no_cck=%d offchanok=%d wait_time=%u fc=0x%x (%s) nlmode=%d", in wpa_driver_nl80211_send_mlme() 3701 MAC2STR(mgmt->da), noack, freq, no_cck, offchanok, wait_time, in wpa_driver_nl80211_send_mlme() 3719 data, data_len, NULL, 1, noack, in wpa_driver_nl80211_send_mlme() 3734 no_cck, noack, offchanok, in wpa_driver_nl80211_send_mlme() 3754 noack, fre in wpa_driver_nl80211_send_mlme() 3629 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time, const u16 *csa_offs, size_t csa_offs_len) wpa_driver_nl80211_send_frame() argument 3684 wpa_driver_nl80211_send_mlme(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time, const u16 *csa_offs, size_t csa_offs_len) wpa_driver_nl80211_send_mlme() argument 8669 driver_nl80211_send_mlme(void *priv, const u8 *data, size_t data_len, int noack, unsigned int freq, const u16 *csa_offs, size_t csa_offs_len) driver_nl80211_send_mlme() argument [all...] |
H A D | wpa_hal.c | 1135 static int32_t WifiWpaSendMlme(void *priv, const uint8_t *data, size_t dataLen, int32_t noack, uint32_t freq, in WifiWpaSendMlme() argument 1146 (void)noack; in WifiWpaSendMlme()
|
H A 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
|
H A D | driver.h | 2587 * @noack: Do not wait for this frame to be acked (disable retries) 2595 int noack, unsigned int freq, const u16 *csa_offs,
|
H A D | driver_atheros.c | 1979 int noack, unsigned int freq, in atheros_send_mgmt() 1978 atheros_send_mgmt(void *priv, const u8 *frm, size_t data_len, int noack, unsigned int freq, const u16 *csa_offs, size_t csa_offs_len) atheros_send_mgmt() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_monitor.c | 451 int encrypt, int noack) in nl80211_send_monitor() 493 if (noack) in nl80211_send_monitor() 449 nl80211_send_monitor(struct wpa_driver_nl80211_data *drv, const void *data, size_t len, int encrypt, int noack) nl80211_send_monitor() argument
|
H A D | driver_nl80211.h | 310 int encrypt, int noack);
|
H A D | driver_nl80211.c | 4220 size_t data_len, int noack, in wpa_driver_nl80211_send_mlme() 4237 " noack=%d freq=%u no_cck=%d offchanok=%d wait_time=%u no_encrypt=%d fc=0x%x (%s) nlmode=%d", in wpa_driver_nl80211_send_mlme() 4238 MAC2STR_SEC(mgmt->da), noack, freq, no_cck, offchanok, wait_time, in wpa_driver_nl80211_send_mlme() 4339 noack); in wpa_driver_nl80211_send_mlme() 4342 if (noack || WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT || in wpa_driver_nl80211_send_mlme() 4353 noack); in wpa_driver_nl80211_send_mlme() 4361 use_cookie, no_cck, noack, offchanok, in wpa_driver_nl80211_send_mlme() 9980 size_t data_len, int noack, 9986 return wpa_driver_nl80211_send_mlme(bss, data, data_len, noack, 4219 wpa_driver_nl80211_send_mlme(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time, const u16 *csa_offs, size_t csa_offs_len, int no_encrypt) wpa_driver_nl80211_send_mlme() argument 9979 driver_nl80211_send_mlme(void *priv, const u8 *data, size_t data_len, int noack, unsigned int freq, const u16 *csa_offs, size_t csa_offs_len, int no_encrypt, unsigned int wait) global() argument
|
H A D | wpa_hal.c | 1138 static int32_t WifiWpaSendMlme(void *priv, const uint8_t *data, size_t dataLen, int32_t noack, uint32_t freq, in WifiWpaSendMlme() argument 1149 (void)noack; in WifiWpaSendMlme()
|
H A 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
|
H A D | driver.h | 2987 * @noack: Do not wait for this frame to be acked (disable retries) 2998 int noack, unsigned int freq, const u16 *csa_offs,
|
H A D | driver_atheros.c | 1966 int noack, unsigned int freq, in atheros_send_mgmt() 1965 atheros_send_mgmt(void *priv, const u8 *frm, size_t data_len, int noack, unsigned int freq, const u16 *csa_offs, size_t csa_offs_len, int no_encrypt, unsigned int wait) atheros_send_mgmt() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 95 const void *msg, size_t len, int noack); 97 const void *msg, size_t len, int noack,
|
H A D | ap_drv_ops.c | 691 const void *msg, size_t len, int noack) in hostapd_drv_send_mlme() 695 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack, 0, in hostapd_drv_send_mlme() 701 const void *msg, size_t len, int noack, in hostapd_drv_send_mlme_csa() 706 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack, 0, in hostapd_drv_send_mlme_csa() 690 hostapd_drv_send_mlme(struct hostapd_data *hapd, const void *msg, size_t len, int noack) hostapd_drv_send_mlme() argument 700 hostapd_drv_send_mlme_csa(struct hostapd_data *hapd, const void *msg, size_t len, int noack, const u16 *csa_offs, size_t csa_offs_len) hostapd_drv_send_mlme_csa() argument
|
H A D | beacon.c | 739 int noack; in handle_probe_req() local 974 noack = !!(res == WILDCARD_SSID_MATCH && in handle_probe_req() 988 ret = hostapd_drv_send_mlme_csa(hapd, resp, resp_len, noack, in handle_probe_req()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.h | 702 * initialized. If |noack| is non-zero, SETTINGS with ACK will not be 704 * with ACK will not be submitted regardless of |noack|. 718 nghttp2_frame *frame, int noack);
|
H A D | nghttp2_session.c | 4732 nghttp2_frame *frame, int noack) { in nghttp2_session_on_settings_received() 4915 if (!noack && !session_is_closing(session)) { in nghttp2_session_on_settings_received() 4731 nghttp2_session_on_settings_received(nghttp2_session *session, nghttp2_frame *frame, int noack) nghttp2_session_on_settings_received() argument
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.h | 692 * initialized. If |noack| is non-zero, SETTINGS with ACK will not be 694 * with ACK will not be submitted regardless of |noack|. 708 nghttp2_frame *frame, int noack);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 306 const u8 *data, size_t data_len, int noack, in wpa_drv_send_mlme() 311 data, data_len, noack, in wpa_drv_send_mlme() 305 wpa_drv_send_mlme(struct wpa_supplicant *wpa_s, const u8 *data, size_t data_len, int noack, unsigned int freq) wpa_drv_send_mlme() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 721 const void *msg, size_t len, int noack, in hostapd_drv_send_mlme() 727 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack, 0, in hostapd_drv_send_mlme() 720 hostapd_drv_send_mlme(struct hostapd_data *hapd, const void *msg, size_t len, int noack, const u16 *csa_offs, size_t csa_offs_len, int no_encrypt) hostapd_drv_send_mlme() argument
|
H A D | beacon.c | 849 int noack; in handle_probe_req() local 1089 noack = !!(res == WILDCARD_SSID_MATCH && in handle_probe_req() 1103 ret = hostapd_drv_send_mlme(hapd, resp, resp_len, noack, in handle_probe_req()
|
H A D | ap_drv_ops.h | 99 const void *msg, size_t len, int noack,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 361 const u8 *data, size_t data_len, int noack, in wpa_drv_send_mlme() 366 data, data_len, noack, in wpa_drv_send_mlme() 360 wpa_drv_send_mlme(struct wpa_supplicant *wpa_s, const u8 *data, size_t data_len, int noack, unsigned int freq, unsigned int wait) wpa_drv_send_mlme() argument
|