Structure representing an internal Wi-Fi callback entry.

Public Attributes#

Legacy callback function pointer (deprecated)

Enhanced callback function pointer with status code support.

void *

User-provided argument passed to the callback function.

Public Attribute Documentation#

function#

sl_wifi_callback_function_t sli_wifi_callback_entry_t::function

Legacy callback function pointer (deprecated)


function_v2#

sl_wifi_callback_function_v2_t sli_wifi_callback_entry_t::function_v2

Enhanced callback function pointer with status code support.


arg#

void* sli_wifi_callback_entry_t::arg

User-provided argument passed to the callback function.