Searched refs:no_ack (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 179 int no_cck, int no_ack, int offchanok); 6105 u64 *cookie_out, int no_cck, int no_ack, in nl80211_send_frame_cmd() argument 6115 freq, wait, no_cck, no_ack, offchanok); in nl80211_send_frame_cmd() 6125 (no_ack && nla_put_flag(msg, NL80211_ATTR_DONT_WAIT_FOR_ACK)) || in nl80211_send_frame_cmd() 6138 "cookie 0x%llx", no_ack ? " (no ACK)" : "", in nl80211_send_frame_cmd() 6142 *cookie_out = no_ack ? (u64) -1 : cookie; in nl80211_send_frame_cmd()
|