Home
last modified time | relevance | path

Searched refs:mcgroup_id (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/
Dwlan_nlink_srv.h81 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/
Dwlan_nlink_srv.c419 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()