/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...] |