Searched defs:no_ack (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_widget.cc1094 bool no_ack = ignore_ack_for_mouse_move_from_debugger_ && local
1096 if (!WebInputEventTraits::IgnoresAckDisposition(*input_event) && !no_ack) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c375 int no_cck, int no_ack, int offchanok);
10555 u64 *cookie_out, int no_cck, int no_ack,
10568 "no_ack=%d offchanok=%d",
10569 freq, wait, no_cck, no_ack, offchanok);
10584 if (no_ack)
10599 "cookie 0x%llx", no_ack ? " (no ACK)" : "",
10603 *cookie_out = no_ack ? (u64) -1 : cookie;
10552 nl80211_send_frame_cmd(struct i802_bss *bss, unsigned int freq, unsigned int wait, const u8 *buf, size_t buf_len, u64 *cookie_out, int no_cck, int no_ack, int offchanok) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c375 int no_cck, int no_ack, int offchanok);
10555 u64 *cookie_out, int no_cck, int no_ack,
10568 "no_ack=%d offchanok=%d",
10569 freq, wait, no_cck, no_ack, offchanok);
10584 if (no_ack)
10599 "cookie 0x%llx", no_ack ? " (no ACK)" : "",
10603 *cookie_out = no_ack ? (u64) -1 : cookie;
10552 nl80211_send_frame_cmd(struct i802_bss *bss, unsigned int freq, unsigned int wait, const u8 *buf, size_t buf_len, u64 *cookie_out, int no_cck, int no_ack, int offchanok) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c375 int no_cck, int no_ack, int offchanok);
10555 u64 *cookie_out, int no_cck, int no_ack,
10568 "no_ack=%d offchanok=%d",
10569 freq, wait, no_cck, no_ack, offchanok);
10584 if (no_ack)
10599 "cookie 0x%llx", no_ack ? " (no ACK)" : "",
10603 *cookie_out = no_ack ? (u64) -1 : cookie;
10552 nl80211_send_frame_cmd(struct i802_bss *bss, unsigned int freq, unsigned int wait, const u8 *buf, size_t buf_len, u64 *cookie_out, int no_cck, int no_ack, int offchanok) argument

Completed in 180 milliseconds