HomeSort by relevance Sort by last modified time
    Searched defs:family_handler (Results 1 - 3 of 3) sorted by null

  /external/iw/
genl.c 35 static int family_handler(struct nl_msg *msg, void *arg) function
104 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, family_handler, &grp);
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.c 196 static int family_handler(struct nl_msg *msg, void *arg) function
242 cld80211_send_recv_msg(ctx, nlmsg, family_handler, &res);
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 397 static int family_handler(struct nl_msg *msg, void *arg) function
445 ret = send_and_recv(global, global->nl, msg, family_handler, &res);
    [all...]

Completed in 729 milliseconds