| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_monitor.c | 148 int encrypt, int noack) in _nl80211_send_monitor() argument 184 if (noack) in _nl80211_send_monitor() 199 int encrypt, int noack) in nl80211_send_monitor() argument 207 res = _nl80211_send_monitor(sock, data, len, encrypt, noack); in nl80211_send_monitor()
|
| H A D | driver_nl80211.h | 387 int encrypt, int noack);
|
| H A D | driver.h | 3914 int noack, unsigned int freq, const u16 *csa_offs,
|
| H A D | driver_nl80211.c | 4924 size_t data_len, int noack, in wpa_driver_nl80211_send_mlme() argument 4948 noack, freq, no_cck, offchanok, wait_time, in wpa_driver_nl80211_send_mlme() 5045 if ((noack || WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT || in wpa_driver_nl80211_send_mlme() 5055 noack); in wpa_driver_nl80211_send_mlme() 5061 use_cookie, no_cck, noack, offchanok, in wpa_driver_nl80211_send_mlme() 11893 size_t data_len, int noack, in driver_nl80211_send_mlme() argument 11900 return wpa_driver_nl80211_send_mlme(bss, data, data_len, noack, in driver_nl80211_send_mlme()
|
| /freebsd/sys/dev/pcf/ |
| H A D | pcf.c | 102 int noack; in pcf_noack() local 107 noack = pcf_get_S1(sc) & LRB; in pcf_noack() 108 if (!noack) in pcf_noack() 113 return (noack); in pcf_noack()
|
| /freebsd/sys/dev/iicbus/ |
| H A D | iicbb.c | 333 int noack, err; in iicbb_getack() local 345 noack = I2C_GETSDA(dev); in iicbb_getack() 346 if (!noack) in iicbb_getack() 355 I2C_DEBUG(printf("%c ", noack ? '-' : '+')); in iicbb_getack() 356 return (noack ? IIC_ENOACK : 0); in iicbb_getack()
|
| /freebsd/contrib/wpa/src/pasn/ |
| H A D | pasn_common.h | 189 int (*send_mgmt)(void *ctx, const u8 *data, size_t data_len, int noack, 286 size_t data_len, int noack,
|
| H A D | pasn_common.c | 47 size_t data_len, int noack, in pasn_register_callbacks() argument
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_tdma.c | 133 setackpolicy(struct ieee80211com *ic, int noack) in setackpolicy() argument 139 wme->wme_chanParams.cap_wmeParams[ac].wmep_noackPolicy = noack; in setackpolicy() 140 wme->wme_wmeChanParams.cap_wmeParams[ac].wmep_noackPolicy = noack; in setackpolicy()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 3252 if (arvif->noack[i]) { in ath10k_new_peer_tid_config() 3253 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config() 3264 arsta->noack[i] = -1; in ath10k_new_peer_tid_config() 3915 bool noack = false; in ath10k_mac_tx_h_fill_cb() local 3935 if (arvif->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3936 noack = true; in ath10k_mac_tx_h_fill_cb() 3941 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3942 noack = true; in ath10k_mac_tx_h_fill_cb() 3944 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_ACK) in ath10k_mac_tx_h_fill_cb() 3945 noack = false; in ath10k_mac_tx_h_fill_cb() [all …]
|
| H A D | core.h | 562 int noack[ATH10K_TID_MAX]; member 641 int noack[ATH10K_TID_MAX]; member
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | proximity_ranging.h | 578 int noack, unsigned int freq, unsigned int wait);
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | pr_supplicant.c | 355 int noack, unsigned int freq, in wpas_pr_pasn_send_mgmt() argument 360 return wpa_drv_send_mlme(wpa_s, data, data_len, noack, freq, wait); in wpas_pr_pasn_send_mgmt()
|
| H A D | driver_i.h | 338 const u8 *data, size_t data_len, int noack, in wpa_drv_send_mlme() argument 343 data, data_len, noack, in wpa_drv_send_mlme()
|
| H A D | pasn_supplicant.c | 75 int noack, unsigned int freq, unsigned int wait) in wpas_pasn_send_mlme() argument 79 return wpa_drv_send_mlme(wpa_s, data, data_len, noack, freq, wait); in wpas_pasn_send_mlme()
|
| H A D | p2p_supplicant.c | 5737 int noack, unsigned int freq, in wpas_p2p_pasn_send_mgmt() argument 5742 return wpa_drv_send_mlme(wpa_s, data, data_len, noack, freq, wait); in wpas_p2p_pasn_send_mgmt()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 873 const void *msg, size_t len, int noack, in hostapd_drv_send_mlme() argument 886 return hapd->driver->send_mlme(hapd->drv_priv, msg, len, noack, 0, in hostapd_drv_send_mlme()
|
| H A D | ap_drv_ops.h | 105 const void *msg, size_t len, int noack,
|
| H A D | beacon.c | 1470 int noack; in handle_probe_req() local 1773 noack = !!(res == WILDCARD_SSID_MATCH && in handle_probe_req() 1788 params.resp, params.resp_len, noack, in handle_probe_req()
|
| H A D | ieee802_11.c | 3703 int noack, unsigned int freq, unsigned int wait) in hapd_pasn_send_mlme() argument
|
| /freebsd/sys/dev/ral/ |
| H A D | rt2661.c | 1424 int error, nsegs, rate, noack = 0; in rt2661_tx_data() local 1441 noack = !! ieee80211_wme_vap_ac_is_noack(vap, ac); in rt2661_tx_data() 1526 if (!noack && !IEEE80211_IS_MULTICAST(wh->i_addr1)) { in rt2661_tx_data()
|
| /freebsd/contrib/wpa/src/p2p/ |
| H A D | p2p.h | 1410 int noack, unsigned int freq, unsigned int wait);
|
| /freebsd/contrib/wpa/src/nan/ |
| H A D | nan_pairing.c | 272 int noack, unsigned int freq, unsigned int wait) in nan_pairing_send_cb() argument
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1012 int mask, noack, retry_long, rtscts, tids, amsdu, ampdu; member
|