Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A 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);
59 const struct nan_callbacks *cb); argument