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

  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 334 wpa_supplicant_event(ctx, event, inc_data ? &data : NULL);
354 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &data);
368 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data);
382 wpa_supplicant_event(ctx, EVENT_PMKID_CANDIDATE, &data);
395 wpa_supplicant_event(ctx, EVENT_STKSTART, &data);
412 wpa_supplicant_event(ctx, EVENT_FT_RESPONSE, &data);
463 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS, NULL);
470 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL);
driver_test.c 464 wpa_supplicant_event(drv->ctx, EVENT_TX_STATUS, &event);
511 wpa_supplicant_event(drv->ctx, EVENT_RX_PROBE_REQ, &event);
769 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event);
1257 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC, NULL);
1269 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
    [all...]
driver_wext.c 243 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data);
284 wpa_supplicant_event(ctx, EVENT_ASSOCINFO, &data);
296 wpa_supplicant_event(ctx, EVENT_STKSTART, &data);
319 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE, &data);
346 wpa_supplicant_event(drv->ctx, EVENT_PMKID_CANDIDATE, &data);
411 wpa_supplicant_event(drv->ctx, EVENT_ASSOCINFO, &data);
469 wpa_supplicant_event(drv->ctx, EVENT_DISASSOC,
474 wpa_supplicant_event(drv->ctx, EVENT_ASSOC,
503 wpa_supplicant_event(drv->ctx, EVENT_SCAN_RESULTS,
582 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event)
    [all...]
driver.h 13 * reporting with wpa_supplicant_event() and some convenience helper functions
590 * AP's response using wpa_supplicant_event() with EVENT_FT_RESPONSE
    [all...]
driver_hostap.c 82 wpa_supplicant_event(drv->hapd, EVENT_RX_FROM_UNKNOWN, &event);
136 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event);
193 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
807 wpa_supplicant_event(drv->hapd,
driver_bsd.c 780 wpa_supplicant_event(drv->hapd,
1221 wpa_supplicant_event(ctx, EVENT_INTERFACE_STATUS, &event);
1232 wpa_supplicant_event(ctx, EVENT_ASSOC, NULL);
1237 wpa_supplicant_event(ctx, EVENT_DISASSOC, NULL);
1242 wpa_supplicant_event(ctx, EVENT_SCAN_RESULTS, NULL);
1268 wpa_supplicant_event(ctx, EVENT_MICHAEL_MIC_FAILURE,
    [all...]
driver_ndis.c 731 wpa_supplicant_event(timeout_ctx, EVENT_SCAN_RESULTS, NULL);
    [all...]
driver_atheros.c 799 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
853 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
869 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event);
905 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
995 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
    [all...]
driver_nl80211.c 974 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event);
1128 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event);
1155 wpa_supplicant_event(drv->ctx, EVENT_INTERFACE_STATUS, &event);
1293 wpa_supplicant_event(drv->ctx,
    [all...]
driver_wired.c 138 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event);
197 wpa_supplicant_event(eloop_ctx, EVENT_NEW_STA, &event);
driver_madwifi.c 730 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
890 wpa_supplicant_event(drv->hapd,
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 60 wpa_supplicant_event(ctx, EVENT_CHANNEL_LIST_CHANGED, &event);
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 56 wpa_supplicant_event(ctx, EVENT_CHANNEL_LIST_CHANGED, &event);
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 949 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, function
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 818 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, function
sme.c 719 wpa_supplicant_event(wpa_s, EVENT_FT_RESPONSE, &edata);
    [all...]
scan.c 45 wpa_supplicant_event(wpa_s, EVENT_ASSOC, &data);
    [all...]
events.c 2937 void wpa_supplicant_event(void *ctx, enum wpa_event_type event, function
    [all...]
ctrl_iface.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1219 wpa_supplicant_event(hapd, event, &data);
    [all...]

Completed in 779 milliseconds