Searched refs:app_id (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/ |
H A 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 447 status = cld80211_fill_data(msg, pid, 0, 0, app_id, buf, len); 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() 479 "send msg to cld80211 fails for app id %d", app_id); 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() 516 "send msg to cld80211 fails for app id %d", app_id); in nl_srv_ucast()
|
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/ |
H A 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);
|