Searched defs:nan_callbacks (Results 1 – 1 of 1) sorted by relevance
/hostap/src/common/ |
D | nan_de.h | 27 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
|