HomeSort by: relevance | last modified time | path
    Searched refs:wpa_ctrl_attach (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
libwpa_test.c 20 if (wpa_ctrl_attach(ctrl) == 0)
wpa_cli.c 185 if (wpa_ctrl_attach(mon_conn) == 0) {
4506 if (wpa_ctrl_attach(mon_conn) == 0) {
5169 if (wpa_ctrl_attach(ctrl_conn) != 0)
5188 if (wpa_ctrl_attach(ctrl_conn) == 0) {
  /src/external/bsd/wpa/dist/src/common/
wpa_ctrl.h 570 * the program has used wpa_ctrl_attach() to register itself as a monitor for
573 * receiving event messages, in other words, call wpa_ctrl_attach() only for
582 * wpa_ctrl_attach - Register as an event monitor for the control interface
587 * wpa_supplicant/hostapd events. After a success wpa_ctrl_attach() call, the
591 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
601 * wpa_ctrl_attach().
617 * wpa_ctrl_recv() is only used for event messages, i.e., wpa_ctrl_attach()
630 * only used for event messages, i.e., wpa_ctrl_attach() must have been used to
wpa_helpers.c 90 if (wpa_ctrl_attach(ctrl) < 0) {
wpa_ctrl.c 609 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) function
  /src/external/bsd/wpa/dist/hostapd/
hostapd_cli.c 175 if (wpa_ctrl_attach(ctrl_conn) == 0) {
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 399 if (wpa_ctrl_attach(monitor_conn)) {

Completed in 32 milliseconds