Searched defs:send_and_recv (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c656 static int send_and_recv(struct nl80211_global *global, function
702 return send_and_recv(global, global->nl, msg, valid_handler,
712 return send_and_recv(drv->global, drv->global->nl, msg,
919 ret = send_and_recv(drv->global, w->nl_beacons, msg, NULL, NULL);
4524 ret = send_and_recv(drv->global, nl_handle, msg, NULL, NULL);
4690 ret = send_and_recv(drv->global, bss->nl_mgmt, msg, NULL, NULL);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c656 static int send_and_recv(struct nl80211_global *global, function
702 return send_and_recv(global, global->nl, msg, valid_handler,
712 return send_and_recv(drv->global, drv->global->nl, msg,
919 ret = send_and_recv(drv->global, w->nl_beacons, msg, NULL, NULL);
4524 ret = send_and_recv(drv->global, nl_handle, msg, NULL, NULL);
4690 ret = send_and_recv(drv->global, bss->nl_mgmt, msg, NULL, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c656 static int send_and_recv(struct nl80211_global *global, function
702 return send_and_recv(global, global->nl, msg, valid_handler,
712 return send_and_recv(drv->global, drv->global->nl, msg,
919 ret = send_and_recv(drv->global, w->nl_beacons, msg, NULL, NULL);
4524 ret = send_and_recv(drv->global, nl_handle, msg, NULL, NULL);
4690 ret = send_and_recv(drv->global, bss->nl_mgmt, msg, NULL, NULL);

Completed in 717 milliseconds