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

  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.h 95 int (*valid_handler)(struct nl_msg *, void *),
134 int (*valid_handler)(struct nl_msg *, void *),
cld80211_lib.c 348 int (*valid_handler)(struct nl_msg *, void *),
373 if (valid_handler)
375 valid_handler, valid_data);
394 int (*valid_handler)(struct nl_msg *, void *),
401 if (!ctx || !ctx->sock || !valid_handler) {
418 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, valid_handler, cbctx);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 226 int (*valid_handler)(struct nl_msg *, void *),
driver_nl80211.c 337 int (*valid_handler)(struct nl_msg *, void *),
360 if (valid_handler)
362 valid_handler, valid_data);
374 if (!valid_handler && valid_data == (void *) -1)
383 int (*valid_handler)(struct nl_msg *, void *),
387 valid_handler, valid_data);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 337 static int valid_handler(struct nl_msg *msg, void *arg);
cpp_bindings.cpp 706 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand
707 // ALOGD("valid_handler called");
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 384 static int valid_handler(struct nl_msg *msg, void *arg);
cpp_bindings.cpp 707 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { function in class:WifiCommand

Completed in 814 milliseconds