Home
last modified time | relevance | path

Searched defs:nan_callbacks (Results 1 – 1 of 1) sorted by relevance

/hostap/src/common/
Dnan_de.h27 struct nan_callbacks { struct
28 void *ctx;
30 int (*tx)(void *ctx, unsigned int freq, unsigned int wait_time,
33 int (*listen)(void *ctx, unsigned int freq, unsigned int duration);
36 void (*discovery_result)(void *ctx, int subscribe_id,
42 void (*replied)(void *ctx, int publish_id, const u8 *peer_addr,
66 const struct nan_callbacks *cb); argument