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

  /external/wpa_supplicant_8/src/common/
wpa_ctrl.h 305 * the program has used wpa_ctrl_attach() to register itself as a monitor for
308 * receiving event messages, in other words, call wpa_ctrl_attach() only for
317 * wpa_ctrl_attach - Register as an event monitor for the control interface
322 * wpa_supplicant/hostapd events. After a success wpa_ctrl_attach() call, the
326 int wpa_ctrl_attach(struct wpa_ctrl *ctrl);
336 * wpa_ctrl_attach().
351 * wpa_ctrl_recv() is only used for event messages, i.e., wpa_ctrl_attach()
364 * 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 567 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) function
  /hardware/libhardware_legacy/wifi/
wifi.c 60 int wpa_ctrl_attach(struct wpa_ctrl *ctrl) { return 0; } function
553 if (wpa_ctrl_attach(monitor_conn) != 0) {
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 841 if (wpa_ctrl_attach(ctrl_conn) == 0) {
1116 if (wpa_ctrl_attach(ctrl_conn) == 0) {
1307 if (wpa_ctrl_attach(ctrl_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 172 milliseconds