Lines Matching refs:impl
59 void WXC_InstallProtocolImpl(WXCProtocolImpl * impl) in WXC_InstallProtocolImpl() argument
64 impl_list = impl; in WXC_InstallProtocolImpl()
65 impl->next = NULL; in WXC_InstallProtocolImpl()
71 if (p == impl) in WXC_InstallProtocolImpl()
77 p->next = impl; in WXC_InstallProtocolImpl()
78 impl->next = NULL; in WXC_InstallProtocolImpl()
274 ret = found->impl->BeaconRecv(protocol, p_desc); in WXC_BeaconRecvHook()
382 WXCProtocolImpl * const impl = WXC_GetCurrentBlockImpl(protocol); in WXC_CallPreConnectHook() local
383 if (impl->PreConnectHook) in WXC_CallPreConnectHook()
385 impl->PreConnectHook(protocol, p_desc, ssid); in WXC_CallPreConnectHook()
403 WXCProtocolImpl * impl) in WXC_InitProtocolRegistry() argument
407 p_data->impl = impl; in WXC_InitProtocolRegistry()