Home
last modified time | relevance | path

Searched refs:noack (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/pcf/
H A Dpcf.c102 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 Diicbb.c333 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 Dpasn_common.h142 int (*send_mgmt)(void *ctx, const u8 *data, size_t data_len, int noack,
189 size_t data_len, int noack,
H A Dpasn_common.c37 size_t data_len, int noack, in pasn_register_callbacks() argument
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c451 int encrypt, int noack) in nl80211_send_monitor() argument
493 if (noack) in nl80211_send_monitor()
H A Ddriver_nl80211.h341 int encrypt, int noack);
H A Ddriver_hostap.c264 static int hostap_send_mlme(void *priv, const u8 *msg, size_t len, int noack, in hostap_send_mlme() argument
H A Ddriver_nl80211.c4242 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 Ddriver.h3371 int noack, unsigned int freq, const u16 *csa_offs,
H A Ddriver_atheros.c1967 int noack, unsigned int freq, in atheros_send_mgmt() argument
/freebsd/sys/net80211/
H A Dieee80211_tdma.c133 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 Dmac.c3230 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 Dcore.h558 int noack[ATH10K_TID_MAX]; member
637 int noack[ATH10K_TID_MAX]; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c43 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 Ddriver_i.h325 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 Dap_drv_ops.c846 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 Dap_drv_ops.h105 const void *msg, size_t len, int noack,
H A Dbeacon.c1349 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 Dieee802_11.c2630 int noack, unsigned int freq, unsigned int wait) in hapd_pasn_send_mlme() argument
/freebsd/sys/dev/ral/
H A Drt2661.c1422 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 Dcfg80211.h1100 int mask, noack, retry_long, rtscts, tids, amsdu, ampdu; member