Searched refs:nl_get_multicast_id (Results 1 - 6 of 6) sorted by relevance

/external/iw/
H A Dgenl.c68 int nl_get_multicast_id(struct nl_sock *sock, const char *family, const char *group) function
H A Devent.c650 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "config");
659 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "scan");
667 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "regulatory");
675 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "mlme");
682 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "vendor");
H A Diw.h156 int nl_get_multicast_id(struct nl_sock *sock, const char *family, const char *group);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c421 static int nl_get_multicast_id(struct nl80211_global *global, function
1455 ret = nl_get_multicast_id(global, "nl80211", "scan");
1465 ret = nl_get_multicast_id(global, "nl80211", "mlme");
1475 ret = nl_get_multicast_id(global, "nl80211", "regulatory");
1485 ret = nl_get_multicast_id(global, "nl80211", "vendor");
1530 ret = nl_get_multicast_id(global, "nl80211", groups[i]);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c421 static int nl_get_multicast_id(struct nl80211_global *global, function
1455 ret = nl_get_multicast_id(global, "nl80211", "scan");
1465 ret = nl_get_multicast_id(global, "nl80211", "mlme");
1475 ret = nl_get_multicast_id(global, "nl80211", "regulatory");
1485 ret = nl_get_multicast_id(global, "nl80211", "vendor");
1530 ret = nl_get_multicast_id(global, "nl80211", groups[i]);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c421 static int nl_get_multicast_id(struct nl80211_global *global, function
1455 ret = nl_get_multicast_id(global, "nl80211", "scan");
1465 ret = nl_get_multicast_id(global, "nl80211", "mlme");
1475 ret = nl_get_multicast_id(global, "nl80211", "regulatory");
1485 ret = nl_get_multicast_id(global, "nl80211", "vendor");
1530 ret = nl_get_multicast_id(global, "nl80211", groups[i]);

Completed in 193 milliseconds