Searched refs:mcgroup_id (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/ |
D | wlan_nlink_srv.h | 81 int app_id, int mcgroup_id); 82 int nl_srv_bcast(struct sk_buff *skb, int mcgroup_id, int app_id);
|
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/ |
D | wlan_nlink_srv.c | 419 static int send_msg_to_cld80211(int mcgroup_id, int pid, int app_id, in send_msg_to_cld80211() argument 454 mcgroup_id, flags); in send_msg_to_cld80211() 469 int nl_srv_bcast(struct sk_buff *skb, int mcgroup_id, int app_id) in nl_srv_bcast() argument 476 status = send_msg_to_cld80211(mcgroup_id, 0, app_id, msg, msg_len); in nl_srv_bcast() 505 int app_id, int mcgroup_id) in nl_srv_ucast() argument 512 status = send_msg_to_cld80211(mcgroup_id, dst_pid, app_id, in nl_srv_ucast()
|