Searched defs:cookie_out (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c10555 u64 *cookie_out, int no_cck, int no_ack,
10602 if (cookie_out)
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.c10555 u64 *cookie_out, int no_cck, int no_ack,
10602 if (cookie_out)
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.c10555 u64 *cookie_out, int no_cck, int no_ack,
10602 if (cookie_out)
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 207 milliseconds