Searched refs:no_ack (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.c | 170 int no_cck, int no_ack, int offchanok, 8111 int save_cookie, int no_cck, int no_ack, in nl80211_send_frame_cmd() argument 8122 freq, wait, no_cck, no_ack, offchanok); in nl80211_send_frame_cmd() 8132 (no_ack && nla_put_flag(msg, NL80211_ATTR_DONT_WAIT_FOR_ACK)) || in nl80211_send_frame_cmd() 8147 "cookie 0x%llx", no_ack ? " (no ACK)" : "", in nl80211_send_frame_cmd() 8151 drv->send_frame_cookie = no_ack ? (u64) -1 : cookie; in nl80211_send_frame_cmd()
|