typedef void (* mac_callback_t)(void *ptr, int status, int transmissions);
What this typedef is defining here? I am nt able to understand.
typedef void (* mac_callback_t)(void *ptr, int status, int transmissions);
What this typedef is defining here? I am nt able to understand.