HomeSort by relevance Sort by last modified time
    Searched full:wpa_ctrl_attach (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 236 * the program has used wpa_ctrl_attach() to register itself as a monitor for
239 * receiving event messages, in other words, call wpa_ctrl_attach() only for
248 * wpa_ctrl_attach - Register as an event monitor for the control interface
253 * wpa_supplicant/hostapd events. After a success wpa_ctrl_attach() call, the
257 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
267 * wpa_ctrl_attach().
282 * wpa_ctrl_recv() is only used for event messages, i.e., wpa_ctrl_attach()
295 * only used for event messages, i.e., wpa_ctrl_attach() must have been used to
wpa_ctrl.c 504 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) function
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 750 if (wpa_ctrl_attach(ctrl_conn) == 0) {
958 if (wpa_ctrl_attach(ctrl_conn) == 0) {
1149 if (wpa_ctrl_attach(ctrl_conn) == 0) {
  /hardware/libhardware_legacy/wifi/
wifi.c 616 if (wpa_ctrl_attach(monitor_conn) != 0) {
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 356 if (wpa_ctrl_attach(mon_conn) == 0) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 383 if (wpa_ctrl_attach(monitor_conn)) {
    [all...]

Completed in 498 milliseconds