/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() 354 I2C_DEBUG(printf("%c ", noack ? '-' : '+')); in iicbb_getack() 355 return (noack ? IIC_ENOACK : 0); in iicbb_getack()
|
/freebsd/contrib/wpa/src/pasn/ |
H A 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,
|
H A D | pasn_common.c | 37 size_t data_len, int noack, in pasn_register_callbacks() argument
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_monitor.c | 451 int encrypt, int noack) in nl80211_send_monitor() argument 493 if (noack) in nl80211_send_monitor()
|
H A D | driver_nl80211.h | 341 int encrypt, int noack);
|
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_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() 10808 size_t data_len, int noack, in driver_nl80211_send_mlme() argument 10815 return wpa_driver_nl80211_send_mlme(bss, data, data_len, noack, in driver_nl80211_send_mlme()
|
H A D | driver.h | 3371 int noack, unsigned int freq, const u16 *csa_offs,
|
H A D | driver_atheros.c | 1967 int noack, unsigned int freq, in atheros_send_mgmt() 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 | 3230 if (arvif->noack[i]) { in ath10k_new_peer_tid_config() 3231 arg.ack_policy = arvif->noack[i]; in ath10k_new_peer_tid_config() 3242 arsta->noack[i] = -1; in ath10k_new_peer_tid_config() 3893 bool noack = false; in ath10k_mac_tx_h_fill_cb() local 3913 if (arvif->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3914 noack = true; in ath10k_mac_tx_h_fill_cb() 3919 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_NOACK) in ath10k_mac_tx_h_fill_cb() 3920 noack = true; in ath10k_mac_tx_h_fill_cb() 3922 if (arsta->noack[tid] == WMI_PEER_TID_CONFIG_ACK) in ath10k_mac_tx_h_fill_cb() 3923 noack = false; in ath10k_mac_tx_h_fill_cb() [all …]
|
H A D | core.h | 558 int noack[ATH10K_TID_MAX]; member 637 int noack[ATH10K_TID_MAX]; member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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()
|
H A 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()
|
/freebsd/contrib/wpa/src/ap/ |
H A 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()
|
H A D | ap_drv_ops.h | 105 const void *msg, size_t len, int noack,
|
H A D | beacon.c | 1349 int noack; in handle_probe_req() local 1619 noack = !!(res == WILDCARD_SSID_MATCH && in handle_probe_req() 1633 ret = hostapd_drv_send_mlme(hapd, params.resp, params.resp_len, noack, in handle_probe_req()
|
H A D | ieee802_11.c | 2630 int noack, unsigned int freq, unsigned int wait) in hapd_pasn_send_mlme() argument
|
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 1422 int error, nsegs, rate, noack = 0; in rt2661_tx_data() local 1439 noack = !! ieee80211_wme_vap_ac_is_noack(vap, ac); in rt2661_tx_data() 1524 if (!noack && !IEEE80211_IS_MULTICAST(wh->i_addr1)) { in rt2661_tx_data()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1100 int mask, noack, retry_long, rtscts, tids, amsdu, ampdu; member
|