Searched defs:nan_callbacks (Results 1 – 1 of 1) sorted by relevance
821 struct nan_callbacks { struct823 void (*os_if_nan_event_handler)(struct nan_event_params *nan_event);824 void (*os_if_ndp_event_handler)(struct wlan_objmgr_psoc *psoc,827 void (*ucfg_nan_request_process_cb)(void *cookie);828 int (*ndi_open)(const char *iface_name, bool is_add_virtual_iface);829 int (*ndi_set_mode)(const char *iface_name);830 int (*ndi_start)(const char *iface_name, uint16_t);831 void (*ndi_close)(uint8_t);832 int (*ndi_delete)(uint8_t, const char *iface_name, uint16_t transaction_id);833 void (*drv_ndi_create_rsp_handler)[all …]