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

/freebsd-9.3-release/contrib/wpa/src/common/
H A Dwpa_ctrl.c61 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) argument
109 res = os_strlcpy(ctrl->dest.sun_path, ctrl_path,
140 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) argument
342 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path) argument
355 if (ctrl_path == NULL)
359 ctrl_path);
361 if (ctrl_path == NULL)
365 ctrl_path);
H A Dwpa_ctrl.h106 * @ctrl_path: Path for UNIX domain sockets; ignored if UDP sockets are used.
110 * ctrl_path is usually /var/run/wpa_supplicant or /var/run/hostapd. This path
114 struct wpa_ctrl * wpa_ctrl_open(const char *ctrl_path);

Completed in 100 milliseconds