[原创]WPA_SUPPLICANT源码分析(1):EVENT LOOP的实现-土豆和 ... 2012年4月3日 - WPA_SUPPLICANT的程序的生命就是在运行一个EVENT LOOP, 等待各 ... 如果eloop.terminate为零,只要timeout链表或者任一个Socket不为空, ...
[原创]WPA_SUPPLICANT源码分析(1):EVENT LOOP的实现-wwxbei ... 2012年3月10日 - WPA_SUPPLICANT的程序的生命就是在运行一个EVENT LOOP, 等待各 ... 如果eloop.terminate为零,只要timeout链表或者任一个Socket不为空, ...
wpa_supplicant之eloop_run分析 - 博客园 2013年8月18日 - 关键点:一个成员变量:static struct eloop_data eloop; .... 我也只是涉及wpa_supplicant与HAL等通过socket发送/接收消息的流程,所以这里只分析 ...
wpa_supplicant: eloop.h File Reference 2013年1月11日 - eloop_event_handler - eloop generic event callback type : Registered callback context data (eloop_data) : Registered callback context data ...
eloop.h - platform/external/wpa_supplicant - Git at Google The handler function is responsible for clearing the event after; * having processed it in order to avoid eloop from calling the handler again; * for the same event.
eloop.h - Netmite The handler function is responsible for clearing the event after * having processed it in order to avoid eloop from calling the handler again * for the same event.