Home | History | Annotate | Download | only in iw

Lines Matching refs:nl_sock

650 	mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "config");
654 ret = nl_socket_add_membership(state->nl_sock, mcid);
659 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "scan");
661 ret = nl_socket_add_membership(state->nl_sock, mcid);
667 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "regulatory");
669 ret = nl_socket_add_membership(state->nl_sock, mcid);
675 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "mlme");
677 ret = nl_socket_add_membership(state->nl_sock, mcid);
682 mcid = nl_get_multicast_id(state->nl_sock, "nl80211", "vendor");
684 ret = nl_socket_add_membership(state->nl_sock, mcid);
718 nl_recvmsgs(state->nl_sock, cb);