Home
last modified time | relevance | path

Searched refs:nl_socket_set_nonblocking (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c113 /* system/core/libnl_2 does not include nl_socket_set_nonblocking() */
114 #undef nl_socket_set_nonblocking macro
115 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
177 nl_socket_set_nonblocking(*handle); in nl80211_register_eloop_read()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c84 /* system/core/libnl_2 does not include nl_socket_set_nonblocking() */
85 #undef nl_socket_set_nonblocking macro
86 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
149 nl_socket_set_nonblocking(*handle); in nl80211_register_eloop_read()

Completed in 26 milliseconds