Home
last modified time | relevance | path

Searched refs:PARAM_REQUEST_ID (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_rssi_monitor.c41 #define PARAM_REQUEST_ID QCA_WLAN_VENDOR_ATTR_RSSI_MONITORING_REQUEST_ID macro
104 if (!tb[PARAM_REQUEST_ID]) { in __wlan_hdd_cfg80211_monitor_rssi()
114 req.request_id = nla_get_u32(tb[PARAM_REQUEST_ID]); in __wlan_hdd_cfg80211_monitor_rssi()
166 #undef PARAM_REQUEST_ID
H A Dwlan_hdd_ext_scan.c1370 #define PARAM_REQUEST_ID \ macro
1469 if (nla_put_u32(skb, PARAM_REQUEST_ID, data->requestId) || in wlan_hdd_send_ext_scan_capability()
1509 #undef PARAM_REQUEST_ID
H A Dwlan_hdd_cfg80211.c15480 #define PARAM_REQUEST_ID \ macro
15546 if (!tb[PARAM_REQUEST_ID]) { in wlan_hdd_add_tx_ptrn()
15552 request_id = nla_get_u32(tb[PARAM_REQUEST_ID]); in wlan_hdd_add_tx_ptrn()
15688 if (!tb[PARAM_REQUEST_ID]) { in wlan_hdd_del_tx_ptrn()
15692 request_id = nla_get_u32(tb[PARAM_REQUEST_ID]); in wlan_hdd_del_tx_ptrn()
15797 #undef PARAM_REQUEST_ID