Searched refs:nl80211_send_iface (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 2364 static int nl80211_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl80211_send_iface() function 2441 if (nl80211_send_iface(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_interface() 2470 if (nl80211_send_iface(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_interface() 2715 if (nl80211_send_iface(msg, info->snd_portid, info->snd_seq, 0, in nl80211_new_interface() 2723 if (nl80211_send_iface(event, 0, 0, 0, in nl80211_new_interface() 2749 if (msg && nl80211_send_iface(msg, 0, 0, 0, rdev, wdev, true) < 0) { in nl80211_del_interface()
|