blob: 06950ebd0a9c3a10adcd93d8f984d2172e40edab [file] [log] [blame]
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001/*
2 * Sigma Control API DUT (station/AP)
3 * Copyright (c) 2010-2011, Atheros Communications, Inc.
Jouni Malinen9d7e31d2017-12-22 18:55:04 +02004 * Copyright (c) 2011-2017, Qualcomm Atheros, Inc.
Jouni Malinenc12ea4a2018-01-05 21:07:10 +02005 * Copyright (c) 2018, The Linux Foundation
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006 * All Rights Reserved.
7 * Licensed under the Clear BSD license. See README for more details.
8 */
9
10#include "sigma_dut.h"
11#include <sys/ioctl.h>
12#include <sys/stat.h>
Jouni Malinen82905202018-04-29 17:20:10 +030013#include <sys/wait.h>
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030014#include <ctype.h>
Jouni Malinencd4e3c32015-10-29 12:39:56 +020015#ifdef __linux__
Lior Davidcc88b562017-01-03 18:52:09 +020016#include <regex.h>
17#include <dirent.h>
Jouni Malinencd4e3c32015-10-29 12:39:56 +020018#include <sys/time.h>
19#include <netpacket/packet.h>
20#include <linux/if_ether.h>
21#ifdef ANDROID
22#include <cutils/properties.h>
23#include <android/log.h>
24#include "keystore_get.h"
25#else /* ANDROID */
26#include <ifaddrs.h>
27#endif /* ANDROID */
28#include <netdb.h>
29#endif /* __linux__ */
30#ifdef __QNXNTO__
31#include <net/if_dl.h>
32#endif /* __QNXNTO__ */
33#include "wpa_ctrl.h"
34#include "wpa_helpers.h"
Amarnath Hullur Subramanyam9c381f52017-03-17 00:04:41 -070035#include "miracast.h"
Kiran Kumar Lokere29c1bb02018-10-08 17:41:02 -070036#include "qca-vendor_copy.h"
Jouni Malinencd4e3c32015-10-29 12:39:56 +020037
38/* Temporary files for sta_send_addba */
39#define VI_QOS_TMP_FILE "/tmp/vi-qos.tmp"
40#define VI_QOS_FILE "/tmp/vi-qos.txt"
41#define VI_QOS_REFFILE "/etc/vi-qos.txt"
42
43/*
44 * MTU for Ethernet need to take into account 8-byte SNAP header
45 * to be added when encapsulating Ethernet frame into 802.11
46 */
47#ifndef IEEE80211_MAX_DATA_LEN_DMG
48#define IEEE80211_MAX_DATA_LEN_DMG 7920
49#endif
50#ifndef IEEE80211_SNAP_LEN_DMG
51#define IEEE80211_SNAP_LEN_DMG 8
52#endif
53
Ashwini Patil00402582017-04-13 12:29:39 +053054#define NON_PREF_CH_LIST_SIZE 100
Ashwini Patil5acd7382017-04-13 15:55:04 +053055#define NEIGHBOR_REPORT_SIZE 1000
56#define DEFAULT_NEIGHBOR_BSSID_INFO "17"
57#define DEFAULT_NEIGHBOR_PHY_TYPE "1"
Ashwini Patil00402582017-04-13 12:29:39 +053058
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030059#define WIL_DEFAULT_BI 100
60
61/* default remain on channel time for transmitting frames (milliseconds) */
62#define WIL_TRANSMIT_FRAME_DEFAULT_ROC 500
63#define IEEE80211_P2P_ATTR_DEVICE_ID 3
64#define IEEE80211_P2P_ATTR_GROUP_ID 15
65
66/* describes tagged bytes in template frame file */
67struct template_frame_tag {
68 int num;
69 int offset;
70 size_t len;
71};
72
Jouni Malinencd4e3c32015-10-29 12:39:56 +020073extern char *sigma_wpas_ctrl;
74extern char *sigma_cert_path;
75extern enum driver_type wifi_chip_type;
76extern char *sigma_radio_ifname[];
77
Lior David0fe101e2017-03-09 16:09:50 +020078#ifdef __linux__
79#define WIL_WMI_MAX_PAYLOAD 248
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +020080#define WIL_WMI_ESE_CFG_CMDID 0xa01
Lior David0fe101e2017-03-09 16:09:50 +020081#define WIL_WMI_BF_TRIG_CMDID 0x83a
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +020082#define WIL_WMI_UNIT_TEST_CMDID 0x900
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030083#define WIL_WMI_P2P_CFG_CMDID 0x910
84#define WIL_WMI_START_LISTEN_CMDID 0x914
85#define WIL_WMI_DISCOVERY_STOP_CMDID 0x917
Lior David0fe101e2017-03-09 16:09:50 +020086
87struct wil_wmi_header {
88 uint8_t mid;
89 uint8_t reserved;
90 uint16_t cmd;
91 uint32_t ts;
92} __attribute__((packed));
93
94enum wil_wmi_bf_trig_type {
95 WIL_WMI_SLS,
96 WIL_WMI_BRP_RX,
97 WIL_WMI_BRP_TX,
98};
99
100struct wil_wmi_bf_trig_cmd {
101 /* enum wil_wmi_bf_trig_type */
102 uint32_t bf_type;
103 /* cid when type == WMI_BRP_RX */
104 uint32_t sta_id;
105 uint32_t reserved;
106 /* mac address when type = WIL_WMI_SLS */
107 uint8_t dest_mac[6];
108} __attribute__((packed));
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +0200109
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +0200110enum wil_wmi_sched_scheme_advertisment {
111 WIL_WMI_ADVERTISE_ESE_DISABLED,
112 WIL_WMI_ADVERTISE_ESE_IN_BEACON,
113 WIL_WMI_ADVERTISE_ESE_IN_ANNOUNCE_FRAME,
114};
115
116enum wil_wmi_ese_slot_type {
117 WIL_WMI_ESE_SP,
118 WIL_WMI_ESE_CBAP,
119 WIL_WMI_ESE_ANNOUNCE_NO_ACK,
120};
121
122struct wil_wmi_ese_slot {
123 /* offset from start of BI in microseconds */
124 uint32_t tbtt_offset;
125 uint8_t flags;
126 /* enum wil_wmi_ese_slot_type */
127 uint8_t slot_type;
128 /* duration in microseconds */
129 uint16_t duration;
130 /* frame exchange sequence duration, microseconds */
131 uint16_t tx_op;
132 /* time between 2 blocks for periodic allocation(microseconds) */
133 uint16_t period;
134 /* number of blocks in periodic allocation */
135 uint8_t num_blocks;
136 /* for semi-active allocations */
137 uint8_t idle_period;
138 uint8_t src_aid;
139 uint8_t dst_aid;
140 uint32_t reserved;
141} __attribute__((packed));
142
143#define WIL_WMI_MAX_ESE_SLOTS 4
144struct wil_wmi_ese_cfg {
145 uint8_t serial_num;
146 /* wil_wmi_sched_scheme_advertisment */
147 uint8_t ese_advertisment;
148 uint16_t flags;
149 uint8_t num_allocs;
150 uint8_t reserved[3];
151 uint64_t start_tbtt;
152 /* allocations list */
153 struct wil_wmi_ese_slot slots[WIL_WMI_MAX_ESE_SLOTS];
154} __attribute__((packed));
155
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +0200156#define WIL_WMI_UT_FORCE_MCS 6
157struct wil_wmi_force_mcs {
158 /* WIL_WMI_UT_HW_SYSAPI */
159 uint16_t module_id;
160 /* WIL_WMI_UT_FORCE_MCS */
161 uint16_t subtype_id;
162 /* cid (ignored in oob_mode, affects all stations) */
163 uint32_t cid;
164 /* 1 to force MCS, 0 to restore default behavior */
165 uint32_t force_enable;
166 /* MCS index, 0-12 */
167 uint32_t mcs;
168} __attribute__((packed));
169
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +0200170#define WIL_WMI_UT_HW_SYSAPI 10
171#define WIL_WMI_UT_FORCE_RSN_IE 0x29
172struct wil_wmi_force_rsn_ie {
173 /* WIL_WMI_UT_HW_SYSAPI */
174 uint16_t module_id;
175 /* WIL_WMI_UT_FORCE_RSN_IE */
176 uint16_t subtype_id;
177 /* 0 = no change, 1 = remove if exists, 2 = add if does not exist */
178 uint32_t state;
179} __attribute__((packed));
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +0300180
181enum wil_wmi_discovery_mode {
182 WMI_DISCOVERY_MODE_NON_OFFLOAD,
183 WMI_DISCOVERY_MODE_OFFLOAD,
184 WMI_DISCOVERY_MODE_PEER2PEER,
185};
186
187struct wil_wmi_p2p_cfg_cmd {
188 /* enum wil_wmi_discovery_mode */
189 uint8_t discovery_mode;
190 /* 0-based (wireless channel - 1) */
191 uint8_t channel;
192 /* set to WIL_DEFAULT_BI */
193 uint16_t bcon_interval;
194} __attribute__((packed));
Lior David0fe101e2017-03-09 16:09:50 +0200195#endif /* __linux__ */
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200196
197#ifdef ANDROID
198
199static int add_ipv6_rule(struct sigma_dut *dut, const char *ifname);
200
201#define ANDROID_KEYSTORE_GET 'g'
202#define ANDROID_KEYSTORE_GET_PUBKEY 'b'
203
204static int android_keystore_get(char cmd, const char *key, unsigned char *val)
205{
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200206 /* Android 4.3 changed keystore design, so need to use keystore_get() */
207#ifndef KEYSTORE_MESSAGE_SIZE
208#define KEYSTORE_MESSAGE_SIZE 65535
209#endif /* KEYSTORE_MESSAGE_SIZE */
210
211 ssize_t len;
212 uint8_t *value = NULL;
213
214 __android_log_print(ANDROID_LOG_DEBUG, "sigma_dut",
215 "keystore command '%c' key '%s' --> keystore_get",
216 cmd, key);
217
218 len = keystore_get(key, strlen(key), &value);
219 if (len < 0) {
220 __android_log_print(ANDROID_LOG_DEBUG, "sigma_dut",
221 "keystore_get() failed");
222 return -1;
223 }
224
225 if (len > KEYSTORE_MESSAGE_SIZE)
226 len = KEYSTORE_MESSAGE_SIZE;
227 memcpy(val, value, len);
228 free(value);
229 return len;
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200230}
231#endif /* ANDROID */
232
233
Vinita S. Maloo0fcb57d2020-04-24 14:03:56 +0530234#ifdef NL80211_SUPPORT
235static int nl80211_sta_set_power_save(struct sigma_dut *dut,
236 const char *intf,
237 enum nl80211_ps_state ps_state)
238{
239 struct nl_msg *msg;
240 int ifindex, ret;
241
242 ifindex = if_nametoindex(intf);
243 if (ifindex == 0) {
244 sigma_dut_print(dut, DUT_MSG_ERROR,
245 "%s: Index for interface %s not found",
246 __func__, intf);
247 return -1;
248 }
249
250 msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
251 NL80211_CMD_SET_POWER_SAVE);
252 if (!msg) {
253 sigma_dut_print(dut, DUT_MSG_ERROR,
254 "%s: err in creating nl80211 msg", __func__);
255 return -1;
256 }
257
258 if (nla_put_u32(msg, NL80211_ATTR_PS_STATE, ps_state)) {
259 sigma_dut_print(dut, DUT_MSG_ERROR,
260 "%s: err in populating nl80211 msg", __func__);
261 nlmsg_free(msg);
262 return -1;
263 }
264
265 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
266 if (ret) {
267 sigma_dut_print(dut, DUT_MSG_ERROR,
268 "%s: err in send_and_recv_msgs, ret=%d (%s)",
269 __func__, ret, strerror(-ret));
270 return -1;
271 }
272
273 return 0;
274}
275#endif /* NL80211_SUPPORT */
276
277
Vinita S. Malooa8b62722020-04-23 01:45:41 +0530278static int set_power_save_wcn(struct sigma_dut *dut, const char *intf, int ps)
279{
280 char buf[100];
Vinita S. Maloo0fcb57d2020-04-24 14:03:56 +0530281#ifdef NL80211_SUPPORT
282 enum nl80211_ps_state ps_state;
283
284 ps_state = ps == 1 ? NL80211_PS_ENABLED : NL80211_PS_DISABLED;
285 if (nl80211_sta_set_power_save(dut, intf, ps_state) == 0)
286 return 0;
287#endif /* NL80211_SUPPORT */
Vinita S. Malooa8b62722020-04-23 01:45:41 +0530288
289 snprintf(buf, sizeof(buf), "iwpriv %s setPower %d", intf, ps);
290 if (system(buf) != 0) {
291 sigma_dut_print(dut, DUT_MSG_ERROR,
292 "iwpriv setPower %d failed", ps);
293 return -1;
294 }
295 return 0;
296}
297
298
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200299int set_ps(const char *intf, struct sigma_dut *dut, int enabled)
300{
301#ifdef __linux__
302 char buf[100];
303
304 if (wifi_chip_type == DRIVER_WCN) {
305 if (enabled) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +0530306 if (set_power_save_wcn(dut, intf, 1) < 0) {
Purushottam Kushwaha304561d2019-12-23 16:57:18 +0530307 snprintf(buf, sizeof(buf),
308 "iwpriv wlan0 dump 906");
309 if (system(buf) != 0)
310 goto set_power_save;
311 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200312 } else {
Vinita S. Malooa8b62722020-04-23 01:45:41 +0530313 if (set_power_save_wcn(dut, intf, 2) < 0) {
Purushottam Kushwaha304561d2019-12-23 16:57:18 +0530314 snprintf(buf, sizeof(buf),
315 "iwpriv wlan0 dump 905");
316 if (system(buf) != 0)
317 goto set_power_save;
318 snprintf(buf, sizeof(buf),
319 "iwpriv wlan0 dump 912");
320 if (system(buf) != 0)
321 goto set_power_save;
322 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200323 }
324
325 return 0;
326 }
327
Pradeep Reddy POTTETI625b3702016-09-20 17:09:58 +0530328set_power_save:
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200329 snprintf(buf, sizeof(buf), "./iw dev %s set power_save %s",
330 intf, enabled ? "on" : "off");
331 if (system(buf) != 0) {
332 snprintf(buf, sizeof(buf), "iw dev %s set power_save %s",
333 intf, enabled ? "on" : "off");
Pradeep Reddy POTTETI625b3702016-09-20 17:09:58 +0530334 if (system(buf) != 0) {
335 sigma_dut_print(dut, DUT_MSG_ERROR,
336 "Failed to set power save %s",
337 enabled ? "on" : "off");
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200338 return -1;
Pradeep Reddy POTTETI625b3702016-09-20 17:09:58 +0530339 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200340 }
341
342 return 0;
343#else /* __linux__ */
344 return -1;
345#endif /* __linux__ */
346}
347
348
Lior Davidcc88b562017-01-03 18:52:09 +0200349#ifdef __linux__
Lior David0fe101e2017-03-09 16:09:50 +0200350
Lior Davidcc88b562017-01-03 18:52:09 +0200351static int wil6210_get_debugfs_dir(struct sigma_dut *dut, char *path,
352 size_t len)
353{
354 DIR *dir, *wil_dir;
355 struct dirent *entry;
356 int ret = -1;
357 const char *root_path = "/sys/kernel/debug/ieee80211";
358
359 dir = opendir(root_path);
360 if (!dir)
361 return -2;
362
363 while ((entry = readdir(dir))) {
364 if (strcmp(entry->d_name, ".") == 0 ||
365 strcmp(entry->d_name, "..") == 0)
366 continue;
367
368 if (snprintf(path, len, "%s/%s/wil6210",
369 root_path, entry->d_name) >= (int) len) {
370 ret = -3;
371 break;
372 }
373
374 wil_dir = opendir(path);
375 if (wil_dir) {
376 closedir(wil_dir);
377 ret = 0;
378 break;
379 }
380 }
381
382 closedir(dir);
383 return ret;
384}
Lior David0fe101e2017-03-09 16:09:50 +0200385
386
387static int wil6210_wmi_send(struct sigma_dut *dut, uint16_t command,
388 void *payload, uint16_t length)
389{
390 struct {
391 struct wil_wmi_header hdr;
392 char payload[WIL_WMI_MAX_PAYLOAD];
393 } __attribute__((packed)) cmd;
394 char buf[128], fname[128];
395 size_t towrite, written;
396 FILE *f;
Jouni Malinen3aa72862019-05-29 23:14:51 +0300397 int res;
Lior David0fe101e2017-03-09 16:09:50 +0200398
399 if (length > WIL_WMI_MAX_PAYLOAD) {
400 sigma_dut_print(dut, DUT_MSG_ERROR,
401 "payload too large(%u, max %u)",
402 length, WIL_WMI_MAX_PAYLOAD);
403 return -1;
404 }
405
406 memset(&cmd.hdr, 0, sizeof(cmd.hdr));
407 cmd.hdr.cmd = command;
408 memcpy(cmd.payload, payload, length);
409
410 if (wil6210_get_debugfs_dir(dut, buf, sizeof(buf))) {
411 sigma_dut_print(dut, DUT_MSG_ERROR,
412 "failed to get wil6210 debugfs dir");
413 return -1;
414 }
415
Jouni Malinen3aa72862019-05-29 23:14:51 +0300416 res = snprintf(fname, sizeof(fname), "%s/wmi_send", buf);
417 if (res < 0 || res >= sizeof(fname))
418 return -1;
Lior David0fe101e2017-03-09 16:09:50 +0200419 f = fopen(fname, "wb");
420 if (!f) {
421 sigma_dut_print(dut, DUT_MSG_ERROR,
422 "failed to open: %s", fname);
423 return -1;
424 }
425
426 towrite = sizeof(cmd.hdr) + length;
427 written = fwrite(&cmd, 1, towrite, f);
428 fclose(f);
429 if (written != towrite) {
430 sigma_dut_print(dut, DUT_MSG_ERROR,
431 "failed to send wmi %u", command);
432 return -1;
433 }
434
435 return 0;
436}
437
438
439static int wil6210_get_sta_info_field(struct sigma_dut *dut, const char *bssid,
440 const char *pattern, unsigned int *field)
441{
442 char buf[128], fname[128];
443 FILE *f;
444 regex_t re;
445 regmatch_t m[2];
Jouni Malinen3aa72862019-05-29 23:14:51 +0300446 int rc, ret = -1, res;
Lior David0fe101e2017-03-09 16:09:50 +0200447
448 if (wil6210_get_debugfs_dir(dut, buf, sizeof(buf))) {
449 sigma_dut_print(dut, DUT_MSG_ERROR,
450 "failed to get wil6210 debugfs dir");
451 return -1;
452 }
453
Jouni Malinen3aa72862019-05-29 23:14:51 +0300454 res = snprintf(fname, sizeof(fname), "%s/stations", buf);
455 if (res < 0 || res >= sizeof(fname))
456 return -1;
Lior David0fe101e2017-03-09 16:09:50 +0200457 f = fopen(fname, "r");
458 if (!f) {
459 sigma_dut_print(dut, DUT_MSG_ERROR,
460 "failed to open: %s", fname);
461 return -1;
462 }
463
464 if (regcomp(&re, pattern, REG_EXTENDED)) {
465 sigma_dut_print(dut, DUT_MSG_ERROR,
466 "regcomp failed: %s", pattern);
467 goto out;
468 }
469
470 /*
471 * find the entry for the mac address
472 * line is of the form: [n] 11:22:33:44:55:66 state AID aid
473 */
474 while (fgets(buf, sizeof(buf), f)) {
475 if (strcasestr(buf, bssid)) {
476 /* extract the field (CID/AID/state) */
477 rc = regexec(&re, buf, 2, m, 0);
478 if (!rc && (m[1].rm_so >= 0)) {
479 buf[m[1].rm_eo] = 0;
480 *field = atoi(&buf[m[1].rm_so]);
481 ret = 0;
482 break;
483 }
484 }
485 }
486
487 regfree(&re);
488 if (ret)
489 sigma_dut_print(dut, DUT_MSG_ERROR,
490 "could not extract field");
491
492out:
493 fclose(f);
494
495 return ret;
496}
497
498
499static int wil6210_get_cid(struct sigma_dut *dut, const char *bssid,
500 unsigned int *cid)
501{
502 const char *pattern = "\\[([0-9]+)\\]";
503
504 return wil6210_get_sta_info_field(dut, bssid, pattern, cid);
505}
506
507
508static int wil6210_send_brp_rx(struct sigma_dut *dut, const char *mac,
509 int l_rx)
510{
Rakesh Sunki556237d2017-03-30 14:49:31 -0700511 struct wil_wmi_bf_trig_cmd cmd;
Lior David0fe101e2017-03-09 16:09:50 +0200512 unsigned int cid;
513
Rakesh Sunki556237d2017-03-30 14:49:31 -0700514 memset(&cmd, 0, sizeof(cmd));
515
Lior David0fe101e2017-03-09 16:09:50 +0200516 if (wil6210_get_cid(dut, mac, &cid))
517 return -1;
518
519 cmd.bf_type = WIL_WMI_BRP_RX;
520 cmd.sta_id = cid;
521 /* training length (l_rx) is ignored, FW always uses length 16 */
522 return wil6210_wmi_send(dut, WIL_WMI_BF_TRIG_CMDID,
523 &cmd, sizeof(cmd));
524}
525
526
527static int wil6210_send_sls(struct sigma_dut *dut, const char *mac)
528{
Rakesh Sunki556237d2017-03-30 14:49:31 -0700529 struct wil_wmi_bf_trig_cmd cmd;
530
531 memset(&cmd, 0, sizeof(cmd));
Lior David0fe101e2017-03-09 16:09:50 +0200532
533 if (parse_mac_address(dut, mac, (unsigned char *)&cmd.dest_mac))
534 return -1;
535
536 cmd.bf_type = WIL_WMI_SLS;
537 return wil6210_wmi_send(dut, WIL_WMI_BF_TRIG_CMDID,
538 &cmd, sizeof(cmd));
539}
540
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +0200541
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +0200542int wil6210_set_ese(struct sigma_dut *dut, int count,
543 struct sigma_ese_alloc *allocs)
544{
545 struct wil_wmi_ese_cfg cmd = { };
546 int i;
547
548 if (count == 0 || count > WIL_WMI_MAX_ESE_SLOTS)
549 return -1;
550
551 if (dut->ap_bcnint <= 0) {
552 sigma_dut_print(dut, DUT_MSG_ERROR,
553 "invalid beacon interval(%d), check test",
554 dut->ap_bcnint);
555 return -1;
556 }
557
558 cmd.ese_advertisment = WIL_WMI_ADVERTISE_ESE_IN_BEACON;
559 cmd.flags = 0x1d;
560 cmd.num_allocs = count;
561 for (i = 0; i < count; i++) {
562 /*
563 * Convert percent from BI (BI specified in milliseconds)
564 * to absolute duration in microseconds.
565 */
566 cmd.slots[i].duration =
567 (allocs[i].percent_bi * dut->ap_bcnint * 1000) / 100;
568 switch (allocs[i].type) {
569 case ESE_CBAP:
570 cmd.slots[i].slot_type = WIL_WMI_ESE_CBAP;
571 break;
572 case ESE_SP:
573 cmd.slots[i].slot_type = WIL_WMI_ESE_SP;
574 break;
575 default:
576 sigma_dut_print(dut, DUT_MSG_ERROR,
577 "invalid slot type(%d) at index %d",
578 allocs[i].type, i);
579 return -1;
580 }
581 cmd.slots[i].src_aid = allocs[i].src_aid;
582 cmd.slots[i].dst_aid = allocs[i].dst_aid;
583 sigma_dut_print(dut, DUT_MSG_INFO,
584 "slot %d, duration %u, type %d, srcAID %u dstAID %u",
585 i, cmd.slots[i].duration,
586 cmd.slots[i].slot_type, cmd.slots[i].src_aid,
587 cmd.slots[i].dst_aid);
588 }
589
590 return wil6210_wmi_send(dut, WIL_WMI_ESE_CFG_CMDID, &cmd, sizeof(cmd));
591}
592
593
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +0200594int wil6210_set_force_mcs(struct sigma_dut *dut, int force, int mcs)
595{
596 struct wil_wmi_force_mcs cmd = { };
597
598 cmd.module_id = WIL_WMI_UT_HW_SYSAPI;
599 cmd.subtype_id = WIL_WMI_UT_FORCE_MCS;
600 cmd.force_enable = (uint32_t) force;
601 cmd.mcs = (uint32_t) mcs;
602
603 return wil6210_wmi_send(dut, WIL_WMI_UNIT_TEST_CMDID,
604 &cmd, sizeof(cmd));
605}
606
607
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +0200608static int wil6210_force_rsn_ie(struct sigma_dut *dut, int state)
609{
610 struct wil_wmi_force_rsn_ie cmd = { };
611
612 cmd.module_id = WIL_WMI_UT_HW_SYSAPI;
613 cmd.subtype_id = WIL_WMI_UT_FORCE_RSN_IE;
614 cmd.state = (uint32_t) state;
615
616 return wil6210_wmi_send(dut, WIL_WMI_UNIT_TEST_CMDID,
617 &cmd, sizeof(cmd));
618}
619
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +0300620
621/*
622 * this function is also used to configure generic remain-on-channel
623 */
624static int wil6210_p2p_cfg(struct sigma_dut *dut, int freq)
625{
626 struct wil_wmi_p2p_cfg_cmd cmd = { };
627 int channel = freq_to_channel(freq);
628
629 if (channel < 0)
630 return -1;
631 cmd.discovery_mode = WMI_DISCOVERY_MODE_NON_OFFLOAD;
632 cmd.channel = channel - 1;
633 cmd.bcon_interval = WIL_DEFAULT_BI;
634 cmd.discovery_mode = WMI_DISCOVERY_MODE_PEER2PEER;
635
636 return wil6210_wmi_send(dut, WIL_WMI_P2P_CFG_CMDID,
637 &cmd, sizeof(cmd));
638}
639
640
641static int wil6210_remain_on_channel(struct sigma_dut *dut, int freq)
642{
643 int ret = wil6210_p2p_cfg(dut, freq);
644
645 if (ret)
646 return ret;
647
648 ret = wil6210_wmi_send(dut, WIL_WMI_START_LISTEN_CMDID, NULL, 0);
649 if (!ret) {
650 /*
651 * wait a bit to allow FW to setup the radio
652 * especially important if we switch channels
653 */
654 usleep(500000);
655 }
656
657 return ret;
658}
659
660
661static int wil6210_stop_discovery(struct sigma_dut *dut)
662{
663 return wil6210_wmi_send(dut, WIL_WMI_DISCOVERY_STOP_CMDID, NULL, 0);
664}
665
666
667static int wil6210_transmit_frame(struct sigma_dut *dut, int freq,
668 int wait_duration,
669 const char *frame, size_t frame_len)
670{
671 char buf[128], fname[128];
672 FILE *f;
Jouni Malinen3aa72862019-05-29 23:14:51 +0300673 int res = 0, r;
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +0300674 size_t written;
675
676 if (wil6210_get_debugfs_dir(dut, buf, sizeof(buf))) {
677 sigma_dut_print(dut, DUT_MSG_ERROR,
678 "failed to get wil6210 debugfs dir");
679 return -1;
680 }
Jouni Malinen3aa72862019-05-29 23:14:51 +0300681 r = snprintf(fname, sizeof(fname), "%s/tx_mgmt", buf);
682 if (r < 0 || r >= sizeof(fname))
683 return -1;
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +0300684
685 if (wil6210_remain_on_channel(dut, freq)) {
686 sigma_dut_print(dut, DUT_MSG_ERROR,
687 "failed to listen on channel");
688 return -1;
689 }
690
691 f = fopen(fname, "wb");
692 if (!f) {
693 sigma_dut_print(dut, DUT_MSG_ERROR,
694 "failed to open: %s", fname);
695 res = -1;
696 goto out_stop;
697 }
698 written = fwrite(frame, 1, frame_len, f);
699 fclose(f);
700
701 if (written != frame_len) {
702 sigma_dut_print(dut, DUT_MSG_ERROR,
703 "failed to transmit frame (got %zd, expected %zd)",
704 written, frame_len);
705 res = -1;
706 goto out_stop;
707 }
708
709 usleep(wait_duration * 1000);
710
711out_stop:
712 wil6210_stop_discovery(dut);
713 return res;
714}
715
716
717static int find_template_frame_tag(struct template_frame_tag *tags,
718 int total_tags, int tag_num)
719{
720 int i;
721
722 for (i = 0; i < total_tags; i++) {
723 if (tag_num == tags[i].num)
724 return i;
725 }
726
727 return -1;
728}
729
730
731static int replace_p2p_attribute(struct sigma_dut *dut, char *buf, size_t len,
732 int id, const char *value, size_t val_len)
733{
734 struct wfa_p2p_attribute *attr = (struct wfa_p2p_attribute *) buf;
735
736 if (len < 3 + val_len) {
737 sigma_dut_print(dut, DUT_MSG_ERROR,
738 "not enough space to replace P2P attribute");
739 return -1;
740 }
741
742 if (attr->len != val_len) {
743 sigma_dut_print(dut, DUT_MSG_ERROR,
744 "attribute length mismatch (need %zu have %hu)",
745 val_len, attr->len);
746 return -1;
747 }
748
749 if (attr->id != id) {
750 sigma_dut_print(dut, DUT_MSG_ERROR,
751 "incorrect attribute id (expected %d actual %d)",
752 id, attr->id);
753 return -1;
754 }
755
756 memcpy(attr->variable, value, val_len);
757
758 return 0;
759}
760
761
762static int parse_template_frame_file(struct sigma_dut *dut, const char *fname,
763 char *buf, size_t *length,
764 struct template_frame_tag *tags,
765 size_t *num_tags)
766{
767 char line[512];
768 FILE *f;
769 size_t offset = 0, tag_index = 0;
770 int num, index;
771 int in_tag = 0, tag_num = 0, tag_offset = 0;
772
773 if (*length < sizeof(struct ieee80211_hdr_3addr)) {
774 sigma_dut_print(dut, DUT_MSG_ERROR,
775 "supplied buffer is too small");
776 return -1;
777 }
778
779 f = fopen(fname, "r");
780 if (!f) {
781 sigma_dut_print(dut, DUT_MSG_ERROR,
782 "failed to open template file %s", fname);
783 return -1;
784 }
785
786 /*
787 * template file format: lines beginning with # are comments and
788 * ignored.
789 * It is possible to tag bytes in the frame to make it easy
790 * to replace fields in the template, espcially if they appear
791 * in variable-sized sections (such as IEs)
792 * This is done by a line beginning with $NUM where NUM is an integer
793 * tag number. It can be followed by space(s) and comment.
794 * The next line is considered the tagged bytes. The parser will fill
795 * the tag number, offset and length of the tagged bytes.
796 * rest of the lines contain frame bytes as sequence of hex digits,
797 * 2 digits for each byte. Spaces are allowed between bytes.
798 * On bytes lines only hex digits and spaces are allowed
799 */
800 while (!feof(f)) {
801 if (!fgets(line, sizeof(line), f))
802 break;
803 index = 0;
804 while (isspace((unsigned char) line[index]))
805 index++;
806 if (!line[index] || line[index] == '#')
807 continue;
808 if (line[index] == '$') {
809 if (tags) {
810 index++;
811 tag_num = strtol(&line[index], NULL, 0);
812 tag_offset = offset;
813 in_tag = 1;
814 }
815 continue;
816 }
817 while (line[index]) {
818 if (isspace((unsigned char) line[index])) {
819 index++;
820 continue;
821 }
822 num = hex_byte(&line[index]);
823 if (num < 0)
824 break;
825 buf[offset++] = num;
826 if (offset == *length)
827 goto out;
828 index += 2;
829 }
830
831 if (in_tag) {
832 if (tag_index < *num_tags) {
833 tags[tag_index].num = tag_num;
834 tags[tag_index].offset = tag_offset;
835 tags[tag_index].len = offset - tag_offset;
836 tag_index++;
837 } else {
838 sigma_dut_print(dut, DUT_MSG_INFO,
839 "too many tags, tag ignored");
840 }
841 in_tag = 0;
842 }
843 }
844
845 if (num_tags)
846 *num_tags = tag_index;
847out:
848 fclose(f);
849 if (offset < sizeof(struct ieee80211_hdr_3addr)) {
850 sigma_dut_print(dut, DUT_MSG_ERROR,
851 "template frame is too small");
852 return -1;
853 }
854
855 *length = offset;
856 return 0;
857}
858
Lior Davidcc88b562017-01-03 18:52:09 +0200859#endif /* __linux__ */
860
861
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200862static void static_ip_file(int proto, const char *addr, const char *mask,
863 const char *gw)
864{
865 if (proto) {
866 FILE *f = fopen("static-ip", "w");
867 if (f) {
868 fprintf(f, "%d %s %s %s\n", proto, addr,
869 mask ? mask : "N/A",
870 gw ? gw : "N/A");
871 fclose(f);
872 }
873 } else {
874 unlink("static-ip");
875 }
876}
877
878
879static int send_neighbor_request(struct sigma_dut *dut, const char *intf,
880 const char *ssid)
881{
882#ifdef __linux__
883 char buf[100];
884
885 snprintf(buf, sizeof(buf), "iwpriv %s neighbor %s",
886 intf, ssid);
887 sigma_dut_print(dut, DUT_MSG_INFO, "Request: %s", buf);
888
889 if (system(buf) != 0) {
890 sigma_dut_print(dut, DUT_MSG_ERROR,
891 "iwpriv neighbor request failed");
892 return -1;
893 }
894
895 sigma_dut_print(dut, DUT_MSG_INFO, "iwpriv neighbor request send");
896
897 return 0;
898#else /* __linux__ */
899 return -1;
900#endif /* __linux__ */
901}
902
903
904static int send_trans_mgmt_query(struct sigma_dut *dut, const char *intf,
Ashwini Patil5acd7382017-04-13 15:55:04 +0530905 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200906{
Ashwini Patil5acd7382017-04-13 15:55:04 +0530907 const char *val;
908 int reason_code = 0;
909 char buf[1024];
910
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200911 /*
912 * In the earlier builds we used WNM_QUERY and in later
913 * builds used WNM_BSS_QUERY.
914 */
915
Ashwini Patil5acd7382017-04-13 15:55:04 +0530916 val = get_param(cmd, "BTMQuery_Reason_Code");
917 if (val)
918 reason_code = atoi(val);
919
920 val = get_param(cmd, "Cand_List");
921 if (val && atoi(val) == 1 && dut->btm_query_cand_list) {
922 snprintf(buf, sizeof(buf), "WNM_BSS_QUERY %d%s", reason_code,
923 dut->btm_query_cand_list);
924 free(dut->btm_query_cand_list);
925 dut->btm_query_cand_list = NULL;
926 } else {
927 snprintf(buf, sizeof(buf), "WNM_BSS_QUERY %d", reason_code);
928 }
929
930 if (wpa_command(intf, buf) != 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200931 sigma_dut_print(dut, DUT_MSG_ERROR,
932 "transition management query failed");
933 return -1;
934 }
935
936 sigma_dut_print(dut, DUT_MSG_DEBUG,
937 "transition management query sent");
938
939 return 0;
940}
941
942
943int is_ip_addr(const char *str)
944{
945 const char *pos = str;
946 struct in_addr addr;
947
948 while (*pos) {
949 if (*pos != '.' && (*pos < '0' || *pos > '9'))
950 return 0;
951 pos++;
952 }
953
954 return inet_aton(str, &addr);
955}
956
957
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200958int get_ip_config(struct sigma_dut *dut, const char *ifname, char *buf,
959 size_t buf_len)
960{
vamsi krishnaa11d0732018-05-16 12:19:48 +0530961 char tmp[256];
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200962 char ip[16], mask[15], dns[16], sec_dns[16];
963 int is_dhcp = 0;
964 int s;
965#ifdef ANDROID
966 char prop[PROPERTY_VALUE_MAX];
vamsi krishnaa11d0732018-05-16 12:19:48 +0530967#else /* ANDROID */
968 FILE *f;
969#ifdef __linux__
970 const char *str_ps;
971#endif /* __linux__ */
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200972#endif /* ANDROID */
973
974 ip[0] = '\0';
975 mask[0] = '\0';
976 dns[0] = '\0';
977 sec_dns[0] = '\0';
978
979 s = socket(PF_INET, SOCK_DGRAM, 0);
980 if (s >= 0) {
981 struct ifreq ifr;
982 struct sockaddr_in saddr;
983
984 memset(&ifr, 0, sizeof(ifr));
Peng Xub8fc5cc2017-05-10 17:27:28 -0700985 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200986 if (ioctl(s, SIOCGIFADDR, &ifr) < 0) {
987 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to get "
988 "%s IP address: %s",
989 ifname, strerror(errno));
990 } else {
991 memcpy(&saddr, &ifr.ifr_addr,
992 sizeof(struct sockaddr_in));
Peng Xub8fc5cc2017-05-10 17:27:28 -0700993 strlcpy(ip, inet_ntoa(saddr.sin_addr), sizeof(ip));
Jouni Malinencd4e3c32015-10-29 12:39:56 +0200994 }
995
996 if (ioctl(s, SIOCGIFNETMASK, &ifr) == 0) {
997 memcpy(&saddr, &ifr.ifr_addr,
998 sizeof(struct sockaddr_in));
Peng Xub8fc5cc2017-05-10 17:27:28 -0700999 strlcpy(mask, inet_ntoa(saddr.sin_addr), sizeof(mask));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001000 }
1001 close(s);
1002 }
1003
1004#ifdef ANDROID
1005 snprintf(tmp, sizeof(tmp), "dhcp.%s.pid", ifname);
1006 if (property_get(tmp, prop, NULL) != 0 && atoi(prop) > 0) {
1007 snprintf(tmp, sizeof(tmp), "dhcp.%s.result", ifname);
1008 if (property_get(tmp, prop, NULL) != 0 &&
1009 strcmp(prop, "ok") == 0) {
1010 snprintf(tmp, sizeof(tmp), "dhcp.%s.ipaddress",
1011 ifname);
1012 if (property_get(tmp, prop, NULL) != 0 &&
1013 strcmp(ip, prop) == 0)
1014 is_dhcp = 1;
1015 }
1016 }
1017
1018 snprintf(tmp, sizeof(tmp), "dhcp.%s.dns1", ifname);
Peng Xub8fc5cc2017-05-10 17:27:28 -07001019 if (property_get(tmp, prop, NULL) != 0)
1020 strlcpy(dns, prop, sizeof(dns));
1021 else if (property_get("net.dns1", prop, NULL) != 0)
1022 strlcpy(dns, prop, sizeof(dns));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001023
1024 snprintf(tmp, sizeof(tmp), "dhcp.%s.dns2", ifname);
Peng Xub8fc5cc2017-05-10 17:27:28 -07001025 if (property_get(tmp, prop, NULL) != 0)
1026 strlcpy(sec_dns, prop, sizeof(sec_dns));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001027#else /* ANDROID */
1028#ifdef __linux__
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001029 if (get_driver_type(dut) == DRIVER_OPENWRT)
Sarvepalli, Rajesh Babua76c6442016-03-18 20:34:26 +05301030 str_ps = "ps -w";
1031 else
1032 str_ps = "ps ax";
1033 snprintf(tmp, sizeof(tmp),
1034 "%s | grep dhclient | grep -v grep | grep -q %s",
1035 str_ps, ifname);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001036 if (system(tmp) == 0)
1037 is_dhcp = 1;
1038 else {
Sarvepalli, Rajesh Babua76c6442016-03-18 20:34:26 +05301039 snprintf(tmp, sizeof(tmp),
1040 "%s | grep udhcpc | grep -v grep | grep -q %s",
1041 str_ps, ifname);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001042 if (system(tmp) == 0)
1043 is_dhcp = 1;
1044 else {
Sarvepalli, Rajesh Babua76c6442016-03-18 20:34:26 +05301045 snprintf(tmp, sizeof(tmp),
1046 "%s | grep dhcpcd | grep -v grep | grep -q %s",
1047 str_ps, ifname);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001048 if (system(tmp) == 0)
1049 is_dhcp = 1;
1050 }
1051 }
1052#endif /* __linux__ */
1053
1054 f = fopen("/etc/resolv.conf", "r");
1055 if (f) {
vamsi krishnaa11d0732018-05-16 12:19:48 +05301056 char *pos, *pos2;
1057
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001058 while (fgets(tmp, sizeof(tmp), f)) {
1059 if (strncmp(tmp, "nameserver", 10) != 0)
1060 continue;
1061 pos = tmp + 10;
1062 while (*pos == ' ' || *pos == '\t')
1063 pos++;
1064 pos2 = pos;
1065 while (*pos2) {
1066 if (*pos2 == '\n' || *pos2 == '\r') {
1067 *pos2 = '\0';
1068 break;
1069 }
1070 pos2++;
1071 }
Peng Xub8fc5cc2017-05-10 17:27:28 -07001072 if (!dns[0])
1073 strlcpy(dns, pos, sizeof(dns));
1074 else if (!sec_dns[0])
1075 strlcpy(sec_dns, pos, sizeof(sec_dns));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001076 }
1077 fclose(f);
1078 }
1079#endif /* ANDROID */
1080
1081 snprintf(buf, buf_len, "dhcp,%d,ip,%s,mask,%s,primary-dns,%s",
1082 is_dhcp, ip, mask, dns);
1083 buf[buf_len - 1] = '\0';
1084
1085 return 0;
1086}
1087
1088
1089
1090
1091int get_ipv6_config(struct sigma_dut *dut, const char *ifname, char *buf,
1092 size_t buf_len)
1093{
1094#ifdef __linux__
1095#ifdef ANDROID
1096 char cmd[200], result[1000], *pos, *end;
1097 FILE *f;
1098 size_t len;
1099
1100 snprintf(cmd, sizeof(cmd), "ip addr show dev %s scope global", ifname);
1101 f = popen(cmd, "r");
1102 if (f == NULL)
1103 return -1;
1104 len = fread(result, 1, sizeof(result) - 1, f);
1105 pclose(f);
1106 if (len == 0)
1107 return -1;
1108 result[len] = '\0';
1109 sigma_dut_print(dut, DUT_MSG_DEBUG, "%s result: %s\n", cmd, result);
1110
1111 pos = strstr(result, "inet6 ");
1112 if (pos == NULL)
1113 return -1;
1114 pos += 6;
1115 end = strchr(pos, ' ');
1116 if (end)
1117 *end = '\0';
1118 end = strchr(pos, '/');
1119 if (end)
1120 *end = '\0';
1121 snprintf(buf, buf_len, "ip,%s", pos);
1122 buf[buf_len - 1] = '\0';
1123 return 0;
1124#else /* ANDROID */
1125 struct ifaddrs *ifaddr, *ifa;
1126 int res, found = 0;
1127 char host[NI_MAXHOST];
1128
1129 if (getifaddrs(&ifaddr) < 0) {
1130 perror("getifaddrs");
1131 return -1;
1132 }
1133
1134 for (ifa = ifaddr; ifa; ifa = ifa->ifa_next) {
1135 if (strcasecmp(ifname, ifa->ifa_name) != 0)
1136 continue;
1137 if (ifa->ifa_addr == NULL ||
1138 ifa->ifa_addr->sa_family != AF_INET6)
1139 continue;
1140
1141 res = getnameinfo(ifa->ifa_addr, sizeof(struct sockaddr_in6),
1142 host, NI_MAXHOST, NULL, 0, NI_NUMERICHOST);
1143 if (res != 0) {
1144 sigma_dut_print(dut, DUT_MSG_DEBUG, "getnameinfo: %s",
1145 gai_strerror(res));
1146 continue;
1147 }
1148 if (strncmp(host, "fe80::", 6) == 0)
1149 continue; /* skip link-local */
1150
1151 sigma_dut_print(dut, DUT_MSG_DEBUG, "ifaddr: %s", host);
1152 found = 1;
1153 break;
1154 }
1155
1156 freeifaddrs(ifaddr);
1157
1158 if (found) {
1159 char *pos;
1160 pos = strchr(host, '%');
1161 if (pos)
1162 *pos = '\0';
1163 snprintf(buf, buf_len, "ip,%s", host);
1164 buf[buf_len - 1] = '\0';
1165 return 0;
1166 }
1167
1168#endif /* ANDROID */
1169#endif /* __linux__ */
1170 return -1;
1171}
1172
1173
Jouni Malinenf7222712019-06-13 01:50:21 +03001174static enum sigma_cmd_result cmd_sta_get_ip_config(struct sigma_dut *dut,
1175 struct sigma_conn *conn,
1176 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001177{
1178 const char *intf = get_param(cmd, "Interface");
1179 const char *ifname;
1180 char buf[200];
1181 const char *val;
1182 int type = 1;
1183
1184 if (intf == NULL)
1185 return -1;
1186
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001187 if (strcmp(intf, get_main_ifname(dut)) == 0)
1188 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001189 else
1190 ifname = intf;
1191
1192 /*
1193 * UCC may assume the IP address to be available immediately after
1194 * association without trying to run sta_get_ip_config multiple times.
1195 * Sigma CAPI does not specify this command as a block command that
1196 * would wait for the address to become available, but to pass tests
1197 * more reliably, it looks like such a wait may be needed here.
1198 */
1199 if (wait_ip_addr(dut, ifname, 15) < 0) {
1200 sigma_dut_print(dut, DUT_MSG_INFO, "Could not get IP address "
1201 "for sta_get_ip_config");
1202 /*
1203 * Try to continue anyway since many UCC tests do not really
1204 * care about the return value from here..
1205 */
1206 }
1207
1208 val = get_param(cmd, "Type");
1209 if (val)
1210 type = atoi(val);
1211 if (type == 2 || dut->last_set_ip_config_ipv6) {
1212 int i;
1213
1214 /*
1215 * Since we do not have proper wait for IPv6 addresses, use a
1216 * fixed two second delay here as a workaround for UCC script
1217 * assuming IPv6 address is available when this command returns.
1218 * Some scripts did not use Type,2 properly for IPv6, so include
1219 * also the cases where the previous sta_set_ip_config indicated
1220 * use of IPv6.
1221 */
1222 sigma_dut_print(dut, DUT_MSG_INFO, "Wait up to extra ten seconds in sta_get_ip_config for IPv6 address");
1223 for (i = 0; i < 10; i++) {
1224 sleep(1);
1225 if (get_ipv6_config(dut, ifname, buf, sizeof(buf)) == 0)
1226 {
1227 sigma_dut_print(dut, DUT_MSG_INFO, "Found IPv6 address");
1228 send_resp(dut, conn, SIGMA_COMPLETE, buf);
1229#ifdef ANDROID
1230 sigma_dut_print(dut, DUT_MSG_INFO,
1231 "Adding IPv6 rule on Android");
1232 add_ipv6_rule(dut, intf);
1233#endif /* ANDROID */
1234
1235 return 0;
1236 }
1237 }
1238 }
1239 if (type == 1) {
1240 if (get_ip_config(dut, ifname, buf, sizeof(buf)) < 0)
1241 return -2;
1242 } else if (type == 2) {
1243 if (get_ipv6_config(dut, ifname, buf, sizeof(buf)) < 0)
1244 return -2;
1245 } else {
1246 send_resp(dut, conn, SIGMA_ERROR,
1247 "errorCode,Unsupported address type");
1248 return 0;
1249 }
1250
1251 send_resp(dut, conn, SIGMA_COMPLETE, buf);
1252 return 0;
1253}
1254
1255
1256static void kill_dhcp_client(struct sigma_dut *dut, const char *ifname)
1257{
1258#ifdef __linux__
1259 char buf[200];
1260 char path[128];
1261 struct stat s;
1262
1263#ifdef ANDROID
1264 snprintf(path, sizeof(path), "/data/misc/dhcp/dhcpcd-%s.pid", ifname);
1265#else /* ANDROID */
1266 snprintf(path, sizeof(path), "/var/run/dhclient-%s.pid", ifname);
1267#endif /* ANDROID */
1268 if (stat(path, &s) == 0) {
1269 snprintf(buf, sizeof(buf), "kill `cat %s`", path);
1270 sigma_dut_print(dut, DUT_MSG_INFO,
1271 "Kill previous DHCP client: %s", buf);
1272 if (system(buf) != 0)
1273 sigma_dut_print(dut, DUT_MSG_INFO,
1274 "Failed to kill DHCP client");
1275 unlink(path);
1276 sleep(1);
1277 } else {
1278 snprintf(path, sizeof(path), "/var/run/dhcpcd-%s.pid", ifname);
1279
1280 if (stat(path, &s) == 0) {
1281 snprintf(buf, sizeof(buf), "kill `cat %s`", path);
1282 sigma_dut_print(dut, DUT_MSG_INFO,
1283 "Kill previous DHCP client: %s", buf);
1284 if (system(buf) != 0)
1285 sigma_dut_print(dut, DUT_MSG_INFO,
1286 "Failed to kill DHCP client");
1287 unlink(path);
1288 sleep(1);
1289 }
1290 }
1291#endif /* __linux__ */
1292}
1293
1294
1295static int start_dhcp_client(struct sigma_dut *dut, const char *ifname)
1296{
1297#ifdef __linux__
1298 char buf[200];
1299
1300#ifdef ANDROID
Purushottam Kushwaha46d64262016-08-23 17:57:53 +05301301 if (access("/system/bin/dhcpcd", F_OK) != -1) {
1302 snprintf(buf, sizeof(buf),
1303 "/system/bin/dhcpcd -b %s", ifname);
1304 } else if (access("/system/bin/dhcptool", F_OK) != -1) {
1305 snprintf(buf, sizeof(buf), "/system/bin/dhcptool %s &", ifname);
Ankita Bajaj8454e5d2019-04-05 16:04:55 +05301306 } else if (access("/vendor/bin/dhcpcd", F_OK) != -1) {
1307 snprintf(buf, sizeof(buf), "/vendor/bin/dhcpcd -b %s", ifname);
1308 } else if (access("/vendor/bin/dhcptool", F_OK) != -1) {
1309 snprintf(buf, sizeof(buf), "/vendor/bin/dhcptool %s", ifname);
Purushottam Kushwaha46d64262016-08-23 17:57:53 +05301310 } else {
1311 sigma_dut_print(dut, DUT_MSG_ERROR,
1312 "DHCP client program missing");
1313 return 0;
1314 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001315#else /* ANDROID */
1316 snprintf(buf, sizeof(buf),
1317 "dhclient -nw -pf /var/run/dhclient-%s.pid %s",
1318 ifname, ifname);
1319#endif /* ANDROID */
1320 sigma_dut_print(dut, DUT_MSG_INFO, "Start DHCP client: %s", buf);
1321 if (system(buf) != 0) {
1322 snprintf(buf, sizeof(buf), "dhcpcd -t 0 %s &", ifname);
1323 if (system(buf) != 0) {
1324 sigma_dut_print(dut, DUT_MSG_INFO,
1325 "Failed to start DHCP client");
1326#ifndef ANDROID
1327 return -1;
1328#endif /* ANDROID */
1329 }
1330 }
1331#endif /* __linux__ */
1332
1333 return 0;
1334}
1335
1336
1337static int clear_ip_addr(struct sigma_dut *dut, const char *ifname)
1338{
1339#ifdef __linux__
1340 char buf[200];
1341
1342 snprintf(buf, sizeof(buf), "ip addr flush dev %s", ifname);
1343 if (system(buf) != 0) {
1344 sigma_dut_print(dut, DUT_MSG_INFO,
1345 "Failed to clear IP addresses");
1346 return -1;
1347 }
1348#endif /* __linux__ */
1349
1350 return 0;
1351}
1352
1353
1354#ifdef ANDROID
1355static int add_ipv6_rule(struct sigma_dut *dut, const char *ifname)
1356{
1357 char cmd[200], *result, *pos;
1358 FILE *fp;
Pradeep Reddy POTTETIf58a1fe2016-10-13 17:22:03 +05301359 int tableid;
1360 size_t len, result_len = 1000;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001361
1362 snprintf(cmd, sizeof(cmd), "ip -6 route list table all | grep %s",
1363 ifname);
1364 fp = popen(cmd, "r");
1365 if (fp == NULL)
1366 return -1;
1367
1368 result = malloc(result_len);
Pradeep Reddy POTTETI673d85c2016-07-26 19:08:07 +05301369 if (result == NULL) {
1370 fclose(fp);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001371 return -1;
Pradeep Reddy POTTETI673d85c2016-07-26 19:08:07 +05301372 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001373
Pradeep Reddy POTTETIf58a1fe2016-10-13 17:22:03 +05301374 len = fread(result, 1, result_len - 1, fp);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001375 fclose(fp);
1376
1377 if (len == 0) {
1378 free(result);
1379 return -1;
1380 }
Pradeep Reddy POTTETIf58a1fe2016-10-13 17:22:03 +05301381 result[len] = '\0';
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001382
1383 pos = strstr(result, "table ");
1384 if (pos == NULL) {
1385 free(result);
1386 return -1;
1387 }
1388
1389 pos += strlen("table ");
1390 tableid = atoi(pos);
1391 if (tableid != 0) {
1392 if (system("ip -6 rule del prio 22000") != 0) {
1393 /* ignore any error */
1394 }
1395 snprintf(cmd, sizeof(cmd),
1396 "ip -6 rule add from all lookup %d prio 22000",
1397 tableid);
1398 if (system(cmd) != 0) {
1399 sigma_dut_print(dut, DUT_MSG_INFO,
1400 "Failed to run %s", cmd);
1401 free(result);
1402 return -1;
1403 }
1404 } else {
1405 sigma_dut_print(dut, DUT_MSG_INFO,
1406 "No Valid Table Id found %s", pos);
1407 free(result);
1408 return -1;
1409 }
1410 free(result);
1411
1412 return 0;
1413}
1414#endif /* ANDROID */
1415
1416
Ankita Bajaj1bde7942018-01-09 19:15:01 +05301417int set_ipv4_addr(struct sigma_dut *dut, const char *ifname,
1418 const char *ip, const char *mask)
1419{
1420 char buf[200];
1421
1422 snprintf(buf, sizeof(buf), "ifconfig %s %s netmask %s",
1423 ifname, ip, mask);
1424 return system(buf) == 0;
1425}
1426
1427
1428int set_ipv4_gw(struct sigma_dut *dut, const char *gw)
1429{
1430 char buf[200];
1431
1432 if (!is_ip_addr(gw)) {
1433 sigma_dut_print(dut, DUT_MSG_DEBUG, "Invalid gw addr - %s", gw);
1434 return -1;
1435 }
1436
1437 snprintf(buf, sizeof(buf), "route add default gw %s", gw);
1438 if (!dut->no_ip_addr_set && system(buf) != 0) {
1439 snprintf(buf, sizeof(buf), "ip ro re default via %s",
1440 gw);
1441 if (system(buf) != 0)
1442 return 0;
1443 }
1444
1445 return 1;
1446}
1447
1448
Jouni Malinenf7222712019-06-13 01:50:21 +03001449static enum sigma_cmd_result cmd_sta_set_ip_config(struct sigma_dut *dut,
1450 struct sigma_conn *conn,
1451 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001452{
1453 const char *intf = get_param(cmd, "Interface");
1454 const char *ifname;
1455 char buf[200];
1456 const char *val, *ip, *mask, *gw;
1457 int type = 1;
1458
1459 if (intf == NULL)
1460 return -1;
1461
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001462 if (strcmp(intf, get_main_ifname(dut)) == 0)
1463 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001464 else
1465 ifname = intf;
1466
1467 if (if_nametoindex(ifname) == 0) {
1468 send_resp(dut, conn, SIGMA_ERROR,
1469 "ErrorCode,Unknown interface");
1470 return 0;
1471 }
1472
1473 val = get_param(cmd, "Type");
1474 if (val) {
1475 type = atoi(val);
Ankita Bajaj1bde7942018-01-09 19:15:01 +05301476 if (type < 1 || type > 3) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001477 send_resp(dut, conn, SIGMA_ERROR,
1478 "ErrorCode,Unsupported address type");
1479 return 0;
1480 }
1481 }
1482
1483 dut->last_set_ip_config_ipv6 = 0;
1484
1485 val = get_param(cmd, "dhcp");
1486 if (val && (strcmp(val, "1") == 0 || strcasecmp(val, "true") == 0)) {
1487 static_ip_file(0, NULL, NULL, NULL);
1488#ifdef __linux__
1489 if (type == 2) {
1490 dut->last_set_ip_config_ipv6 = 1;
1491 sigma_dut_print(dut, DUT_MSG_INFO, "Using IPv6 "
1492 "stateless address autoconfiguration");
1493#ifdef ANDROID
1494 /*
1495 * This sleep is required as the assignment in case of
1496 * Android is taking time and is done by the kernel.
1497 * The subsequent ping for IPv6 is impacting HS20 test
1498 * case.
1499 */
1500 sleep(2);
1501 add_ipv6_rule(dut, intf);
1502#endif /* ANDROID */
1503 /* Assume this happens by default */
1504 return 1;
1505 }
Ankita Bajaj1bde7942018-01-09 19:15:01 +05301506 if (type != 3) {
1507 kill_dhcp_client(dut, ifname);
1508 if (start_dhcp_client(dut, ifname) < 0)
1509 return -2;
1510 } else {
1511 sigma_dut_print(dut, DUT_MSG_DEBUG,
1512 "Using FILS HLP DHCPv4 Rapid Commit");
1513 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001514
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001515 return 1;
1516#endif /* __linux__ */
1517 return -2;
1518 }
1519
1520 ip = get_param(cmd, "ip");
Pradeep Reddy POTTETIb18c5652016-01-18 12:45:37 +05301521 if (!ip) {
1522 send_resp(dut, conn, SIGMA_INVALID,
1523 "ErrorCode,Missing IP address");
1524 return 0;
1525 }
1526
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001527 mask = get_param(cmd, "mask");
Pradeep Reddy POTTETIb18c5652016-01-18 12:45:37 +05301528 if (!mask) {
1529 send_resp(dut, conn, SIGMA_INVALID,
1530 "ErrorCode,Missing subnet mask");
1531 return 0;
1532 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001533
1534 if (type == 2) {
1535 int net = atoi(mask);
1536
1537 if ((net < 0 && net > 64) || !is_ipv6_addr(ip))
1538 return -1;
1539
1540 if (dut->no_ip_addr_set) {
1541 snprintf(buf, sizeof(buf),
1542 "sysctl net.ipv6.conf.%s.disable_ipv6=1",
1543 ifname);
1544 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
1545 if (system(buf) != 0) {
1546 sigma_dut_print(dut, DUT_MSG_DEBUG,
1547 "Failed to disable IPv6 address before association");
1548 }
1549 } else {
Veerendranath Jakkam176181c2020-05-16 00:19:21 +05301550 if (set_ipv6_addr(dut, ip, mask, ifname) != 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001551 send_resp(dut, conn, SIGMA_ERROR,
1552 "ErrorCode,Failed to set IPv6 address");
1553 return 0;
1554 }
1555 }
1556
1557 dut->last_set_ip_config_ipv6 = 1;
1558 static_ip_file(6, ip, mask, NULL);
1559 return 1;
1560 } else if (type == 1) {
Pradeep Reddy POTTETIb18c5652016-01-18 12:45:37 +05301561 if (!is_ip_addr(ip) || !is_ip_addr(mask))
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001562 return -1;
1563 }
1564
1565 kill_dhcp_client(dut, ifname);
1566
1567 if (!dut->no_ip_addr_set) {
Ankita Bajaj1bde7942018-01-09 19:15:01 +05301568 if (!set_ipv4_addr(dut, ifname, ip, mask)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001569 send_resp(dut, conn, SIGMA_ERROR,
1570 "ErrorCode,Failed to set IP address");
1571 return 0;
1572 }
1573 }
1574
1575 gw = get_param(cmd, "defaultGateway");
1576 if (gw) {
Ankita Bajaj1bde7942018-01-09 19:15:01 +05301577 if (set_ipv4_gw(dut, gw) < 1) {
1578 send_resp(dut, conn, SIGMA_ERROR,
1579 "ErrorCode,Failed to set default gateway");
1580 return 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001581 }
1582 }
1583
1584 val = get_param(cmd, "primary-dns");
1585 if (val) {
1586 /* TODO */
1587 sigma_dut_print(dut, DUT_MSG_INFO, "Ignored primary-dns %s "
1588 "setting", val);
1589 }
1590
1591 val = get_param(cmd, "secondary-dns");
1592 if (val) {
1593 /* TODO */
1594 sigma_dut_print(dut, DUT_MSG_INFO, "Ignored secondary-dns %s "
1595 "setting", val);
1596 }
1597
1598 static_ip_file(4, ip, mask, gw);
1599
1600 return 1;
1601}
1602
1603
Jouni Malinenf7222712019-06-13 01:50:21 +03001604static enum sigma_cmd_result cmd_sta_get_info(struct sigma_dut *dut,
1605 struct sigma_conn *conn,
1606 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001607{
1608 /* const char *intf = get_param(cmd, "Interface"); */
1609 /* TODO: could report more details here */
1610 send_resp(dut, conn, SIGMA_COMPLETE, "vendor,Atheros");
1611 return 0;
1612}
1613
1614
Jouni Malinenf7222712019-06-13 01:50:21 +03001615static enum sigma_cmd_result cmd_sta_get_mac_address(struct sigma_dut *dut,
1616 struct sigma_conn *conn,
1617 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001618{
1619 /* const char *intf = get_param(cmd, "Interface"); */
1620 char addr[20], resp[50];
1621
Ankita Bajaj0d5825b2017-10-25 16:20:17 +05301622 if (dut->dev_role == DEVROLE_STA_CFON)
1623 return sta_cfon_get_mac_address(dut, conn, cmd);
1624
Jouni Malinen9540e012019-11-05 17:08:42 +02001625 start_sta_mode(dut);
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001626 if (get_wpa_status(get_station_ifname(dut), "address",
1627 addr, sizeof(addr)) < 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001628 return -2;
1629
1630 snprintf(resp, sizeof(resp), "mac,%s", addr);
1631 send_resp(dut, conn, SIGMA_COMPLETE, resp);
1632 return 0;
1633}
1634
1635
Jouni Malinenf7222712019-06-13 01:50:21 +03001636static enum sigma_cmd_result cmd_sta_is_connected(struct sigma_dut *dut,
1637 struct sigma_conn *conn,
1638 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001639{
1640 /* const char *intf = get_param(cmd, "Interface"); */
1641 int connected = 0;
1642 char result[32];
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001643 if (get_wpa_status(get_station_ifname(dut), "wpa_state", result,
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001644 sizeof(result)) < 0) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001645 sigma_dut_print(dut, DUT_MSG_INFO,
1646 "Could not get interface %s status",
1647 get_station_ifname(dut));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001648 return -2;
1649 }
1650
1651 sigma_dut_print(dut, DUT_MSG_DEBUG, "wpa_state=%s", result);
1652 if (strncmp(result, "COMPLETED", 9) == 0)
1653 connected = 1;
1654
1655 if (connected)
1656 send_resp(dut, conn, SIGMA_COMPLETE, "connected,1");
1657 else
1658 send_resp(dut, conn, SIGMA_COMPLETE, "connected,0");
1659
1660 return 0;
1661}
1662
1663
Jouni Malinenf7222712019-06-13 01:50:21 +03001664static enum sigma_cmd_result
1665cmd_sta_verify_ip_connection(struct sigma_dut *dut, struct sigma_conn *conn,
1666 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001667{
1668 /* const char *intf = get_param(cmd, "Interface"); */
1669 const char *dst, *timeout;
1670 int wait_time = 90;
1671 char buf[100];
1672 int res;
1673
1674 dst = get_param(cmd, "destination");
1675 if (dst == NULL || !is_ip_addr(dst))
1676 return -1;
1677
1678 timeout = get_param(cmd, "timeout");
1679 if (timeout) {
1680 wait_time = atoi(timeout);
1681 if (wait_time < 1)
1682 wait_time = 1;
1683 }
1684
1685 /* TODO: force renewal of IP lease if DHCP is enabled */
1686
1687 snprintf(buf, sizeof(buf), "ping %s -c 3 -W %d", dst, wait_time);
1688 res = system(buf);
1689 sigma_dut_print(dut, DUT_MSG_DEBUG, "ping returned: %d", res);
1690 if (res == 0)
1691 send_resp(dut, conn, SIGMA_COMPLETE, "connected,1");
1692 else if (res == 256)
1693 send_resp(dut, conn, SIGMA_COMPLETE, "connected,0");
1694 else
1695 return -2;
1696
1697 return 0;
1698}
1699
1700
Jouni Malinenf7222712019-06-13 01:50:21 +03001701static enum sigma_cmd_result cmd_sta_get_bssid(struct sigma_dut *dut,
1702 struct sigma_conn *conn,
1703 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001704{
1705 /* const char *intf = get_param(cmd, "Interface"); */
1706 char bssid[20], resp[50];
1707
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001708 if (get_wpa_status(get_station_ifname(dut), "bssid",
1709 bssid, sizeof(bssid)) < 0)
Peng Xub8fc5cc2017-05-10 17:27:28 -07001710 strlcpy(bssid, "00:00:00:00:00:00", sizeof(bssid));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001711
1712 snprintf(resp, sizeof(resp), "bssid,%s", bssid);
1713 send_resp(dut, conn, SIGMA_COMPLETE, resp);
1714 return 0;
1715}
1716
1717
1718#ifdef __SAMSUNG__
1719static int add_use_network(const char *ifname)
1720{
1721 char buf[100];
1722
1723 snprintf(buf, sizeof(buf), "USE_NETWORK ON");
1724 wpa_command(ifname, buf);
1725 return 0;
1726}
1727#endif /* __SAMSUNG__ */
1728
1729
1730static int add_network_common(struct sigma_dut *dut, struct sigma_conn *conn,
1731 const char *ifname, struct sigma_cmd *cmd)
1732{
1733 const char *ssid = get_param(cmd, "ssid");
1734 int id;
1735 const char *val;
1736
1737 if (ssid == NULL)
1738 return -1;
1739
1740 start_sta_mode(dut);
1741
1742#ifdef __SAMSUNG__
1743 add_use_network(ifname);
1744#endif /* __SAMSUNG__ */
1745
1746 id = add_network(ifname);
1747 if (id < 0)
1748 return -2;
1749 sigma_dut_print(dut, DUT_MSG_DEBUG, "Adding network %d", id);
1750
1751 if (set_network_quoted(ifname, id, "ssid", ssid) < 0)
1752 return -2;
1753
1754 dut->infra_network_id = id;
1755 snprintf(dut->infra_ssid, sizeof(dut->infra_ssid), "%s", ssid);
1756
1757 val = get_param(cmd, "program");
1758 if (!val)
1759 val = get_param(cmd, "prog");
1760 if (val && strcasecmp(val, "hs2") == 0) {
1761 char buf[100];
1762 snprintf(buf, sizeof(buf), "ENABLE_NETWORK %d no-connect", id);
1763 wpa_command(ifname, buf);
1764
1765 val = get_param(cmd, "prefer");
1766 if (val && atoi(val) > 0)
1767 set_network(ifname, id, "priority", "1");
1768 }
1769
1770 return id;
1771}
1772
1773
Jouni Malinenf7222712019-06-13 01:50:21 +03001774static enum sigma_cmd_result cmd_sta_set_encryption(struct sigma_dut *dut,
1775 struct sigma_conn *conn,
1776 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001777{
1778 const char *intf = get_param(cmd, "Interface");
1779 const char *ssid = get_param(cmd, "ssid");
1780 const char *type = get_param(cmd, "encpType");
1781 const char *ifname;
1782 char buf[200];
1783 int id;
1784
1785 if (intf == NULL || ssid == NULL)
1786 return -1;
1787
Jouni Malinen016ae6c2019-11-04 17:00:01 +02001788 if (strcmp(intf, get_main_ifname(dut)) == 0)
1789 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001790 else
1791 ifname = intf;
1792
1793 id = add_network_common(dut, conn, ifname, cmd);
1794 if (id < 0)
1795 return id;
1796
1797 if (set_network(ifname, id, "key_mgmt", "NONE") < 0)
1798 return -2;
1799
1800 if (type && strcasecmp(type, "wep") == 0) {
1801 const char *val;
1802 int i;
1803
1804 val = get_param(cmd, "activeKey");
1805 if (val) {
1806 int keyid;
1807 keyid = atoi(val);
1808 if (keyid < 1 || keyid > 4)
1809 return -1;
1810 snprintf(buf, sizeof(buf), "%d", keyid - 1);
1811 if (set_network(ifname, id, "wep_tx_keyidx", buf) < 0)
1812 return -2;
1813 }
1814
1815 for (i = 0; i < 4; i++) {
1816 snprintf(buf, sizeof(buf), "key%d", i + 1);
1817 val = get_param(cmd, buf);
1818 if (val == NULL)
1819 continue;
1820 snprintf(buf, sizeof(buf), "wep_key%d", i);
1821 if (set_network(ifname, id, buf, val) < 0)
1822 return -2;
1823 }
1824 }
1825
1826 return 1;
1827}
1828
1829
Jouni Malinene4fde732019-03-25 22:29:37 +02001830static int set_akm_suites(struct sigma_dut *dut, const char *ifname,
1831 int id, const char *val)
1832{
1833 char key_mgmt[200], *end, *pos;
1834 const char *in_pos = val;
1835
Jouni Malinen8179fee2019-03-28 03:19:47 +02001836 dut->akm_values = 0;
Jouni Malinene4fde732019-03-25 22:29:37 +02001837 pos = key_mgmt;
1838 end = pos + sizeof(key_mgmt);
1839 while (*in_pos) {
1840 int res, akm = atoi(in_pos);
1841 const char *str;
1842
Jouni Malinen8179fee2019-03-28 03:19:47 +02001843 if (akm >= 0 && akm < 32)
1844 dut->akm_values |= 1 << akm;
1845
Jouni Malinene4fde732019-03-25 22:29:37 +02001846 switch (akm) {
1847 case AKM_WPA_EAP:
1848 str = "WPA-EAP";
1849 break;
1850 case AKM_WPA_PSK:
1851 str = "WPA-PSK";
1852 break;
1853 case AKM_FT_EAP:
1854 str = "FT-EAP";
1855 break;
1856 case AKM_FT_PSK:
1857 str = "FT-PSK";
1858 break;
1859 case AKM_EAP_SHA256:
1860 str = "WPA-EAP-SHA256";
1861 break;
1862 case AKM_PSK_SHA256:
1863 str = "WPA-PSK-SHA256";
1864 break;
1865 case AKM_SAE:
1866 str = "SAE";
1867 break;
1868 case AKM_FT_SAE:
1869 str = "FT-SAE";
1870 break;
1871 case AKM_SUITE_B:
1872 str = "WPA-EAP-SUITE-B-192";
1873 break;
1874 case AKM_FT_SUITE_B:
1875 str = "FT-EAP-SHA384";
1876 break;
1877 case AKM_FILS_SHA256:
1878 str = "FILS-SHA256";
1879 break;
1880 case AKM_FILS_SHA384:
1881 str = "FILS-SHA384";
1882 break;
1883 case AKM_FT_FILS_SHA256:
1884 str = "FT-FILS-SHA256";
1885 break;
1886 case AKM_FT_FILS_SHA384:
1887 str = "FT-FILS-SHA384";
1888 break;
1889 default:
1890 sigma_dut_print(dut, DUT_MSG_ERROR,
1891 "Unsupported AKMSuitetype %d", akm);
1892 return -1;
1893 }
1894
1895 res = snprintf(pos, end - pos, "%s%s",
1896 pos == key_mgmt ? "" : " ", str);
1897 if (res < 0 || res >= end - pos)
1898 return -1;
1899 pos += res;
1900
1901 in_pos = strchr(in_pos, ';');
1902 if (!in_pos)
1903 break;
1904 while (*in_pos == ';')
1905 in_pos++;
1906 }
1907 sigma_dut_print(dut, DUT_MSG_DEBUG, "AKMSuiteType %s --> %s",
1908 val, key_mgmt);
1909 return set_network(ifname, id, "key_mgmt", key_mgmt);
1910}
1911
1912
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001913static int set_wpa_common(struct sigma_dut *dut, struct sigma_conn *conn,
1914 const char *ifname, struct sigma_cmd *cmd)
1915{
1916 const char *val;
1917 int id;
Jouni Malinenad395a22017-09-01 21:13:46 +03001918 int cipher_set = 0;
Jouni Malinen47dcc952017-10-09 16:43:24 +03001919 int owe;
Sunil Duttc75a1e62018-01-11 20:47:50 +05301920 int suite_b = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001921
1922 id = add_network_common(dut, conn, ifname, cmd);
1923 if (id < 0)
1924 return id;
1925
Jouni Malinen47dcc952017-10-09 16:43:24 +03001926 val = get_param(cmd, "Type");
1927 owe = val && strcasecmp(val, "OWE") == 0;
1928
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001929 val = get_param(cmd, "keyMgmtType");
Jouni Malinen47dcc952017-10-09 16:43:24 +03001930 if (!val && owe)
1931 val = "OWE";
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001932 if (val == NULL) {
Jouni Malinene4fde732019-03-25 22:29:37 +02001933 /* keyMgmtType is being replaced with AKMSuiteType, so ignore
1934 * this missing parameter and assume proto=WPA2. */
1935 if (set_network(ifname, id, "proto", "WPA2") < 0)
1936 return ERROR_SEND_STATUS;
1937 } else if (strcasecmp(val, "wpa") == 0 ||
1938 strcasecmp(val, "wpa-psk") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001939 if (set_network(ifname, id, "proto", "WPA") < 0)
1940 return -2;
1941 } else if (strcasecmp(val, "wpa2") == 0 ||
1942 strcasecmp(val, "wpa2-psk") == 0 ||
1943 strcasecmp(val, "wpa2-ft") == 0 ||
1944 strcasecmp(val, "wpa2-sha256") == 0) {
1945 if (set_network(ifname, id, "proto", "WPA2") < 0)
1946 return -2;
Pradeep Reddy POTTETI6d04b3b2016-11-15 14:51:26 +05301947 } else if (strcasecmp(val, "wpa2-wpa-psk") == 0 ||
1948 strcasecmp(val, "wpa2-wpa-ent") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001949 if (set_network(ifname, id, "proto", "WPA WPA2") < 0)
1950 return -2;
Jouni Malinenad395a22017-09-01 21:13:46 +03001951 } else if (strcasecmp(val, "SuiteB") == 0) {
Sunil Duttc75a1e62018-01-11 20:47:50 +05301952 suite_b = 1;
Jouni Malinenad395a22017-09-01 21:13:46 +03001953 if (set_network(ifname, id, "proto", "WPA2") < 0)
1954 return -2;
Jouni Malinen47dcc952017-10-09 16:43:24 +03001955 } else if (strcasecmp(val, "OWE") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02001956 } else {
1957 send_resp(dut, conn, SIGMA_INVALID, "errorCode,Unrecognized keyMgmtType value");
1958 return 0;
1959 }
1960
1961 val = get_param(cmd, "encpType");
Jouni Malinenad395a22017-09-01 21:13:46 +03001962 if (val) {
1963 cipher_set = 1;
1964 if (strcasecmp(val, "tkip") == 0) {
1965 if (set_network(ifname, id, "pairwise", "TKIP") < 0)
1966 return -2;
1967 } else if (strcasecmp(val, "aes-ccmp") == 0) {
1968 if (set_network(ifname, id, "pairwise", "CCMP") < 0)
1969 return -2;
1970 } else if (strcasecmp(val, "aes-ccmp-tkip") == 0) {
1971 if (set_network(ifname, id, "pairwise",
1972 "CCMP TKIP") < 0)
1973 return -2;
1974 } else if (strcasecmp(val, "aes-gcmp") == 0) {
1975 if (set_network(ifname, id, "pairwise", "GCMP") < 0)
1976 return -2;
1977 if (set_network(ifname, id, "group", "GCMP") < 0)
1978 return -2;
1979 } else {
1980 send_resp(dut, conn, SIGMA_ERROR,
1981 "errorCode,Unrecognized encpType value");
1982 return 0;
1983 }
1984 }
1985
1986 val = get_param(cmd, "PairwiseCipher");
1987 if (val) {
1988 cipher_set = 1;
1989 /* TODO: Support space separated list */
1990 if (strcasecmp(val, "AES-GCMP-256") == 0) {
1991 if (set_network(ifname, id, "pairwise", "GCMP-256") < 0)
1992 return -2;
1993 } else if (strcasecmp(val, "AES-CCMP-256") == 0) {
1994 if (set_network(ifname, id, "pairwise",
1995 "CCMP-256") < 0)
1996 return -2;
1997 } else if (strcasecmp(val, "AES-GCMP-128") == 0) {
1998 if (set_network(ifname, id, "pairwise", "GCMP") < 0)
1999 return -2;
2000 } else if (strcasecmp(val, "AES-CCMP-128") == 0) {
2001 if (set_network(ifname, id, "pairwise", "CCMP") < 0)
2002 return -2;
2003 } else {
2004 send_resp(dut, conn, SIGMA_ERROR,
2005 "errorCode,Unrecognized PairwiseCipher value");
2006 return 0;
2007 }
2008 }
2009
Jouni Malinen47dcc952017-10-09 16:43:24 +03002010 if (!cipher_set && !owe) {
Jouni Malinenad395a22017-09-01 21:13:46 +03002011 send_resp(dut, conn, SIGMA_ERROR,
2012 "errorCode,Missing encpType and PairwiseCipher");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002013 return 0;
2014 }
Jouni Malinenad395a22017-09-01 21:13:46 +03002015
2016 val = get_param(cmd, "GroupCipher");
2017 if (val) {
2018 if (strcasecmp(val, "AES-GCMP-256") == 0) {
2019 if (set_network(ifname, id, "group", "GCMP-256") < 0)
2020 return -2;
2021 } else if (strcasecmp(val, "AES-CCMP-256") == 0) {
2022 if (set_network(ifname, id, "group", "CCMP-256") < 0)
2023 return -2;
2024 } else if (strcasecmp(val, "AES-GCMP-128") == 0) {
2025 if (set_network(ifname, id, "group", "GCMP") < 0)
2026 return -2;
2027 } else if (strcasecmp(val, "AES-CCMP-128") == 0) {
2028 if (set_network(ifname, id, "group", "CCMP") < 0)
2029 return -2;
2030 } else {
2031 send_resp(dut, conn, SIGMA_ERROR,
2032 "errorCode,Unrecognized GroupCipher value");
2033 return 0;
2034 }
2035 }
2036
Jouni Malinen7b239522017-09-14 21:37:18 +03002037 val = get_param(cmd, "GroupMgntCipher");
Jouni Malinenad395a22017-09-01 21:13:46 +03002038 if (val) {
Jouni Malinene8898cb2017-09-26 17:55:26 +03002039 const char *cipher;
2040
2041 if (strcasecmp(val, "BIP-GMAC-256") == 0) {
2042 cipher = "BIP-GMAC-256";
2043 } else if (strcasecmp(val, "BIP-CMAC-256") == 0) {
2044 cipher = "BIP-CMAC-256";
2045 } else if (strcasecmp(val, "BIP-GMAC-128") == 0) {
2046 cipher = "BIP-GMAC-128";
2047 } else if (strcasecmp(val, "BIP-CMAC-128") == 0) {
2048 cipher = "AES-128-CMAC";
2049 } else {
2050 send_resp(dut, conn, SIGMA_INVALID,
2051 "errorCode,Unsupported GroupMgntCipher");
2052 return 0;
2053 }
2054 if (set_network(ifname, id, "group_mgmt", cipher) < 0) {
2055 send_resp(dut, conn, SIGMA_INVALID,
2056 "errorCode,Failed to set GroupMgntCipher");
2057 return 0;
2058 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002059 }
2060
Jouni Malinene4fde732019-03-25 22:29:37 +02002061 val = get_param(cmd, "AKMSuiteType");
2062 if (val && set_akm_suites(dut, ifname, id, val) < 0)
2063 return ERROR_SEND_STATUS;
2064
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002065 dut->sta_pmf = STA_PMF_DISABLED;
vamsi krishnaf39bc1e2017-08-23 17:37:53 +05302066
2067 if (dut->program == PROGRAM_OCE) {
2068 dut->sta_pmf = STA_PMF_OPTIONAL;
2069 if (set_network(ifname, id, "ieee80211w", "1") < 0)
2070 return -2;
2071 }
2072
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002073 val = get_param(cmd, "PMF");
2074 if (val) {
2075 if (strcasecmp(val, "Required") == 0 ||
2076 strcasecmp(val, "Forced_Required") == 0) {
2077 dut->sta_pmf = STA_PMF_REQUIRED;
2078 if (set_network(ifname, id, "ieee80211w", "2") < 0)
2079 return -2;
2080 } else if (strcasecmp(val, "Optional") == 0) {
2081 dut->sta_pmf = STA_PMF_OPTIONAL;
2082 if (set_network(ifname, id, "ieee80211w", "1") < 0)
2083 return -2;
2084 } else if (strcasecmp(val, "Disabled") == 0 ||
Kiran Kumar Lokere07da3b22018-12-16 22:42:49 -08002085 strcasecmp(val, "Disable") == 0 ||
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002086 strcasecmp(val, "Forced_Disabled") == 0) {
2087 dut->sta_pmf = STA_PMF_DISABLED;
2088 } else {
2089 send_resp(dut, conn, SIGMA_INVALID, "errorCode,Unrecognized PMF value");
2090 return 0;
2091 }
Sunil Duttc75a1e62018-01-11 20:47:50 +05302092 } else if (owe || suite_b) {
Jouni Malinen1287cd72018-01-04 17:08:01 +02002093 dut->sta_pmf = STA_PMF_REQUIRED;
2094 if (set_network(ifname, id, "ieee80211w", "2") < 0)
2095 return -2;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002096 }
2097
Jouni Malinen0165c7f2020-03-26 11:51:58 +02002098 val = get_param(cmd, "BeaconProtection");
2099 if (val && atoi(val) == 1 &&
2100 set_network(ifname, id, "beacon_prot", "1") < 0)
2101 return ERROR_SEND_STATUS;
2102
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002103 return id;
2104}
2105
2106
Jouni Malinenf7222712019-06-13 01:50:21 +03002107static enum sigma_cmd_result cmd_sta_set_psk(struct sigma_dut *dut,
2108 struct sigma_conn *conn,
2109 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002110{
2111 const char *intf = get_param(cmd, "Interface");
Jouni Malinen992a81e2017-08-22 13:57:47 +03002112 const char *type = get_param(cmd, "Type");
Jouni Malinen1287cd72018-01-04 17:08:01 +02002113 const char *pmf = get_param(cmd, "PMF");
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02002114 const char *network_mode = get_param(cmd, "network_mode");
Jouni Malinene4fde732019-03-25 22:29:37 +02002115 const char *akm = get_param(cmd, "AKMSuiteType");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002116 const char *ifname, *val, *alg;
2117 int id;
Jouni Malinen4b3769d2019-10-10 16:20:29 +03002118 char buf[50];
Jouni Malinen11e55212019-11-22 21:46:59 +02002119 int sae_pwe = -1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002120
2121 if (intf == NULL)
2122 return -1;
2123
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002124 if (strcmp(intf, get_main_ifname(dut)) == 0)
2125 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002126 else
2127 ifname = intf;
2128
2129 id = set_wpa_common(dut, conn, ifname, cmd);
2130 if (id < 0)
2131 return id;
2132
2133 val = get_param(cmd, "keyMgmtType");
2134 alg = get_param(cmd, "micAlg");
2135
Jouni Malinen992a81e2017-08-22 13:57:47 +03002136 if (type && strcasecmp(type, "SAE") == 0) {
Jouni Malinene4fde732019-03-25 22:29:37 +02002137 if (!akm && val && strcasecmp(val, "wpa2-ft") == 0) {
Jouni Malinen992a81e2017-08-22 13:57:47 +03002138 if (set_network(ifname, id, "key_mgmt", "FT-SAE") < 0)
2139 return -2;
Jouni Malinene4fde732019-03-25 22:29:37 +02002140 } else if (!akm) {
Jouni Malinen992a81e2017-08-22 13:57:47 +03002141 if (set_network(ifname, id, "key_mgmt", "SAE") < 0)
2142 return -2;
2143 }
2144 if (wpa_command(ifname, "SET sae_groups ") != 0) {
2145 sigma_dut_print(dut, DUT_MSG_ERROR,
2146 "Failed to clear sae_groups to default");
2147 return -2;
2148 }
Jouni Malinen1287cd72018-01-04 17:08:01 +02002149 if (!pmf) {
2150 dut->sta_pmf = STA_PMF_REQUIRED;
2151 if (set_network(ifname, id, "ieee80211w", "2") < 0)
2152 return -2;
2153 }
Jouni Malinen0ab50f42017-08-31 01:34:59 +03002154 } else if (type && strcasecmp(type, "PSK-SAE") == 0) {
2155 if (val && strcasecmp(val, "wpa2-ft") == 0) {
2156 if (set_network(ifname, id, "key_mgmt",
2157 "FT-SAE FT-PSK") < 0)
2158 return -2;
Jouni Malinen3b73d872019-06-12 03:13:25 +03002159 } else if (!akm) {
Jouni Malinen0ab50f42017-08-31 01:34:59 +03002160 if (set_network(ifname, id, "key_mgmt",
2161 "SAE WPA-PSK") < 0)
2162 return -2;
2163 }
2164 if (wpa_command(ifname, "SET sae_groups ") != 0) {
2165 sigma_dut_print(dut, DUT_MSG_ERROR,
2166 "Failed to clear sae_groups to default");
2167 return -2;
2168 }
Jouni Malinen1287cd72018-01-04 17:08:01 +02002169 if (!pmf) {
2170 dut->sta_pmf = STA_PMF_OPTIONAL;
2171 if (set_network(ifname, id, "ieee80211w", "1") < 0)
2172 return -2;
2173 }
Jouni Malinen992a81e2017-08-22 13:57:47 +03002174 } else if (alg && strcasecmp(alg, "SHA-256") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002175 if (set_network(ifname, id, "key_mgmt", "WPA-PSK-SHA256") < 0)
2176 return -2;
2177 } else if (alg && strcasecmp(alg, "SHA-1") == 0) {
2178 if (set_network(ifname, id, "key_mgmt", "WPA-PSK") < 0)
2179 return -2;
Ashwini Patil6dbf7b02017-03-20 13:42:11 +05302180 } else if (val && strcasecmp(val, "wpa2-ft") == 0) {
2181 if (set_network(ifname, id, "key_mgmt", "FT-PSK") < 0)
2182 return -2;
Jouni Malinen3b73d872019-06-12 03:13:25 +03002183 } else if (!akm &&
2184 ((val && strcasecmp(val, "wpa2-sha256") == 0) ||
2185 dut->sta_pmf == STA_PMF_REQUIRED)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002186 if (set_network(ifname, id, "key_mgmt",
2187 "WPA-PSK WPA-PSK-SHA256") < 0)
2188 return -2;
Jouni Malinen77ff3f02019-03-28 03:45:40 +02002189 } else if (!akm && dut->sta_pmf == STA_PMF_OPTIONAL) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002190 if (set_network(ifname, id, "key_mgmt",
2191 "WPA-PSK WPA-PSK-SHA256") < 0)
2192 return -2;
Jouni Malinen77ff3f02019-03-28 03:45:40 +02002193 } else if (!akm) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002194 if (set_network(ifname, id, "key_mgmt", "WPA-PSK") < 0)
2195 return -2;
2196 }
2197
2198 val = get_param(cmd, "passPhrase");
2199 if (val == NULL)
2200 return -1;
Jouni Malinen2126f422017-10-11 23:24:33 +03002201 if (type && strcasecmp(type, "SAE") == 0) {
2202 if (set_network_quoted(ifname, id, "sae_password", val) < 0)
2203 return -2;
2204 } else {
2205 if (set_network_quoted(ifname, id, "psk", val) < 0)
2206 return -2;
2207 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002208
Jouni Malinen78d10c42019-03-25 22:34:32 +02002209 val = get_param(cmd, "PasswordId");
2210 if (val && set_network_quoted(ifname, id, "sae_password_id", val) < 0)
2211 return ERROR_SEND_STATUS;
2212
Jouni Malinen992a81e2017-08-22 13:57:47 +03002213 val = get_param(cmd, "ECGroupID");
2214 if (val) {
Jouni Malinenb54f0df2019-12-12 01:57:29 +02002215 snprintf(buf, sizeof(buf), "SET sae_groups %s", val);
Jouni Malinen992a81e2017-08-22 13:57:47 +03002216 if (wpa_command(ifname, buf) != 0) {
2217 sigma_dut_print(dut, DUT_MSG_ERROR,
2218 "Failed to clear sae_groups");
2219 return -2;
2220 }
2221 }
2222
Jouni Malinen68143132017-09-02 02:34:08 +03002223 val = get_param(cmd, "InvalidSAEElement");
2224 if (val) {
2225 free(dut->sae_commit_override);
2226 dut->sae_commit_override = strdup(val);
2227 }
2228
Jouni Malinen4b3769d2019-10-10 16:20:29 +03002229 val = get_param(cmd, "PMKID_Include");
2230 if (val) {
2231 snprintf(buf, sizeof(buf), "SET sae_pmkid_in_assoc %d",
2232 get_enable_disable(val));
2233 wpa_command(intf, buf);
2234 }
2235
Jouni Malineneeb43d32019-12-06 17:40:07 +02002236 val = get_param(cmd, "IgnoreH2E_RSNXE_BSSMemSel");
2237 if (val) {
2238 snprintf(buf, sizeof(buf), "SET ignore_sae_h2e_only %d",
2239 get_enable_disable(val));
2240 wpa_command(intf, buf);
2241 }
2242
Jouni Malinenf2348d22019-12-07 11:52:55 +02002243 val = get_param(cmd, "ECGroupID_RGE");
2244 if (val) {
2245 snprintf(buf, sizeof(buf), "SET extra_sae_rejected_groups %s",
2246 val);
2247 wpa_command(intf, buf);
2248 }
2249
Jouni Malinen99e55022019-12-07 13:59:41 +02002250 val = get_param(cmd, "RSNXE_Content");
2251 if (val) {
2252 const char *param;
2253
2254 if (strncasecmp(val, "AssocReq:", 9) == 0) {
2255 val += 9;
2256 param = "rsnxe_override_assoc";
2257 } else if (strncasecmp(val, "EapolM2:", 8) == 0) {
2258 val += 8;
2259 param = "rsnxe_override_eapol";
2260 } else {
2261 send_resp(dut, conn, SIGMA_ERROR,
2262 "errorCode,Unsupported RSNXE_Content value");
2263 return STATUS_SENT_ERROR;
2264 }
2265 snprintf(buf, sizeof(buf), "SET %s %s", param, val);
2266 wpa_command(intf, buf);
2267 }
2268
Jouni Malinen11e55212019-11-22 21:46:59 +02002269 val = get_param(cmd, "sae_pwe");
2270 if (val) {
2271 if (strcasecmp(val, "h2e") == 0) {
2272 dut->sae_pwe = SAE_PWE_H2E;
Jouni Malinen7244a412019-12-07 11:54:10 +02002273 } else if (strcasecmp(val, "loop") == 0 ||
2274 strcasecmp(val, "looping") == 0) {
Jouni Malinen11e55212019-11-22 21:46:59 +02002275 dut->sae_pwe = SAE_PWE_LOOP;
2276 } else {
2277 send_resp(dut, conn, SIGMA_ERROR,
2278 "errorCode,Unsupported sae_pwe value");
2279 return STATUS_SENT_ERROR;
2280 }
2281 }
Vinita S. Maloo6d7454f2020-04-02 15:03:26 +05302282
2283 val = get_param(cmd, "Clear_RSNXE");
2284 if (val && strcmp(val, "1") == 0 &&
2285 (wpa_command(intf, "SET rsnxe_override_assoc ") ||
2286 wpa_command(intf, "SET rsnxe_override_eapol "))) {
2287 send_resp(dut, conn, SIGMA_ERROR,
2288 "errorCode,Failed to clear RSNXE");
Jouni Malinenb11498c2020-08-03 11:05:53 +03002289 return STATUS_SENT_ERROR;
Vinita S. Maloo6d7454f2020-04-02 15:03:26 +05302290 }
2291
Jouni Malinenc0078772020-03-04 21:23:16 +02002292 if (dut->sae_pwe == SAE_PWE_LOOP && get_param(cmd, "PasswordId"))
2293 sae_pwe = 3;
2294 else if (dut->sae_pwe == SAE_PWE_LOOP)
Jouni Malinen11e55212019-11-22 21:46:59 +02002295 sae_pwe = 0;
2296 else if (dut->sae_pwe == SAE_PWE_H2E)
2297 sae_pwe = 1;
2298 else if (dut->sae_h2e_default)
2299 sae_pwe = 2;
2300 snprintf(buf, sizeof(buf), "SET sae_pwe %d", sae_pwe);
2301 if (sae_pwe >= 0 && wpa_command(ifname, buf) != 0)
2302 return ERROR_SEND_STATUS;
2303
Veerendranath Jakkam0316be12020-06-23 20:11:41 +05302304 val = get_param(cmd, "sae_pk");
2305 if (val && strcmp(val, "0") == 0 &&
2306 set_network(ifname, id, "sae_pk", "2") < 0)
2307 return ERROR_SEND_STATUS;
2308
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02002309 if (dut->program == PROGRAM_60GHZ && network_mode &&
2310 strcasecmp(network_mode, "PBSS") == 0 &&
2311 set_network(ifname, id, "pbss", "1") < 0)
2312 return -2;
2313
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002314 return 1;
2315}
2316
2317
Jouni Malinen8ac93452019-08-14 15:19:13 +03002318static enum sigma_cmd_result set_trust_root_system(struct sigma_dut *dut,
2319 struct sigma_conn *conn,
2320 const char *ifname, int id)
2321{
2322 char buf[200];
2323
2324 snprintf(buf, sizeof(buf), "%s/certs", sigma_cert_path);
2325 if (!file_exists(buf))
2326 strlcpy(buf, "/system/etc/security/cacerts", sizeof(buf));
2327 if (!file_exists(buf))
2328 strlcpy(buf, "/etc/ssl/certs", sizeof(buf));
2329 if (!file_exists(buf)) {
2330 char msg[300];
2331
2332 snprintf(msg, sizeof(msg),
2333 "ErrorCode,trustedRootCA system store (%s) not found",
2334 buf);
2335 send_resp(dut, conn, SIGMA_ERROR, msg);
2336 return STATUS_SENT_ERROR;
2337 }
2338
2339 if (set_network_quoted(ifname, id, "ca_path", buf) < 0)
2340 return ERROR_SEND_STATUS;
2341
2342 return SUCCESS_SEND_STATUS;
2343}
2344
2345
2346static enum sigma_cmd_result set_trust_root(struct sigma_dut *dut,
2347 struct sigma_conn *conn,
2348 const char *ifname, int id,
2349 const char *val)
2350{
2351 char buf[200];
2352#ifdef ANDROID
2353 unsigned char kvalue[KEYSTORE_MESSAGE_SIZE];
2354 int length;
2355#endif /* ANDROID */
2356
2357 if (strcmp(val, "DEFAULT") == 0)
2358 return set_trust_root_system(dut, conn, ifname, id);
2359
2360#ifdef ANDROID
2361 snprintf(buf, sizeof(buf), "CACERT_%s", val);
2362 length = android_keystore_get(ANDROID_KEYSTORE_GET, buf, kvalue);
2363 if (length > 0) {
2364 sigma_dut_print(dut, DUT_MSG_INFO, "Use Android keystore [%s]",
2365 buf);
2366 snprintf(buf, sizeof(buf), "keystore://CACERT_%s", val);
2367 goto ca_cert_selected;
2368 }
2369#endif /* ANDROID */
2370
2371 snprintf(buf, sizeof(buf), "%s/%s", sigma_cert_path, val);
2372#ifdef __linux__
2373 if (!file_exists(buf)) {
2374 char msg[300];
2375
2376 snprintf(msg, sizeof(msg),
2377 "ErrorCode,trustedRootCA file (%s) not found", buf);
2378 send_resp(dut, conn, SIGMA_ERROR, msg);
2379 return STATUS_SENT_ERROR;
2380 }
2381#endif /* __linux__ */
2382#ifdef ANDROID
2383ca_cert_selected:
2384#endif /* ANDROID */
2385 if (set_network_quoted(ifname, id, "ca_cert", buf) < 0)
2386 return ERROR_SEND_STATUS;
2387
2388 return SUCCESS_SEND_STATUS;
2389}
2390
2391
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002392static int set_eap_common(struct sigma_dut *dut, struct sigma_conn *conn,
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302393 const char *ifname, int username_identity,
2394 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002395{
Jouni Malinenb4d56ba2019-08-23 18:17:44 +03002396 const char *val, *alg, *akm, *trust_root, *domain, *domain_suffix;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002397 int id;
Jouni Malinen53264f62019-05-03 13:04:40 +03002398 char buf[200], buf2[300];
Jouni Malinen8179fee2019-03-28 03:19:47 +02002399 int erp = 0;
Jouni Malinen8ac93452019-08-14 15:19:13 +03002400 enum sigma_cmd_result res;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002401
2402 id = set_wpa_common(dut, conn, ifname, cmd);
2403 if (id < 0)
2404 return id;
2405
2406 val = get_param(cmd, "keyMgmtType");
2407 alg = get_param(cmd, "micAlg");
vamsi krishnaf39bc1e2017-08-23 17:37:53 +05302408 akm = get_param(cmd, "AKMSuiteType");
Jouni Malinenb4d56ba2019-08-23 18:17:44 +03002409 trust_root = get_param(cmd, "trustedRootCA");
2410 domain = get_param(cmd, "Domain");
2411 domain_suffix = get_param(cmd, "DomainSuffix");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002412
Jouni Malinenad395a22017-09-01 21:13:46 +03002413 if (val && strcasecmp(val, "SuiteB") == 0) {
2414 if (set_network(ifname, id, "key_mgmt", "WPA-EAP-SUITE-B-192") <
2415 0)
2416 return -2;
2417 } else if (alg && strcasecmp(alg, "SHA-256") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002418 if (set_network(ifname, id, "key_mgmt", "WPA-EAP-SHA256") < 0)
2419 return -2;
2420 } else if (alg && strcasecmp(alg, "SHA-1") == 0) {
2421 if (set_network(ifname, id, "key_mgmt", "WPA-EAP") < 0)
2422 return -2;
2423 } else if (val && strcasecmp(val, "wpa2-ft") == 0) {
2424 if (set_network(ifname, id, "key_mgmt", "FT-EAP") < 0)
2425 return -2;
Jouni Malinend6a9d692019-03-28 03:01:24 +02002426 } else if (!akm &&
2427 ((val && strcasecmp(val, "wpa2-sha256") == 0) ||
2428 dut->sta_pmf == STA_PMF_REQUIRED)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002429 if (set_network(ifname, id, "key_mgmt",
2430 "WPA-EAP WPA-EAP-SHA256") < 0)
2431 return -2;
vamsi krishnaf39bc1e2017-08-23 17:37:53 +05302432 } else if (akm && atoi(akm) == 14) {
2433 if (dut->sta_pmf == STA_PMF_OPTIONAL ||
2434 dut->sta_pmf == STA_PMF_REQUIRED) {
2435 if (set_network(ifname, id, "key_mgmt",
2436 "WPA-EAP-SHA256 FILS-SHA256") < 0)
2437 return -2;
2438 } else {
2439 if (set_network(ifname, id, "key_mgmt",
2440 "WPA-EAP FILS-SHA256") < 0)
2441 return -2;
2442 }
2443
Jouni Malinen8179fee2019-03-28 03:19:47 +02002444 erp = 1;
vamsi krishnaf39bc1e2017-08-23 17:37:53 +05302445 } else if (akm && atoi(akm) == 15) {
2446 if (dut->sta_pmf == STA_PMF_OPTIONAL ||
2447 dut->sta_pmf == STA_PMF_REQUIRED) {
2448 if (set_network(ifname, id, "key_mgmt",
2449 "WPA-EAP-SHA256 FILS-SHA384") < 0)
2450 return -2;
2451 } else {
2452 if (set_network(ifname, id, "key_mgmt",
2453 "WPA-EAP FILS-SHA384") < 0)
2454 return -2;
2455 }
2456
Jouni Malinen8179fee2019-03-28 03:19:47 +02002457 erp = 1;
Jouni Malinend6a9d692019-03-28 03:01:24 +02002458 } else if (!akm && dut->sta_pmf == STA_PMF_OPTIONAL) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002459 if (set_network(ifname, id, "key_mgmt",
2460 "WPA-EAP WPA-EAP-SHA256") < 0)
2461 return -2;
Jouni Malinend6a9d692019-03-28 03:01:24 +02002462 } else if (!akm) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002463 if (set_network(ifname, id, "key_mgmt", "WPA-EAP") < 0)
2464 return -2;
2465 }
2466
Jouni Malinenb4d56ba2019-08-23 18:17:44 +03002467 if (trust_root) {
2468 if (strcmp(trust_root, "DEFAULT") == 0 && !domain &&
2469 !domain_suffix) {
2470 send_resp(dut, conn, SIGMA_ERROR,
2471 "errorCode,trustRootCA DEFAULT used without specifying Domain or DomainSuffix");
2472 return STATUS_SENT_ERROR;
2473 }
2474 res = set_trust_root(dut, conn, ifname, id, trust_root);
Jouni Malinen8ac93452019-08-14 15:19:13 +03002475 if (res != SUCCESS_SEND_STATUS)
2476 return res;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002477 }
2478
Jouni Malinen53264f62019-05-03 13:04:40 +03002479 val = get_param(cmd, "ServerCert");
2480 if (val) {
2481 FILE *f;
2482 char *result = NULL, *pos;
2483
2484 snprintf(buf, sizeof(buf), "%s/%s.sha256", sigma_cert_path,
2485 val);
2486 f = fopen(buf, "r");
2487 if (f) {
2488 result = fgets(buf, sizeof(buf), f);
2489 fclose(f);
2490 }
2491 if (!result) {
2492 snprintf(buf2, sizeof(buf2),
2493 "ErrorCode,ServerCert hash could not be read from %s",
2494 buf);
2495 send_resp(dut, conn, SIGMA_ERROR, buf2);
2496 return STATUS_SENT_ERROR;
2497 }
2498 pos = strchr(buf, '\n');
2499 if (pos)
2500 *pos = '\0';
2501 snprintf(buf2, sizeof(buf2), "hash://server/sha256/%s", buf);
2502 if (set_network_quoted(ifname, id, "ca_cert", buf2) < 0)
2503 return ERROR_SEND_STATUS;
Jouni Malinen29108dc2019-06-13 23:42:11 +03002504
2505 snprintf(buf, sizeof(buf), "%s/%s.tod", sigma_cert_path, val);
2506 if (file_exists(buf)) {
2507 sigma_dut_print(dut, DUT_MSG_DEBUG,
2508 "TOD policy enabled for the configured ServerCert hash");
2509 dut->sta_tod_policy = 1;
2510 }
Jouni Malinen53264f62019-05-03 13:04:40 +03002511 }
2512
Jouni Malinenb4d56ba2019-08-23 18:17:44 +03002513 if (domain &&
2514 set_network_quoted(ifname, id, "domain_match", domain) < 0)
Jouni Malinen96f84b02019-05-03 12:32:56 +03002515 return ERROR_SEND_STATUS;
2516
Jouni Malinenb4d56ba2019-08-23 18:17:44 +03002517 if (domain_suffix &&
2518 set_network_quoted(ifname, id, "domain_suffix_match",
2519 domain_suffix) < 0)
Jouni Malinen96f84b02019-05-03 12:32:56 +03002520 return ERROR_SEND_STATUS;
2521
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302522 if (username_identity) {
2523 val = get_param(cmd, "username");
2524 if (val) {
2525 if (set_network_quoted(ifname, id, "identity", val) < 0)
2526 return -2;
2527 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002528
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302529 val = get_param(cmd, "password");
2530 if (val) {
2531 if (set_network_quoted(ifname, id, "password", val) < 0)
2532 return -2;
2533 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002534 }
2535
Jouni Malinen8179fee2019-03-28 03:19:47 +02002536 if (dut->akm_values &
2537 ((1 << AKM_FILS_SHA256) |
2538 (1 << AKM_FILS_SHA384) |
2539 (1 << AKM_FT_FILS_SHA256) |
2540 (1 << AKM_FT_FILS_SHA384)))
2541 erp = 1;
2542 if (erp && set_network(ifname, id, "erp", "1") < 0)
2543 return ERROR_SEND_STATUS;
2544
Jouni Malinen134fe3c2019-06-12 04:16:49 +03002545 dut->sta_associate_wait_connect = 1;
2546
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002547 return id;
2548}
2549
2550
Jouni Malinen5eabb2a2017-10-03 18:17:30 +03002551static int set_tls_cipher(const char *ifname, int id, const char *cipher)
2552{
2553 const char *val;
2554
2555 if (!cipher)
2556 return 0;
2557
2558 if (strcasecmp(cipher, "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384") == 0)
2559 val = "ECDHE-ECDSA-AES256-GCM-SHA384";
2560 else if (strcasecmp(cipher,
2561 "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384") == 0)
2562 val = "ECDHE-RSA-AES256-GCM-SHA384";
2563 else if (strcasecmp(cipher, "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384") == 0)
2564 val = "DHE-RSA-AES256-GCM-SHA384";
2565 else if (strcasecmp(cipher,
2566 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256") == 0)
2567 val = "ECDHE-ECDSA-AES128-GCM-SHA256";
2568 else
2569 return -1;
2570
2571 /* Need to clear phase1="tls_suiteb=1" to allow cipher enforcement */
2572 set_network_quoted(ifname, id, "phase1", "");
2573
2574 return set_network_quoted(ifname, id, "openssl_ciphers", val);
2575}
2576
2577
Jouni Malinenf7222712019-06-13 01:50:21 +03002578static enum sigma_cmd_result cmd_sta_set_eaptls(struct sigma_dut *dut,
2579 struct sigma_conn *conn,
2580 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002581{
2582 const char *intf = get_param(cmd, "Interface");
2583 const char *ifname, *val;
2584 int id;
2585 char buf[200];
2586#ifdef ANDROID
2587 unsigned char kvalue[KEYSTORE_MESSAGE_SIZE];
2588 int length;
2589 int jb_or_newer = 0;
2590 char prop[PROPERTY_VALUE_MAX];
2591#endif /* ANDROID */
2592
2593 if (intf == NULL)
2594 return -1;
2595
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002596 if (strcmp(intf, get_main_ifname(dut)) == 0)
2597 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002598 else
2599 ifname = intf;
2600
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302601 id = set_eap_common(dut, conn, ifname, 1, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002602 if (id < 0)
2603 return id;
2604
2605 if (set_network(ifname, id, "eap", "TLS") < 0)
2606 return -2;
2607
Pradeep Reddy POTTETI9f6c2132016-05-05 16:28:19 +05302608 if (!get_param(cmd, "username") &&
2609 set_network_quoted(ifname, id, "identity",
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002610 "wifi-user@wifilabs.local") < 0)
2611 return -2;
2612
2613 val = get_param(cmd, "clientCertificate");
2614 if (val == NULL)
2615 return -1;
2616#ifdef ANDROID
2617 snprintf(buf, sizeof(buf), "USRPKEY_%s", val);
2618 length = android_keystore_get(ANDROID_KEYSTORE_GET, buf, kvalue);
2619 if (length < 0) {
2620 /*
2621 * JB started reporting keystore type mismatches, so retry with
2622 * the GET_PUBKEY command if the generic GET fails.
2623 */
2624 length = android_keystore_get(ANDROID_KEYSTORE_GET_PUBKEY,
2625 buf, kvalue);
2626 }
2627
2628 if (property_get("ro.build.version.release", prop, NULL) != 0) {
2629 sigma_dut_print(dut, DUT_MSG_DEBUG, "Android release %s", prop);
2630 if (strncmp(prop, "4.0", 3) != 0)
2631 jb_or_newer = 1;
2632 } else
2633 jb_or_newer = 1; /* assume newer */
2634
2635 if (jb_or_newer && length > 0) {
2636 sigma_dut_print(dut, DUT_MSG_INFO,
2637 "Use Android keystore [%s]", buf);
2638 if (set_network(ifname, id, "engine", "1") < 0)
2639 return -2;
2640 if (set_network_quoted(ifname, id, "engine_id", "keystore") < 0)
2641 return -2;
2642 snprintf(buf, sizeof(buf), "USRPKEY_%s", val);
2643 if (set_network_quoted(ifname, id, "key_id", buf) < 0)
2644 return -2;
2645 snprintf(buf, sizeof(buf), "keystore://USRCERT_%s", val);
2646 if (set_network_quoted(ifname, id, "client_cert", buf) < 0)
2647 return -2;
2648 return 1;
2649 } else if (length > 0) {
2650 sigma_dut_print(dut, DUT_MSG_INFO,
2651 "Use Android keystore [%s]", buf);
2652 snprintf(buf, sizeof(buf), "keystore://USRPKEY_%s", val);
2653 if (set_network_quoted(ifname, id, "private_key", buf) < 0)
2654 return -2;
2655 snprintf(buf, sizeof(buf), "keystore://USRCERT_%s", val);
2656 if (set_network_quoted(ifname, id, "client_cert", buf) < 0)
2657 return -2;
2658 return 1;
2659 }
2660#endif /* ANDROID */
2661
2662 snprintf(buf, sizeof(buf), "%s/%s", sigma_cert_path, val);
2663#ifdef __linux__
2664 if (!file_exists(buf)) {
2665 char msg[300];
2666 snprintf(msg, sizeof(msg), "ErrorCode,clientCertificate file "
2667 "(%s) not found", buf);
2668 send_resp(dut, conn, SIGMA_ERROR, msg);
2669 return -3;
2670 }
2671#endif /* __linux__ */
2672 if (set_network_quoted(ifname, id, "private_key", buf) < 0)
2673 return -2;
2674 if (set_network_quoted(ifname, id, "client_cert", buf) < 0)
2675 return -2;
2676
2677 if (set_network_quoted(ifname, id, "private_key_passwd", "wifi") < 0)
2678 return -2;
2679
Jouni Malinen5eabb2a2017-10-03 18:17:30 +03002680 val = get_param(cmd, "keyMgmtType");
2681 if (val && strcasecmp(val, "SuiteB") == 0) {
2682 val = get_param(cmd, "CertType");
2683 if (val && strcasecmp(val, "RSA") == 0) {
2684 if (set_network_quoted(ifname, id, "phase1",
2685 "tls_suiteb=1") < 0)
2686 return -2;
2687 } else {
2688 if (set_network_quoted(ifname, id, "openssl_ciphers",
2689 "SUITEB192") < 0)
2690 return -2;
2691 }
2692
2693 val = get_param(cmd, "TLSCipher");
2694 if (set_tls_cipher(ifname, id, val) < 0) {
2695 send_resp(dut, conn, SIGMA_ERROR,
2696 "ErrorCode,Unsupported TLSCipher value");
2697 return -3;
2698 }
2699 }
2700
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002701 return 1;
2702}
2703
2704
Jouni Malinenf7222712019-06-13 01:50:21 +03002705static enum sigma_cmd_result cmd_sta_set_eapttls(struct sigma_dut *dut,
2706 struct sigma_conn *conn,
2707 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002708{
2709 const char *intf = get_param(cmd, "Interface");
2710 const char *ifname;
2711 int id;
2712
2713 if (intf == NULL)
2714 return -1;
2715
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002716 if (strcmp(intf, get_main_ifname(dut)) == 0)
2717 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002718 else
2719 ifname = intf;
2720
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302721 id = set_eap_common(dut, conn, ifname, 1, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002722 if (id < 0)
2723 return id;
2724
2725 if (set_network(ifname, id, "eap", "TTLS") < 0) {
2726 send_resp(dut, conn, SIGMA_ERROR,
2727 "errorCode,Failed to set TTLS method");
2728 return 0;
2729 }
2730
2731 if (set_network_quoted(ifname, id, "phase2", "auth=MSCHAPV2") < 0) {
2732 send_resp(dut, conn, SIGMA_ERROR,
2733 "errorCode,Failed to set MSCHAPv2 for TTLS Phase 2");
2734 return 0;
2735 }
2736
2737 return 1;
2738}
2739
2740
Jouni Malinenf7222712019-06-13 01:50:21 +03002741static enum sigma_cmd_result cmd_sta_set_eapsim(struct sigma_dut *dut,
2742 struct sigma_conn *conn,
2743 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002744{
2745 const char *intf = get_param(cmd, "Interface");
2746 const char *ifname;
2747 int id;
2748
2749 if (intf == NULL)
2750 return -1;
2751
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002752 if (strcmp(intf, get_main_ifname(dut)) == 0)
2753 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002754 else
2755 ifname = intf;
2756
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302757 id = set_eap_common(dut, conn, ifname, !dut->sim_no_username, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002758 if (id < 0)
2759 return id;
2760
2761 if (set_network(ifname, id, "eap", "SIM") < 0)
2762 return -2;
2763
2764 return 1;
2765}
2766
2767
Jouni Malinenf7222712019-06-13 01:50:21 +03002768static enum sigma_cmd_result cmd_sta_set_peap(struct sigma_dut *dut,
2769 struct sigma_conn *conn,
2770 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002771{
2772 const char *intf = get_param(cmd, "Interface");
2773 const char *ifname, *val;
2774 int id;
2775 char buf[100];
2776
2777 if (intf == NULL)
2778 return -1;
2779
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002780 if (strcmp(intf, get_main_ifname(dut)) == 0)
2781 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002782 else
2783 ifname = intf;
2784
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302785 id = set_eap_common(dut, conn, ifname, 1, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002786 if (id < 0)
2787 return id;
2788
2789 if (set_network(ifname, id, "eap", "PEAP") < 0)
2790 return -2;
2791
2792 val = get_param(cmd, "innerEAP");
2793 if (val) {
2794 if (strcasecmp(val, "MSCHAPv2") == 0) {
2795 if (set_network_quoted(ifname, id, "phase2",
2796 "auth=MSCHAPV2") < 0)
2797 return -2;
2798 } else if (strcasecmp(val, "GTC") == 0) {
2799 if (set_network_quoted(ifname, id, "phase2",
2800 "auth=GTC") < 0)
2801 return -2;
2802 } else
2803 return -1;
2804 }
2805
2806 val = get_param(cmd, "peapVersion");
2807 if (val) {
2808 int ver = atoi(val);
2809 if (ver < 0 || ver > 1)
2810 return -1;
2811 snprintf(buf, sizeof(buf), "peapver=%d", ver);
2812 if (set_network_quoted(ifname, id, "phase1", buf) < 0)
2813 return -2;
2814 }
2815
2816 return 1;
2817}
2818
2819
Jouni Malinenf7222712019-06-13 01:50:21 +03002820static enum sigma_cmd_result cmd_sta_set_eapfast(struct sigma_dut *dut,
2821 struct sigma_conn *conn,
2822 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002823{
2824 const char *intf = get_param(cmd, "Interface");
2825 const char *ifname, *val;
2826 int id;
2827 char buf[100];
2828
2829 if (intf == NULL)
2830 return -1;
2831
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002832 if (strcmp(intf, get_main_ifname(dut)) == 0)
2833 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002834 else
2835 ifname = intf;
2836
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302837 id = set_eap_common(dut, conn, ifname, 1, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002838 if (id < 0)
2839 return id;
2840
2841 if (set_network(ifname, id, "eap", "FAST") < 0)
2842 return -2;
2843
2844 val = get_param(cmd, "innerEAP");
2845 if (val) {
2846 if (strcasecmp(val, "MSCHAPV2") == 0) {
2847 if (set_network_quoted(ifname, id, "phase2",
2848 "auth=MSCHAPV2") < 0)
2849 return -2;
2850 } else if (strcasecmp(val, "GTC") == 0) {
2851 if (set_network_quoted(ifname, id, "phase2",
2852 "auth=GTC") < 0)
2853 return -2;
2854 } else
2855 return -1;
2856 }
2857
2858 val = get_param(cmd, "validateServer");
2859 if (val) {
2860 /* TODO */
2861 sigma_dut_print(dut, DUT_MSG_INFO, "Ignored EAP-FAST "
2862 "validateServer=%s", val);
2863 }
2864
2865 val = get_param(cmd, "pacFile");
2866 if (val) {
2867 snprintf(buf, sizeof(buf), "blob://%s", val);
2868 if (set_network_quoted(ifname, id, "pac_file", buf) < 0)
2869 return -2;
2870 }
2871
2872 if (set_network_quoted(ifname, id, "phase1", "fast_provisioning=2") <
2873 0)
2874 return -2;
2875
2876 return 1;
2877}
2878
2879
Jouni Malinenf7222712019-06-13 01:50:21 +03002880static enum sigma_cmd_result cmd_sta_set_eapaka(struct sigma_dut *dut,
2881 struct sigma_conn *conn,
2882 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002883{
2884 const char *intf = get_param(cmd, "Interface");
Purushottam Kushwahacdd8cb12019-10-04 11:33:59 +05302885 const char *username = get_param(cmd, "Username");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002886 const char *ifname;
2887 int id;
2888
2889 if (intf == NULL)
2890 return -1;
2891
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002892 if (strcmp(intf, get_main_ifname(dut)) == 0)
2893 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002894 else
2895 ifname = intf;
2896
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302897 id = set_eap_common(dut, conn, ifname, !dut->sim_no_username, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002898 if (id < 0)
2899 return id;
2900
Purushottam Kushwahacdd8cb12019-10-04 11:33:59 +05302901 /* RFC 5448: EAP-AKA' MUST use the leading character "6" (ASCII 36
2902 * hexadecimal).
2903 */
2904 if (username && username[0] == '6') {
2905 if (set_network(ifname, id, "eap", "AKA'") < 0)
2906 return -2;
2907 } else if (set_network(ifname, id, "eap", "AKA") < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002908 return -2;
Purushottam Kushwahacdd8cb12019-10-04 11:33:59 +05302909 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002910
2911 return 1;
2912}
2913
2914
Jouni Malinenf7222712019-06-13 01:50:21 +03002915static enum sigma_cmd_result cmd_sta_set_eapakaprime(struct sigma_dut *dut,
2916 struct sigma_conn *conn,
2917 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002918{
2919 const char *intf = get_param(cmd, "Interface");
2920 const char *ifname;
2921 int id;
2922
2923 if (intf == NULL)
2924 return -1;
2925
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002926 if (strcmp(intf, get_main_ifname(dut)) == 0)
2927 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002928 else
2929 ifname = intf;
2930
Bala Krishna Bhamidipati73d7af02016-03-24 12:27:56 +05302931 id = set_eap_common(dut, conn, ifname, !dut->sim_no_username, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002932 if (id < 0)
2933 return id;
2934
2935 if (set_network(ifname, id, "eap", "AKA'") < 0)
2936 return -2;
2937
2938 return 1;
2939}
2940
2941
2942static int sta_set_open(struct sigma_dut *dut, struct sigma_conn *conn,
2943 struct sigma_cmd *cmd)
2944{
2945 const char *intf = get_param(cmd, "Interface");
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02002946 const char *network_mode = get_param(cmd, "network_mode");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002947 const char *ifname;
2948 int id;
2949
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002950 if (strcmp(intf, get_main_ifname(dut)) == 0)
2951 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002952 else
2953 ifname = intf;
2954
2955 id = add_network_common(dut, conn, ifname, cmd);
2956 if (id < 0)
2957 return id;
2958
2959 if (set_network(ifname, id, "key_mgmt", "NONE") < 0)
2960 return -2;
2961
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02002962 if (dut->program == PROGRAM_60GHZ && network_mode &&
2963 strcasecmp(network_mode, "PBSS") == 0 &&
2964 set_network(ifname, id, "pbss", "1") < 0)
2965 return -2;
2966
Jouni Malinencd4e3c32015-10-29 12:39:56 +02002967 return 1;
2968}
2969
2970
Jouni Malinen47dcc952017-10-09 16:43:24 +03002971static int sta_set_owe(struct sigma_dut *dut, struct sigma_conn *conn,
2972 struct sigma_cmd *cmd)
2973{
2974 const char *intf = get_param(cmd, "Interface");
2975 const char *ifname, *val;
2976 int id;
2977
2978 if (intf == NULL)
2979 return -1;
2980
Jouni Malinen016ae6c2019-11-04 17:00:01 +02002981 if (strcmp(intf, get_main_ifname(dut)) == 0)
2982 ifname = get_station_ifname(dut);
Jouni Malinen47dcc952017-10-09 16:43:24 +03002983 else
2984 ifname = intf;
2985
2986 id = set_wpa_common(dut, conn, ifname, cmd);
2987 if (id < 0)
2988 return id;
2989
2990 if (set_network(ifname, id, "key_mgmt", "OWE") < 0)
2991 return -2;
2992
2993 val = get_param(cmd, "ECGroupID");
Jouni Malinenfac9cad2017-10-10 18:35:55 +03002994 if (val && strcmp(val, "0") == 0) {
2995 if (wpa_command(ifname,
2996 "VENDOR_ELEM_ADD 13 ff23200000783590fb7440e03d5b3b33911f86affdcc6b4411b707846ac4ff08ddc8831ccd") != 0) {
2997 sigma_dut_print(dut, DUT_MSG_ERROR,
2998 "Failed to set OWE DH Param element override");
2999 return -2;
3000 }
Hu Wang6010ce72020-03-05 19:33:53 +08003001 } else if (val &&
3002 (set_network(ifname, id, "owe_group", val) < 0 ||
3003 (dut->owe_ptk_workaround &&
3004 set_network(ifname, id, "owe_ptk_workaround", "1") < 0))) {
Jouni Malinen47dcc952017-10-09 16:43:24 +03003005 sigma_dut_print(dut, DUT_MSG_ERROR,
Hu Wang6010ce72020-03-05 19:33:53 +08003006 "Failed to set owe_group");
Jouni Malinen47dcc952017-10-09 16:43:24 +03003007 return -2;
3008 }
3009
3010 return 1;
3011}
3012
3013
Jouni Malinenf7222712019-06-13 01:50:21 +03003014static enum sigma_cmd_result cmd_sta_set_security(struct sigma_dut *dut,
3015 struct sigma_conn *conn,
3016 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003017{
3018 const char *type = get_param(cmd, "Type");
3019
3020 if (type == NULL) {
3021 send_resp(dut, conn, SIGMA_ERROR,
3022 "ErrorCode,Missing Type argument");
3023 return 0;
3024 }
3025
3026 if (strcasecmp(type, "OPEN") == 0)
3027 return sta_set_open(dut, conn, cmd);
Jouni Malinen47dcc952017-10-09 16:43:24 +03003028 if (strcasecmp(type, "OWE") == 0)
3029 return sta_set_owe(dut, conn, cmd);
Jouni Malinen992a81e2017-08-22 13:57:47 +03003030 if (strcasecmp(type, "PSK") == 0 ||
Jouni Malinen0ab50f42017-08-31 01:34:59 +03003031 strcasecmp(type, "PSK-SAE") == 0 ||
Jouni Malinen992a81e2017-08-22 13:57:47 +03003032 strcasecmp(type, "SAE") == 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003033 return cmd_sta_set_psk(dut, conn, cmd);
3034 if (strcasecmp(type, "EAPTLS") == 0)
3035 return cmd_sta_set_eaptls(dut, conn, cmd);
3036 if (strcasecmp(type, "EAPTTLS") == 0)
3037 return cmd_sta_set_eapttls(dut, conn, cmd);
3038 if (strcasecmp(type, "EAPPEAP") == 0)
3039 return cmd_sta_set_peap(dut, conn, cmd);
3040 if (strcasecmp(type, "EAPSIM") == 0)
3041 return cmd_sta_set_eapsim(dut, conn, cmd);
3042 if (strcasecmp(type, "EAPFAST") == 0)
3043 return cmd_sta_set_eapfast(dut, conn, cmd);
3044 if (strcasecmp(type, "EAPAKA") == 0)
3045 return cmd_sta_set_eapaka(dut, conn, cmd);
3046 if (strcasecmp(type, "EAPAKAPRIME") == 0)
3047 return cmd_sta_set_eapakaprime(dut, conn, cmd);
Amarnath Hullur Subramanyam81b11cd2018-01-30 19:07:17 -08003048 if (strcasecmp(type, "wep") == 0)
3049 return cmd_sta_set_encryption(dut, conn, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003050
3051 send_resp(dut, conn, SIGMA_ERROR,
3052 "ErrorCode,Unsupported Type value");
3053 return 0;
3054}
3055
3056
3057int ath6kl_client_uapsd(struct sigma_dut *dut, const char *intf, int uapsd)
3058{
3059#ifdef __linux__
3060 /* special handling for ath6kl */
3061 char path[128], fname[128], *pos;
3062 ssize_t res;
3063 FILE *f;
3064
Jouni Malinene39cd562019-05-29 23:39:56 +03003065 res = snprintf(fname, sizeof(fname), "/sys/class/net/%s/phy80211",
3066 intf);
3067 if (res < 0 || res >= sizeof(fname))
3068 return 0;
3069 res = readlink(fname, path, sizeof(path));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003070 if (res < 0)
3071 return 0; /* not ath6kl */
3072
3073 if (res >= (int) sizeof(path))
3074 res = sizeof(path) - 1;
3075 path[res] = '\0';
3076 pos = strrchr(path, '/');
3077 if (pos == NULL)
3078 pos = path;
3079 else
3080 pos++;
Jouni Malinen77dda642020-01-07 11:21:55 +02003081 res = snprintf(fname, sizeof(fname),
3082 "/sys/kernel/debug/ieee80211/%s/ath6kl/"
3083 "create_qos", pos);
3084 if (res < 0 || res >= sizeof(fname) || !file_exists(fname))
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003085 return 0; /* not ath6kl */
3086
3087 if (uapsd) {
3088 f = fopen(fname, "w");
3089 if (f == NULL)
3090 return -1;
3091
3092 sigma_dut_print(dut, DUT_MSG_DEBUG, "Use ath6kl create_qos");
3093 fprintf(f, "4 2 2 1 2 9999999 9999999 9999999 7777777 0 4 "
3094 "45000 200 56789000 56789000 5678900 0 0 9999999 "
3095 "20000 0\n");
3096 fclose(f);
3097 } else {
Jouni Malinen77dda642020-01-07 11:21:55 +02003098 res = snprintf(fname, sizeof(fname),
3099 "/sys/kernel/debug/ieee80211/%s/ath6kl/"
3100 "delete_qos", pos);
3101 if (res < 0 || res >= sizeof(fname))
3102 return -1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003103
3104 f = fopen(fname, "w");
3105 if (f == NULL)
3106 return -1;
3107
3108 sigma_dut_print(dut, DUT_MSG_DEBUG, "Use ath6kl delete_qos");
3109 fprintf(f, "2 4\n");
3110 fclose(f);
3111 }
3112#endif /* __linux__ */
3113
3114 return 0;
3115}
3116
3117
Jouni Malinenf7222712019-06-13 01:50:21 +03003118static enum sigma_cmd_result cmd_sta_set_uapsd(struct sigma_dut *dut,
3119 struct sigma_conn *conn,
3120 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003121{
3122 const char *intf = get_param(cmd, "Interface");
3123 /* const char *ssid = get_param(cmd, "ssid"); */
3124 const char *val;
3125 int max_sp_len = 4;
3126 int ac_be = 1, ac_bk = 1, ac_vi = 1, ac_vo = 1;
3127 char buf[100];
3128 int ret1, ret2;
3129
3130 val = get_param(cmd, "maxSPLength");
3131 if (val) {
3132 max_sp_len = atoi(val);
3133 if (max_sp_len != 0 && max_sp_len != 1 && max_sp_len != 2 &&
3134 max_sp_len != 4)
3135 return -1;
3136 }
3137
3138 val = get_param(cmd, "acBE");
3139 if (val)
3140 ac_be = atoi(val);
3141
3142 val = get_param(cmd, "acBK");
3143 if (val)
3144 ac_bk = atoi(val);
3145
3146 val = get_param(cmd, "acVI");
3147 if (val)
3148 ac_vi = atoi(val);
3149
3150 val = get_param(cmd, "acVO");
3151 if (val)
3152 ac_vo = atoi(val);
3153
3154 dut->client_uapsd = ac_be || ac_bk || ac_vi || ac_vo;
3155
3156 snprintf(buf, sizeof(buf), "P2P_SET client_apsd %d,%d,%d,%d;%d",
3157 ac_be, ac_bk, ac_vi, ac_vo, max_sp_len);
3158 ret1 = wpa_command(intf, buf);
3159
3160 snprintf(buf, sizeof(buf), "SET uapsd %d,%d,%d,%d;%d",
3161 ac_be, ac_bk, ac_vi, ac_vo, max_sp_len);
3162 ret2 = wpa_command(intf, buf);
3163
3164 if (ret1 && ret2) {
3165 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to set client mode "
3166 "UAPSD parameters.");
3167 return -2;
3168 }
3169
3170 if (ath6kl_client_uapsd(dut, intf, dut->client_uapsd) < 0) {
3171 send_resp(dut, conn, SIGMA_ERROR,
3172 "ErrorCode,Failed to set ath6kl QoS parameters");
3173 return 0;
3174 }
3175
3176 return 1;
3177}
3178
3179
Jouni Malinenf7222712019-06-13 01:50:21 +03003180static enum sigma_cmd_result cmd_sta_set_wmm(struct sigma_dut *dut,
3181 struct sigma_conn *conn,
3182 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003183{
3184 char buf[1000];
3185 const char *intf = get_param(cmd, "Interface");
3186 const char *grp = get_param(cmd, "Group");
3187 const char *act = get_param(cmd, "Action");
3188 const char *tid = get_param(cmd, "Tid");
3189 const char *dir = get_param(cmd, "Direction");
3190 const char *psb = get_param(cmd, "Psb");
3191 const char *up = get_param(cmd, "Up");
3192 const char *fixed = get_param(cmd, "Fixed");
3193 const char *size = get_param(cmd, "Size");
3194 const char *msize = get_param(cmd, "Maxsize");
3195 const char *minsi = get_param(cmd, "Min_srvc_intrvl");
3196 const char *maxsi = get_param(cmd, "Max_srvc_intrvl");
3197 const char *inact = get_param(cmd, "Inactivity");
3198 const char *sus = get_param(cmd, "Suspension");
3199 const char *mindr = get_param(cmd, "Mindatarate");
3200 const char *meandr = get_param(cmd, "Meandatarate");
3201 const char *peakdr = get_param(cmd, "Peakdatarate");
3202 const char *phyrate = get_param(cmd, "Phyrate");
3203 const char *burstsize = get_param(cmd, "Burstsize");
3204 const char *sba = get_param(cmd, "Sba");
3205 int direction;
3206 int handle;
Peng Xu93319622017-10-04 17:58:16 -07003207 float sba_fv = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003208 int fixed_int;
3209 int psb_ts;
3210
3211 if (intf == NULL || grp == NULL || act == NULL )
3212 return -1;
3213
3214 if (strcasecmp(act, "addts") == 0) {
3215 if (tid == NULL || dir == NULL || psb == NULL ||
3216 up == NULL || fixed == NULL || size == NULL)
3217 return -1;
3218
3219 /*
3220 * Note: Sigma CAPI spec lists uplink, downlink, and bidi as the
3221 * possible values, but WMM-AC and V-E test scripts use "UP,
3222 * "DOWN", and "BIDI".
3223 */
3224 if (strcasecmp(dir, "uplink") == 0 ||
3225 strcasecmp(dir, "up") == 0) {
3226 direction = 0;
3227 } else if (strcasecmp(dir, "downlink") == 0 ||
3228 strcasecmp(dir, "down") == 0) {
3229 direction = 1;
3230 } else if (strcasecmp(dir, "bidi") == 0) {
3231 direction = 2;
3232 } else {
3233 sigma_dut_print(dut, DUT_MSG_ERROR,
3234 "Direction %s not supported", dir);
3235 return -1;
3236 }
3237
3238 if (strcasecmp(psb, "legacy") == 0) {
3239 psb_ts = 0;
3240 } else if (strcasecmp(psb, "uapsd") == 0) {
3241 psb_ts = 1;
3242 } else {
3243 sigma_dut_print(dut, DUT_MSG_ERROR,
3244 "PSB %s not supported", psb);
3245 return -1;
3246 }
3247
3248 if (atoi(tid) < 0 || atoi(tid) > 7) {
3249 sigma_dut_print(dut, DUT_MSG_ERROR,
3250 "TID %s not supported", tid);
3251 return -1;
3252 }
3253
3254 if (strcasecmp(fixed, "true") == 0) {
3255 fixed_int = 1;
3256 } else {
3257 fixed_int = 0;
3258 }
3259
Peng Xu93319622017-10-04 17:58:16 -07003260 if (sba)
3261 sba_fv = atof(sba);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003262
3263 dut->dialog_token++;
3264 handle = 7000 + dut->dialog_token;
3265
3266 /*
3267 * size: convert to hex
3268 * maxsi: convert to hex
3269 * mindr: convert to hex
3270 * meandr: convert to hex
3271 * peakdr: convert to hex
3272 * burstsize: convert to hex
3273 * phyrate: convert to hex
3274 * sba: convert to hex with modification
3275 * minsi: convert to integer
3276 * sus: convert to integer
3277 * inact: convert to integer
3278 * maxsi: convert to integer
3279 */
3280
3281 /*
3282 * The Nominal MSDU Size field is 2 octets long and contains an
3283 * unsigned integer that specifies the nominal size, in octets,
3284 * of MSDUs belonging to the traffic under this traffic
3285 * specification and is defined in Figure 16. If the Fixed
3286 * subfield is set to 1, then the size of the MSDU is fixed and
3287 * is indicated by the Size Subfield. If the Fixed subfield is
3288 * set to 0, then the size of the MSDU might not be fixed and
3289 * the Size indicates the nominal MSDU size.
3290 *
3291 * The Surplus Bandwidth Allowance Factor field is 2 octets long
3292 * and specifies the excess allocation of time (and bandwidth)
3293 * over and above the stated rates required to transport an MSDU
3294 * belonging to the traffic in this TSPEC. This field is
3295 * represented as an unsigned binary number with an implicit
3296 * binary point after the leftmost 3 bits. For example, an SBA
3297 * of 1.75 is represented as 0x3800. This field is included to
3298 * account for retransmissions. As such, the value of this field
3299 * must be greater than unity.
3300 */
3301
3302 snprintf(buf, sizeof(buf),
3303 "iwpriv %s addTspec %d %s %d %d %s 0x%X"
3304 " 0x%X 0x%X 0x%X"
3305 " 0x%X 0x%X 0x%X"
3306 " 0x%X %d %d %d %d"
3307 " %d %d",
3308 intf, handle, tid, direction, psb_ts, up,
3309 (unsigned int) ((fixed_int << 15) | atoi(size)),
3310 msize ? atoi(msize) : 0,
3311 mindr ? atoi(mindr) : 0,
3312 meandr ? atoi(meandr) : 0,
3313 peakdr ? atoi(peakdr) : 0,
3314 burstsize ? atoi(burstsize) : 0,
3315 phyrate ? atoi(phyrate) : 0,
3316 sba ? ((unsigned int) (((int) sba_fv << 13) |
3317 (int)((sba_fv - (int) sba_fv) *
3318 8192))) : 0,
3319 minsi ? atoi(minsi) : 0,
3320 sus ? atoi(sus) : 0,
3321 0, 0,
3322 inact ? atoi(inact) : 0,
3323 maxsi ? atoi(maxsi) : 0);
3324
3325 if (system(buf) != 0) {
3326 sigma_dut_print(dut, DUT_MSG_ERROR,
3327 "iwpriv addtspec request failed");
3328 send_resp(dut, conn, SIGMA_ERROR,
3329 "errorCode,Failed to execute addTspec command");
3330 return 0;
3331 }
3332
3333 sigma_dut_print(dut, DUT_MSG_INFO,
3334 "iwpriv addtspec request send");
3335
3336 /* Mapping handle to a TID */
3337 dut->tid_to_handle[atoi(tid)] = handle;
3338 } else if (strcasecmp(act, "delts") == 0) {
3339 if (tid == NULL)
3340 return -1;
3341
3342 if (atoi(tid) < 0 || atoi(tid) > 7) {
3343 sigma_dut_print(dut, DUT_MSG_ERROR,
3344 "TID %s not supported", tid);
3345 send_resp(dut, conn, SIGMA_ERROR,
3346 "errorCode,Unsupported TID");
3347 return 0;
3348 }
3349
3350 handle = dut->tid_to_handle[atoi(tid)];
3351
3352 if (handle < 7000 || handle > 7255) {
3353 /* Invalid handle ie no mapping for that TID */
3354 sigma_dut_print(dut, DUT_MSG_ERROR,
3355 "handle-> %d not found", handle);
3356 }
3357
3358 snprintf(buf, sizeof(buf), "iwpriv %s delTspec %d",
3359 intf, handle);
3360
3361 if (system(buf) != 0) {
3362 sigma_dut_print(dut, DUT_MSG_ERROR,
3363 "iwpriv deltspec request failed");
3364 send_resp(dut, conn, SIGMA_ERROR,
3365 "errorCode,Failed to execute delTspec command");
3366 return 0;
3367 }
3368
3369 sigma_dut_print(dut, DUT_MSG_INFO,
3370 "iwpriv deltspec request send");
3371
3372 dut->tid_to_handle[atoi(tid)] = 0;
3373 } else {
3374 sigma_dut_print(dut, DUT_MSG_ERROR,
3375 "Action type %s not supported", act);
3376 send_resp(dut, conn, SIGMA_ERROR,
3377 "errorCode,Unsupported Action");
3378 return 0;
3379 }
3380
3381 return 1;
3382}
3383
3384
vamsi krishna52e16f92017-08-29 12:37:34 +05303385static int find_network(struct sigma_dut *dut, const char *ssid)
3386{
3387 char list[4096];
3388 char *pos;
3389
3390 sigma_dut_print(dut, DUT_MSG_DEBUG,
3391 "Search for profile based on SSID: '%s'", ssid);
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003392 if (wpa_command_resp(get_station_ifname(dut), "LIST_NETWORKS",
vamsi krishna52e16f92017-08-29 12:37:34 +05303393 list, sizeof(list)) < 0)
3394 return -1;
3395 pos = strstr(list, ssid);
3396 if (!pos || pos == list || pos[-1] != '\t' || pos[strlen(ssid)] != '\t')
3397 return -1;
3398
3399 while (pos > list && pos[-1] != '\n')
3400 pos--;
3401 dut->infra_network_id = atoi(pos);
3402 snprintf(dut->infra_ssid, sizeof(dut->infra_ssid), "%s", ssid);
3403 return 0;
3404}
3405
3406
Sunil Dutt44595082018-02-12 19:41:45 +05303407#ifdef NL80211_SUPPORT
3408static int sta_config_rsnie(struct sigma_dut *dut, int val)
3409{
3410 struct nl_msg *msg;
3411 int ret;
3412 struct nlattr *params;
3413 int ifindex;
3414
3415 ifindex = if_nametoindex("wlan0");
3416 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
3417 NL80211_CMD_VENDOR)) ||
3418 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
3419 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
3420 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
3421 QCA_NL80211_VENDOR_SUBCMD_SET_WIFI_CONFIGURATION) ||
3422 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
3423 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_CONFIG_RSN_IE, val)) {
3424 sigma_dut_print(dut, DUT_MSG_ERROR,
3425 "%s: err in adding vendor_cmd and vendor_data",
3426 __func__);
3427 nlmsg_free(msg);
3428 return -1;
3429 }
3430 nla_nest_end(msg, params);
3431
3432 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
3433 if (ret) {
3434 sigma_dut_print(dut, DUT_MSG_ERROR,
3435 "%s: err in send_and_recv_msgs, ret=%d",
3436 __func__, ret);
3437 return ret;
3438 }
3439
3440 return 0;
3441}
3442#endif /* NL80211_SUPPORT */
3443
3444
Jouni Malinenf7222712019-06-13 01:50:21 +03003445static enum sigma_cmd_result cmd_sta_associate(struct sigma_dut *dut,
3446 struct sigma_conn *conn,
3447 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003448{
3449 /* const char *intf = get_param(cmd, "Interface"); */
3450 const char *ssid = get_param(cmd, "ssid");
3451 const char *wps_param = get_param(cmd, "WPS");
3452 const char *bssid = get_param(cmd, "bssid");
Jouni Malinen46a19b62017-06-23 14:31:27 +03003453 const char *chan = get_param(cmd, "channel");
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02003454 const char *network_mode = get_param(cmd, "network_mode");
Veerendranath Jakkama082e342020-05-16 00:19:21 +05303455 const char *ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003456 int wps = 0;
Jouni Malinen3c367e82017-06-23 17:01:47 +03003457 char buf[1000], extra[50];
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003458 int e;
3459 enum sigma_cmd_result ret = SUCCESS_SEND_STATUS;
3460 struct wpa_ctrl *ctrl = NULL;
3461 int num_network_not_found = 0;
3462 int num_disconnected = 0;
3463 int tod = -1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003464
3465 if (ssid == NULL)
3466 return -1;
3467
Jouni Malinen37d5c692019-08-19 16:56:55 +03003468 dut->server_cert_tod = 0;
3469
Jouni Malinen3c367e82017-06-23 17:01:47 +03003470 if (dut->rsne_override) {
Sunil Dutt44595082018-02-12 19:41:45 +05303471#ifdef NL80211_SUPPORT
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003472 if (get_driver_type(dut) == DRIVER_WCN) {
Sunil Dutt44595082018-02-12 19:41:45 +05303473 sta_config_rsnie(dut, 1);
3474 dut->config_rsnie = 1;
3475 }
3476#endif /* NL80211_SUPPORT */
Jouni Malinen3c367e82017-06-23 17:01:47 +03003477 snprintf(buf, sizeof(buf), "TEST_ASSOC_IE %s",
3478 dut->rsne_override);
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003479 if (wpa_command(get_station_ifname(dut), buf) < 0) {
Jouni Malinen3c367e82017-06-23 17:01:47 +03003480 send_resp(dut, conn, SIGMA_ERROR,
3481 "ErrorCode,Failed to set DEV_CONFIGURE_IE RSNE override");
3482 return 0;
3483 }
3484 }
3485
Jouni Malinen68143132017-09-02 02:34:08 +03003486 if (dut->sae_commit_override) {
3487 snprintf(buf, sizeof(buf), "SET sae_commit_override %s",
3488 dut->sae_commit_override);
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003489 if (wpa_command(get_station_ifname(dut), buf) < 0) {
Jouni Malinen68143132017-09-02 02:34:08 +03003490 send_resp(dut, conn, SIGMA_ERROR,
3491 "ErrorCode,Failed to set SAE commit override");
3492 return 0;
3493 }
3494 }
Ankita Bajaj1bde7942018-01-09 19:15:01 +05303495#ifdef ANDROID
3496 if (dut->fils_hlp)
3497 process_fils_hlp(dut);
3498#endif /* ANDROID */
Jouni Malinen68143132017-09-02 02:34:08 +03003499
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003500 if (wps_param &&
3501 (strcmp(wps_param, "1") == 0 || strcasecmp(wps_param, "On") == 0))
3502 wps = 1;
3503
Vamsi Krishnac1633d22020-05-06 18:31:21 +05303504 if (dut->ocvc &&
3505 set_network(get_station_ifname(dut), dut->infra_network_id,
3506 "ocv", "1") < 0)
3507 return ERROR_SEND_STATUS;
3508
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003509 if (wps) {
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02003510 if (dut->program == PROGRAM_60GHZ && network_mode &&
3511 strcasecmp(network_mode, "PBSS") == 0 &&
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003512 set_network(get_station_ifname(dut), dut->infra_network_id,
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02003513 "pbss", "1") < 0)
3514 return -2;
3515
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003516 if (dut->wps_method == WFA_CS_WPS_NOT_READY) {
3517 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,WPS "
3518 "parameters not yet set");
3519 return 0;
3520 }
3521 if (dut->wps_method == WFA_CS_WPS_PBC) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003522 if (wpa_command(get_station_ifname(dut), "WPS_PBC") < 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003523 return -2;
3524 } else {
3525 snprintf(buf, sizeof(buf), "WPS_PIN any %s",
3526 dut->wps_pin);
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003527 if (wpa_command(get_station_ifname(dut), buf) < 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003528 return -2;
3529 }
3530 } else {
vamsi krishna52e16f92017-08-29 12:37:34 +05303531 if (strcmp(ssid, dut->infra_ssid) == 0) {
3532 sigma_dut_print(dut, DUT_MSG_DEBUG,
3533 "sta_associate for the most recently added network");
3534 } else if (find_network(dut, ssid) < 0) {
3535 sigma_dut_print(dut, DUT_MSG_DEBUG,
3536 "sta_associate for a previously stored network profile");
3537 send_resp(dut, conn, SIGMA_ERROR,
3538 "ErrorCode,Profile not found");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003539 return 0;
3540 }
3541
3542 if (bssid &&
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003543 set_network(get_station_ifname(dut), dut->infra_network_id,
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003544 "bssid", bssid) < 0) {
3545 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,"
3546 "Invalid bssid argument");
3547 return 0;
3548 }
3549
Veerendranath Jakkama082e342020-05-16 00:19:21 +05303550 if ((dut->program == PROGRAM_WPA3 &&
3551 dut->sta_associate_wait_connect) ||
3552 dut->program == PROGRAM_QM) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003553 ctrl = open_wpa_mon(get_station_ifname(dut));
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003554 if (!ctrl)
3555 return ERROR_SEND_STATUS;
3556 }
3557
Jouni Malinen46a19b62017-06-23 14:31:27 +03003558 extra[0] = '\0';
3559 if (chan)
3560 snprintf(extra, sizeof(extra), " freq=%u",
Alexei Avshalom Lazar093569f2018-11-13 14:08:17 +02003561 channel_to_freq(dut, atoi(chan)));
Jouni Malinen46a19b62017-06-23 14:31:27 +03003562 snprintf(buf, sizeof(buf), "SELECT_NETWORK %d%s",
3563 dut->infra_network_id, extra);
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003564 if (wpa_command(get_station_ifname(dut), buf) < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003565 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to select "
3566 "network id %d on %s",
3567 dut->infra_network_id,
Jouni Malinen016ae6c2019-11-04 17:00:01 +02003568 get_station_ifname(dut));
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003569 ret = ERROR_SEND_STATUS;
3570 goto done;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003571 }
3572 }
3573
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003574 if (!ctrl)
3575 return SUCCESS_SEND_STATUS;
3576
3577 /* Wait for connection result to be able to store server certificate
3578 * hash for trust root override testing
3579 * (dev_exec_action,ServerCertTrust). */
3580
3581 for (e = 0; e < 20; e++) {
3582 const char *events[] = {
3583 "CTRL-EVENT-EAP-PEER-CERT",
3584 "CTRL-EVENT-EAP-TLS-CERT-ERROR",
3585 "CTRL-EVENT-DISCONNECTED",
3586 "CTRL-EVENT-CONNECTED",
3587 "CTRL-EVENT-NETWORK-NOT-FOUND",
3588 NULL
3589 };
3590 char buf[1024];
3591 int res;
3592
3593 res = get_wpa_cli_events(dut, ctrl, events, buf, sizeof(buf));
3594 if (res < 0) {
Jouni Malinenf1f16642019-11-15 21:19:04 +02003595 send_resp(dut, conn, SIGMA_COMPLETE,
3596 "Result,Association did not complete");
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003597 ret = STATUS_SENT_ERROR;
3598 break;
3599 }
3600 sigma_dut_print(dut, DUT_MSG_DEBUG, "Connection event: %s",
3601 buf);
3602
3603 if (strstr(buf, "CTRL-EVENT-EAP-PEER-CERT") &&
3604 strstr(buf, " depth=0")) {
3605 char *pos = strstr(buf, " hash=");
3606
3607 if (pos) {
3608 char *end;
3609
Jouni Malinen34b19cb2019-08-16 16:37:17 +03003610 if (strstr(buf, " tod=1"))
3611 tod = 1;
3612 else if (strstr(buf, " tod=2"))
3613 tod = 2;
3614 else
3615 tod = 0;
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003616 sigma_dut_print(dut, DUT_MSG_DEBUG,
3617 "Server certificate TOD policy: %d",
3618 tod);
Jouni Malinen37d5c692019-08-19 16:56:55 +03003619 dut->server_cert_tod = tod;
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003620
3621 pos += 6;
3622 end = strchr(pos, ' ');
3623 if (end)
3624 *end = '\0';
3625 strlcpy(dut->server_cert_hash, pos,
3626 sizeof(dut->server_cert_hash));
3627 sigma_dut_print(dut, DUT_MSG_DEBUG,
3628 "Server certificate hash: %s",
3629 dut->server_cert_hash);
3630 }
3631 }
3632
3633 if (strstr(buf, "CTRL-EVENT-EAP-TLS-CERT-ERROR")) {
3634 send_resp(dut, conn, SIGMA_COMPLETE,
3635 "Result,TLS server certificate validation failed");
3636 ret = STATUS_SENT_ERROR;
3637 break;
3638 }
3639
3640 if (strstr(buf, "CTRL-EVENT-NETWORK-NOT-FOUND")) {
3641 num_network_not_found++;
3642
3643 if (num_network_not_found > 2) {
3644 send_resp(dut, conn, SIGMA_COMPLETE,
3645 "Result,Network not found");
3646 ret = STATUS_SENT_ERROR;
3647 break;
3648 }
3649 }
3650
3651 if (strstr(buf, "CTRL-EVENT-DISCONNECTED")) {
3652 num_disconnected++;
3653
3654 if (num_disconnected > 2) {
3655 send_resp(dut, conn, SIGMA_COMPLETE,
3656 "Result,Connection failed");
3657 ret = STATUS_SENT_ERROR;
3658 break;
3659 }
3660 }
3661
3662 if (strstr(buf, "CTRL-EVENT-CONNECTED")) {
3663 if (tod >= 0) {
3664 sigma_dut_print(dut, DUT_MSG_DEBUG,
3665 "Network profile TOD policy update: %d -> %d",
3666 dut->sta_tod_policy, tod);
3667 dut->sta_tod_policy = tod;
3668 }
Veerendranath Jakkama082e342020-05-16 00:19:21 +05303669 if (dut->program == PROGRAM_QM) {
3670 unsigned char iface_mac_addr[ETH_ALEN];
3671 char ipv6[100];
3672
3673 if (get_hwaddr(ifname, iface_mac_addr) < 0) {
3674 sigma_dut_print(dut, DUT_MSG_ERROR,
3675 "%s: get_hwaddr %s failed",
3676 __func__, ifname);
3677 ret = ERROR_SEND_STATUS;
3678 break;
3679 }
3680
3681 convert_mac_addr_to_ipv6_lladdr(iface_mac_addr,
3682 ipv6,
3683 sizeof(ipv6));
3684
3685 if (set_ipv6_addr(dut, ipv6, "64", ifname) !=
3686 0) {
3687 ret = ERROR_SEND_STATUS;
3688 break;
3689 }
3690 }
Jouni Malinen134fe3c2019-06-12 04:16:49 +03003691 break;
3692 }
3693 }
3694done:
3695 if (ctrl) {
3696 wpa_ctrl_detach(ctrl);
3697 wpa_ctrl_close(ctrl);
3698 }
3699 return ret;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02003700}
3701
3702
3703static int run_hs20_osu(struct sigma_dut *dut, const char *params)
3704{
3705 char buf[500], cmd[200];
3706 int res;
3707
3708 /* Use hs20-osu-client file at the current dir, if found; otherwise use
3709 * default path */
3710 res = snprintf(cmd, sizeof(cmd),
3711 "%s -w \"%s\" -r hs20-osu-client.res %s%s -dddKt -f Logs/hs20-osu-client.txt",
3712 file_exists("./hs20-osu-client") ?
3713 "./hs20-osu-client" : "hs20-osu-client",
3714 sigma_wpas_ctrl,
3715 dut->summary_log ? "-s " : "",
3716 dut->summary_log ? dut->summary_log : "");
3717 if (res < 0 || res >= (int) sizeof(cmd))
3718 return -1;
3719
3720 res = snprintf(buf, sizeof(buf), "%s %s", cmd, params);
3721 if (res < 0 || res >= (int) sizeof(buf))
3722 return -1;
3723 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
3724
3725 if (system(buf) != 0) {
3726 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to run: %s", buf);
3727 return -1;
3728 }
3729 sigma_dut_print(dut, DUT_MSG_DEBUG,
3730 "Completed hs20-osu-client operation");
3731
3732 return 0;
3733}
3734
3735
3736static int download_ppsmo(struct sigma_dut *dut,
3737 struct sigma_conn *conn,
3738 const char *intf,
3739 struct sigma_cmd *cmd)
3740{
3741 const char *name, *path, *val;
3742 char url[500], buf[600], fbuf[100];
3743 char *fqdn = NULL;
3744
3745 name = get_param(cmd, "FileName");
3746 path = get_param(cmd, "FilePath");
3747 if (name == NULL || path == NULL)
3748 return -1;
3749
3750 if (strcasecmp(path, "VendorSpecific") == 0) {
3751 snprintf(url, sizeof(url), "PPS/%s", name);
3752 sigma_dut_print(dut, DUT_MSG_INFO, "Use pre-configured PPS MO "
3753 "from the device (%s)", url);
3754 if (!file_exists(url)) {
3755 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Requested "
3756 "PPS MO file does not exist");
3757 return 0;
3758 }
3759 snprintf(buf, sizeof(buf), "cp %s pps-tnds.xml", url);
3760 if (system(buf) != 0) {
3761 send_resp(dut, conn, SIGMA_ERROR,
3762 "errorCode,Failed to copy PPS MO");
3763 return 0;
3764 }
3765 } else if (strncasecmp(path, "http:", 5) != 0 &&
3766 strncasecmp(path, "https:", 6) != 0) {
3767 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,"
3768 "Unsupported FilePath value");
3769 return 0;
3770 } else {
3771 snprintf(url, sizeof(url), "%s/%s", path, name);
3772 sigma_dut_print(dut, DUT_MSG_INFO, "Downloading PPS MO from %s",
3773 url);
3774 snprintf(buf, sizeof(buf), "wget -T 10 -t 3 -O pps-tnds.xml '%s'", url);
3775 remove("pps-tnds.xml");
3776 if (system(buf) != 0) {
3777 send_resp(dut, conn, SIGMA_ERROR,
3778 "errorCode,Failed to download PPS MO");
3779 return 0;
3780 }
3781 }
3782
3783 if (run_hs20_osu(dut, "from_tnds pps-tnds.xml pps.xml") < 0) {
3784 send_resp(dut, conn, SIGMA_ERROR,
3785 "errorCode,Failed to parse downloaded PPSMO");
3786 return 0;
3787 }
3788 unlink("pps-tnds.xml");
3789
3790 val = get_param(cmd, "managementTreeURI");
3791 if (val) {
3792 const char *pos, *end;
3793 sigma_dut_print(dut, DUT_MSG_DEBUG, "managementTreeURI: %s",
3794 val);
3795 if (strncmp(val, "./Wi-Fi/", 8) != 0) {
3796 send_resp(dut, conn, SIGMA_ERROR,
3797 "errorCode,Invalid managementTreeURI prefix");
3798 return 0;
3799 }
3800 pos = val + 8;
3801 end = strchr(pos, '/');
3802 if (end == NULL ||
3803 strcmp(end, "/PerProviderSubscription") != 0) {
3804 send_resp(dut, conn, SIGMA_ERROR,
3805 "errorCode,Invalid managementTreeURI postfix");
3806 return 0;
3807 }
3808 if (end - pos >= (int) sizeof(fbuf)) {
3809 send_resp(dut, conn, SIGMA_ERROR,
3810 "errorCode,Too long FQDN in managementTreeURI");
3811 return 0;
3812 }
3813 memcpy(fbuf, pos, end - pos);
3814 fbuf[end - pos] = '\0';
3815 fqdn = fbuf;
3816 sigma_dut_print(dut, DUT_MSG_INFO,
3817 "FQDN from managementTreeURI: %s", fqdn);
3818 } else if (run_hs20_osu(dut, "get_fqdn pps.xml") == 0) {
3819 FILE *f = fopen("pps-fqdn", "r");
3820 if (f) {
3821 if (fgets(fbuf, sizeof(fbuf), f)) {
3822 fbuf[sizeof(fbuf) - 1] = '\0';
3823 fqdn = fbuf;
3824 sigma_dut_print(dut, DUT_MSG_DEBUG,
3825 "Use FQDN %s", fqdn);
3826 }
3827 fclose(f);
3828 }
3829 }
3830
3831 if (fqdn == NULL) {
3832 send_resp(dut, conn, SIGMA_ERROR,
3833 "errorCode,No FQDN specified");
3834 return 0;
3835 }
3836
3837 mkdir("SP", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
3838 snprintf(buf, sizeof(buf), "SP/%s", fqdn);
3839 mkdir(buf, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
3840
3841 snprintf(buf, sizeof(buf), "SP/%s/pps.xml", fqdn);
3842 if (rename("pps.xml", buf) < 0) {
3843 send_resp(dut, conn, SIGMA_ERROR,
3844 "errorCode,Could not move PPS MO");
3845 return 0;
3846 }
3847
3848 if (strcasecmp(path, "VendorSpecific") == 0) {
3849 snprintf(buf, sizeof(buf), "cp Certs/ca.pem SP/%s/ca.pem",
3850 fqdn);
3851 if (system(buf)) {
3852 send_resp(dut, conn, SIGMA_ERROR,
3853 "errorCode,Failed to copy OSU CA cert");
3854 return 0;
3855 }
3856
3857 snprintf(buf, sizeof(buf),
3858 "cp Certs/aaa-ca.pem SP/%s/aaa-ca.pem",
3859 fqdn);
3860 if (system(buf)) {
3861 send_resp(dut, conn, SIGMA_ERROR,
3862 "errorCode,Failed to copy AAA CA cert");
3863 return 0;
3864 }
3865 } else {
3866 snprintf(buf, sizeof(buf),
3867 "dl_osu_ca SP/%s/pps.xml SP/%s/ca.pem",
3868 fqdn, fqdn);
3869 if (run_hs20_osu(dut, buf) < 0) {
3870 send_resp(dut, conn, SIGMA_ERROR,
3871 "errorCode,Failed to download OSU CA cert");
3872 return 0;
3873 }
3874
3875 snprintf(buf, sizeof(buf),
3876 "dl_aaa_ca SP/%s/pps.xml SP/%s/aaa-ca.pem",
3877 fqdn, fqdn);
3878 if (run_hs20_osu(dut, buf) < 0) {
3879 sigma_dut_print(dut, DUT_MSG_INFO,
3880 "Failed to download AAA CA cert");
3881 }
3882 }
3883
3884 if (file_exists("next-client-cert.pem")) {
3885 snprintf(buf, sizeof(buf), "SP/%s/client-cert.pem", fqdn);
3886 if (rename("next-client-cert.pem", buf) < 0) {
3887 send_resp(dut, conn, SIGMA_ERROR,
3888 "errorCode,Could not move client certificate");
3889 return 0;
3890 }
3891 }
3892
3893 if (file_exists("next-client-key.pem")) {
3894 snprintf(buf, sizeof(buf), "SP/%s/client-key.pem", fqdn);
3895 if (rename("next-client-key.pem", buf) < 0) {
3896 send_resp(dut, conn, SIGMA_ERROR,
3897 "errorCode,Could not move client key");
3898 return 0;
3899 }
3900 }
3901
3902 snprintf(buf, sizeof(buf), "set_pps SP/%s/pps.xml", fqdn);
3903 if (run_hs20_osu(dut, buf) < 0) {
3904 send_resp(dut, conn, SIGMA_ERROR,
3905 "errorCode,Failed to configure credential from "
3906 "PPSMO");
3907 return 0;
3908 }
3909
3910 return 1;
3911}
3912
3913
3914static int download_cert(struct sigma_dut *dut,
3915 struct sigma_conn *conn,
3916 const char *intf,
3917 struct sigma_cmd *cmd)
3918{
3919 const char *name, *path;
3920 char url[500], buf[600];
3921
3922 name = get_param(cmd, "FileName");
3923 path = get_param(cmd, "FilePath");
3924 if (name == NULL || path == NULL)
3925 return -1;
3926
3927 if (strcasecmp(path, "VendorSpecific") == 0) {
3928 snprintf(url, sizeof(url), "Certs/%s-cert.pem", name);
3929 sigma_dut_print(dut, DUT_MSG_INFO, "Use pre-configured client "
3930 "certificate from the device (%s)", url);
3931 if (!file_exists(url)) {
3932 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Requested "
3933 "certificate file does not exist");
3934 return 0;
3935 }
3936 snprintf(buf, sizeof(buf), "cp %s next-client-cert.pem", url);
3937 if (system(buf) != 0) {
3938 send_resp(dut, conn, SIGMA_ERROR,
3939 "errorCode,Failed to copy client "
3940 "certificate");
3941 return 0;
3942 }
3943
3944 snprintf(url, sizeof(url), "Certs/%s-key.pem", name);
3945 sigma_dut_print(dut, DUT_MSG_INFO, "Use pre-configured client "
3946 "private key from the device (%s)", url);
3947 if (!file_exists(url)) {
3948 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Requested "
3949 "private key file does not exist");
3950 return 0;
3951 }
3952 snprintf(buf, sizeof(buf), "cp %s next-client-key.pem", url);
3953 if (system(buf) != 0) {
3954 send_resp(dut, conn, SIGMA_ERROR,
3955 "errorCode,Failed to copy client key");
3956 return 0;
3957 }
3958 } else if (strncasecmp(path, "http:", 5) != 0 &&
3959 strncasecmp(path, "https:", 6) != 0) {
3960 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,"
3961 "Unsupported FilePath value");
3962 return 0;
3963 } else {
3964 snprintf(url, sizeof(url), "%s/%s.pem", path, name);
3965 sigma_dut_print(dut, DUT_MSG_INFO, "Downloading client "
3966 "certificate/key from %s", url);
3967 snprintf(buf, sizeof(buf),
3968 "wget -T 10 -t 3 -O next-client-cert.pem '%s'", url);
3969 if (system(buf) != 0) {
3970 send_resp(dut, conn, SIGMA_ERROR,
3971 "errorCode,Failed to download client "
3972 "certificate");
3973 return 0;
3974 }
3975
3976 if (system("cp next-client-cert.pem next-client-key.pem") != 0)
3977 {
3978 send_resp(dut, conn, SIGMA_ERROR,
3979 "errorCode,Failed to copy client key");
3980 return 0;
3981 }
3982 }
3983
3984 return 1;
3985}
3986
3987
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02003988static int cmd_sta_preset_testparameters_60ghz(struct sigma_dut *dut,
3989 struct sigma_conn *conn,
3990 struct sigma_cmd *cmd)
3991{
3992 const char *val;
3993 const char *intf = get_param(cmd, "interface");
3994
3995 if (!intf)
3996 return -1;
3997
3998 val = get_param(cmd, "WscIEFragment");
3999 if (val && strcasecmp(val, "enable") == 0) {
4000 sigma_dut_print(dut, DUT_MSG_DEBUG,
4001 "Enable WSC IE fragmentation");
4002
4003 dut->wsc_fragment = 1;
4004 /* set long attributes to force fragmentation */
4005 if (wpa_command(intf, "SET device_name "
4006 WPS_LONG_DEVICE_NAME) < 0)
4007 return -2;
4008 if (wpa_command(intf, "SET manufacturer "
4009 WPS_LONG_MANUFACTURER) < 0)
4010 return -2;
4011 if (wpa_command(intf, "SET model_name "
4012 WPS_LONG_MODEL_NAME) < 0)
4013 return -2;
4014 if (wpa_command(intf, "SET model_number "
4015 WPS_LONG_MODEL_NUMBER) < 0)
4016 return -2;
4017 if (wpa_command(intf, "SET serial_number "
4018 WPS_LONG_SERIAL_NUMBER) < 0)
4019 return -2;
4020 }
4021
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +02004022 val = get_param(cmd, "RSN_IE");
4023 if (val) {
4024 if (strcasecmp(val, "disable") == 0)
4025 dut->force_rsn_ie = FORCE_RSN_IE_REMOVE;
4026 else if (strcasecmp(val, "enable") == 0)
4027 dut->force_rsn_ie = FORCE_RSN_IE_ADD;
4028 }
4029
Alexei Avshalom Lazar744ae8a2019-01-31 17:26:46 +02004030 val = get_param(cmd, "WpsVersion");
4031 if (val)
4032 dut->wps_forced_version = get_wps_forced_version(dut, val);
4033
Alexei Avshalom Lazar2eccf4d2019-01-31 10:03:59 +02004034 val = get_param(cmd, "WscEAPFragment");
4035 if (val && strcasecmp(val, "enable") == 0)
4036 dut->eap_fragment = 1;
4037
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02004038 return 1;
4039}
4040
4041
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004042static int cmd_sta_preset_testparameters_hs2_r2(struct sigma_dut *dut,
4043 struct sigma_conn *conn,
4044 const char *intf,
4045 struct sigma_cmd *cmd)
4046{
4047 const char *val;
4048
4049 val = get_param(cmd, "FileType");
4050 if (val && strcasecmp(val, "PPSMO") == 0)
4051 return download_ppsmo(dut, conn, intf, cmd);
4052 if (val && strcasecmp(val, "CERT") == 0)
4053 return download_cert(dut, conn, intf, cmd);
4054 if (val) {
4055 send_resp(dut, conn, SIGMA_ERROR,
4056 "ErrorCode,Unsupported FileType");
4057 return 0;
4058 }
4059
4060 return 1;
4061}
4062
4063
Ankita Bajaja2cb5672017-10-25 16:08:28 +05304064static int cmd_sta_preset_testparameters_oce(struct sigma_dut *dut,
4065 struct sigma_conn *conn,
4066 const char *intf,
4067 struct sigma_cmd *cmd)
4068{
4069 const char *val;
Ankita Bajaj1bde7942018-01-09 19:15:01 +05304070 char buf[1000];
4071 char text[20];
4072 unsigned char addr[ETH_ALEN];
Ankita Bajaja2cb5672017-10-25 16:08:28 +05304073
4074 val = get_param(cmd, "OCESupport");
4075 if (val && strcasecmp(val, "Disable") == 0) {
4076 if (wpa_command(intf, "SET oce 0") < 0) {
4077 send_resp(dut, conn, SIGMA_ERROR,
4078 "ErrorCode,Failed to disable OCE");
4079 return 0;
4080 }
4081 } else if (val && strcasecmp(val, "Enable") == 0) {
4082 if (wpa_command(intf, "SET oce 1") < 0) {
4083 send_resp(dut, conn, SIGMA_ERROR,
4084 "ErrorCode,Failed to enable OCE");
4085 return 0;
4086 }
4087 }
4088
vamsi krishnaa2799492017-12-05 14:28:01 +05304089 val = get_param(cmd, "FILScap");
4090 if (val && (atoi(val) == 1)) {
4091 if (wpa_command(intf, "SET disable_fils 0") < 0) {
4092 send_resp(dut, conn, SIGMA_ERROR,
4093 "ErrorCode,Failed to enable FILS");
4094 return 0;
4095 }
4096 } else if (val && (atoi(val) == 0)) {
4097 if (wpa_command(intf, "SET disable_fils 1") < 0) {
4098 send_resp(dut, conn, SIGMA_ERROR,
4099 "ErrorCode,Failed to disable FILS");
4100 return 0;
4101 }
4102 }
4103
Ankita Bajaj1bde7942018-01-09 19:15:01 +05304104 val = get_param(cmd, "FILSHLP");
4105 if (val && strcasecmp(val, "Enable") == 0) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02004106 if (get_wpa_status(get_station_ifname(dut), "address", text,
Ankita Bajaj1bde7942018-01-09 19:15:01 +05304107 sizeof(text)) < 0)
4108 return -2;
4109 hwaddr_aton(text, addr);
4110 snprintf(buf, sizeof(buf),
4111 "FILS_HLP_REQ_ADD ff:ff:ff:ff:ff:ff "
4112 "080045100140000040004011399e00000000ffffffff00440043"
4113 "012cb30001010600fd4f46410000000000000000000000000000"
4114 "000000000000"
4115 "%02x%02x%02x%02x%02x%02x"
4116 "0000000000000000000000000000000000000000000000000000"
4117 "0000000000000000000000000000000000000000000000000000"
4118 "0000000000000000000000000000000000000000000000000000"
4119 "0000000000000000000000000000000000000000000000000000"
4120 "0000000000000000000000000000000000000000000000000000"
4121 "0000000000000000000000000000000000000000000000000000"
4122 "0000000000000000000000000000000000000000000000000000"
4123 "0000000000000000000000000000000000000000638253633501"
4124 "013d0701000af549d29b390205dc3c12616e64726f69642d6468"
4125 "63702d382e302e30370a0103060f1a1c333a3b2b5000ff00",
4126 addr[0], addr[1], addr[2], addr[3], addr[4], addr[5]);
4127 if (wpa_command(intf, buf)) {
4128 send_resp(dut, conn, SIGMA_ERROR,
4129 "ErrorCode,Failed to add HLP");
4130 return 0;
4131 }
4132 dut->fils_hlp = 1;
4133 }
4134
Ankita Bajaja2cb5672017-10-25 16:08:28 +05304135 return 1;
4136}
4137
4138
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004139static void ath_sta_set_noack(struct sigma_dut *dut, const char *intf,
4140 const char *val)
4141{
4142 int counter = 0;
4143 char token[50];
4144 char *result;
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05304145 char *saveptr;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004146
Peng Xub8fc5cc2017-05-10 17:27:28 -07004147 strlcpy(token, val, sizeof(token));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004148 token[sizeof(token) - 1] = '\0';
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05304149 result = strtok_r(token, ":", &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004150 while (result) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004151 if (strcmp(result, "disable") == 0)
4152 run_iwpriv(dut, intf, "noackpolicy %d 1 0", counter);
4153 else
4154 run_iwpriv(dut, intf, "noackpolicy %d 1 1", counter);
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05304155 result = strtok_r(NULL, ":", &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004156 counter++;
4157 }
4158}
4159
4160
4161static void ath_sta_set_rts(struct sigma_dut *dut, const char *intf,
4162 const char *val)
4163{
4164 char buf[100];
4165
4166 snprintf(buf, sizeof(buf), "iwconfig %s rts %s", intf, val);
4167 if (system(buf) != 0) {
4168 sigma_dut_print(dut, DUT_MSG_ERROR, "iwconfig RTS failed");
4169 }
4170}
4171
4172
4173static void ath_sta_set_wmm(struct sigma_dut *dut, const char *intf,
4174 const char *val)
4175{
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004176 if (strcasecmp(val, "off") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004177 run_iwpriv(dut, intf, "wmm 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004178 }
4179}
4180
4181
Amarnath Hullur Subramanyam75214d22018-02-04 19:17:11 -08004182static int wcn_sta_set_wmm(struct sigma_dut *dut, const char *intf,
4183 const char *val)
4184{
4185#ifdef NL80211_SUPPORT
4186 struct nl_msg *msg;
4187 int ret = 0;
4188 struct nlattr *params;
4189 int ifindex;
4190 int wmmenable = 1;
4191
4192 if (val &&
4193 (strcasecmp(val, "off") == 0 || strcmp(val, "0") == 0))
4194 wmmenable = 0;
4195
4196 ifindex = if_nametoindex(intf);
4197 if (ifindex == 0) {
4198 sigma_dut_print(dut, DUT_MSG_ERROR,
4199 "%s: Index for interface %s failed",
4200 __func__, intf);
4201 return -1;
4202 }
4203
4204 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
4205 NL80211_CMD_VENDOR)) ||
4206 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
4207 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
4208 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
4209 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
4210 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
4211 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WMM_ENABLE,
4212 wmmenable)) {
4213 sigma_dut_print(dut, DUT_MSG_ERROR,
4214 "%s: err in adding vendor_cmd and vendor_data",
4215 __func__);
4216 nlmsg_free(msg);
4217 return -1;
4218 }
4219 nla_nest_end(msg, params);
4220
4221 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
4222 if (ret) {
4223 sigma_dut_print(dut, DUT_MSG_ERROR,
4224 "%s: err in send_and_recv_msgs, ret=%d",
4225 __func__, ret);
4226 }
4227 return ret;
4228#else /* NL80211_SUPPORT */
4229 sigma_dut_print(dut, DUT_MSG_ERROR,
4230 "WMM cannot be changed without NL80211_SUPPORT defined");
4231 return -1;
4232#endif /* NL80211_SUPPORT */
4233}
4234
4235
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004236static void ath_sta_set_sgi(struct sigma_dut *dut, const char *intf,
4237 const char *val)
4238{
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004239 int sgi20;
4240
4241 sgi20 = strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0;
4242
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004243 run_iwpriv(dut, intf, "shortgi %d", sgi20);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004244}
4245
4246
4247static void ath_sta_set_11nrates(struct sigma_dut *dut, const char *intf,
4248 const char *val)
4249{
Pradeep Reddy POTTETI67376b72016-10-25 20:08:17 +05304250 int rate_code, v;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004251
4252 /* Disable Tx Beam forming when using a fixed rate */
4253 ath_disable_txbf(dut, intf);
4254
Pradeep Reddy POTTETI67376b72016-10-25 20:08:17 +05304255 v = atoi(val);
4256 if (v < 0 || v > 32) {
4257 sigma_dut_print(dut, DUT_MSG_ERROR,
4258 "Invalid Fixed MCS rate: %d", v);
4259 return;
4260 }
4261 rate_code = 0x80 + v;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004262
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004263 run_iwpriv(dut, intf, "set11NRates 0x%x", rate_code);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004264
4265 /* Channel width gets messed up, fix this */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004266 run_iwpriv(dut, intf, "chwidth %d", dut->chwidth);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004267}
4268
4269
Amarnath Hullur Subramanyamd5bb5732018-02-22 15:50:38 -08004270static void iwpriv_sta_set_amsdu(struct sigma_dut *dut, const char *intf,
4271 const char *val)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004272{
4273 char buf[60];
4274
4275 if (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0)
4276 snprintf(buf, sizeof(buf), "iwpriv %s amsdu 2", intf);
4277 else
4278 snprintf(buf, sizeof(buf), "iwpriv %s amsdu 1", intf);
4279
4280 if (system(buf) != 0)
4281 sigma_dut_print(dut, DUT_MSG_ERROR, "iwpriv amsdu failed");
4282}
4283
4284
Deepak Dhamdhere80356cb2016-03-28 16:48:32 -07004285static int iwpriv_sta_set_ampdu(struct sigma_dut *dut, const char *intf,
4286 int ampdu)
4287{
4288 char buf[60];
Amarnath Hullur Subramanyam63c590a2018-03-07 15:26:21 -08004289 int maxaggregation = 63;
Deepak Dhamdhere80356cb2016-03-28 16:48:32 -07004290
Amarnath Hullur Subramanyam63c590a2018-03-07 15:26:21 -08004291 if (ampdu)
4292 ampdu = maxaggregation;
Deepak Dhamdhere80356cb2016-03-28 16:48:32 -07004293 snprintf(buf, sizeof(buf), "iwpriv %s ampdu %d", intf, ampdu);
4294 if (system(buf) != 0) {
4295 sigma_dut_print(dut, DUT_MSG_ERROR, "iwpriv ampdu failed");
4296 return -1;
4297 }
4298
4299 return 0;
4300}
4301
4302
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004303static void ath_sta_set_stbc(struct sigma_dut *dut, const char *intf,
4304 const char *val)
4305{
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004306 run_iwpriv(dut, intf, "tx_stbc %s", val);
4307 run_iwpriv(dut, intf, "rx_stbc %s", val);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004308}
4309
4310
4311static int wcn_sta_set_cts_width(struct sigma_dut *dut, const char *intf,
4312 const char *val)
4313{
4314 char buf[60];
4315
Peng Xucc317ed2017-05-18 16:44:37 -07004316 if (strcmp(val, "160") == 0) {
4317 snprintf(buf, sizeof(buf), "iwpriv %s cts_cbw 5", intf);
4318 } else if (strcmp(val, "80") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004319 snprintf(buf, sizeof(buf), "iwpriv %s cts_cbw 3", intf);
4320 } else if (strcmp(val, "40") == 0) {
4321 snprintf(buf, sizeof(buf), "iwpriv %s cts_cbw 2", intf);
4322 } else if (strcmp(val, "20") == 0) {
4323 snprintf(buf, sizeof(buf), "iwpriv %s cts_cbw 1", intf);
4324 } else if (strcasecmp(val, "Auto") == 0) {
4325 buf[0] = '\0';
4326 } else {
4327 sigma_dut_print(dut, DUT_MSG_ERROR,
4328 "WIDTH/CTS_WIDTH value not supported");
4329 return -1;
4330 }
4331
4332 if (buf[0] != '\0' && system(buf) != 0) {
4333 sigma_dut_print(dut, DUT_MSG_ERROR,
4334 "Failed to set WIDTH/CTS_WIDTH");
4335 return -1;
4336 }
4337
4338 return 0;
4339}
4340
4341
4342int ath_set_width(struct sigma_dut *dut, struct sigma_conn *conn,
4343 const char *intf, const char *val)
4344{
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004345 if (strcasecmp(val, "Auto") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004346 run_iwpriv(dut, intf, "chwidth 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004347 dut->chwidth = 0;
4348 } else if (strcasecmp(val, "20") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004349 run_iwpriv(dut, intf, "chwidth 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004350 dut->chwidth = 0;
4351 } else if (strcasecmp(val, "40") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004352 run_iwpriv(dut, intf, "chwidth 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004353 dut->chwidth = 1;
4354 } else if (strcasecmp(val, "80") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004355 run_iwpriv(dut, intf, "chwidth 2");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004356 dut->chwidth = 2;
4357 } else if (strcasecmp(val, "160") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07004358 run_iwpriv(dut, intf, "chwidth 3");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004359 dut->chwidth = 3;
4360 } else {
4361 send_resp(dut, conn, SIGMA_ERROR,
4362 "ErrorCode,WIDTH not supported");
4363 return -1;
4364 }
4365
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004366 return 0;
4367}
4368
4369
4370static int wcn_sta_set_sp_stream(struct sigma_dut *dut, const char *intf,
4371 const char *val)
4372{
4373 char buf[60];
Arif Hussainac6c5112018-05-25 17:34:00 -07004374 int sta_nss;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004375
Amarnath Hullur Subramanyamd5374fa2018-02-25 19:00:24 -08004376 if (strcmp(val, "1SS") == 0 || strcmp(val, "1") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004377 snprintf(buf, sizeof(buf), "iwpriv %s nss 1", intf);
Arif Hussainac6c5112018-05-25 17:34:00 -07004378 sta_nss = 1;
Amarnath Hullur Subramanyamd5374fa2018-02-25 19:00:24 -08004379 } else if (strcmp(val, "2SS") == 0 || strcmp(val, "2") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004380 snprintf(buf, sizeof(buf), "iwpriv %s nss 2", intf);
Arif Hussainac6c5112018-05-25 17:34:00 -07004381 sta_nss = 2;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004382 } else {
4383 sigma_dut_print(dut, DUT_MSG_ERROR,
4384 "SP_STREAM value not supported");
4385 return -1;
4386 }
4387
4388 if (system(buf) != 0) {
4389 sigma_dut_print(dut, DUT_MSG_ERROR,
4390 "Failed to set SP_STREAM");
4391 return -1;
4392 }
4393
Arif Hussainac6c5112018-05-25 17:34:00 -07004394 dut->sta_nss = sta_nss;
4395
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004396 return 0;
4397}
4398
4399
Pradeep Reddy POTTETI4a1f6b32016-11-23 13:15:21 +05304400static void wcn_sta_set_stbc(struct sigma_dut *dut, const char *intf,
4401 const char *val)
4402{
4403 char buf[60];
4404
4405 snprintf(buf, sizeof(buf), "iwpriv %s tx_stbc %s", intf, val);
4406 if (system(buf) != 0)
4407 sigma_dut_print(dut, DUT_MSG_ERROR, "iwpriv tx_stbc failed");
4408
4409 snprintf(buf, sizeof(buf), "iwpriv %s rx_stbc %s", intf, val);
4410 if (system(buf) != 0)
4411 sigma_dut_print(dut, DUT_MSG_ERROR, "iwpriv rx_stbc failed");
4412}
4413
4414
Ashwini Patil68d02cd2017-01-10 15:39:16 +05304415static int mbo_set_cellular_data_capa(struct sigma_dut *dut,
4416 struct sigma_conn *conn,
4417 const char *intf, int capa)
4418{
4419 char buf[32];
4420
4421 if (capa > 0 && capa < 4) {
4422 snprintf(buf, sizeof(buf), "SET mbo_cell_capa %d", capa);
4423 if (wpa_command(intf, buf) < 0) {
4424 send_resp(dut, conn, SIGMA_ERROR,
4425 "ErrorCode, Failed to set cellular data capability");
4426 return 0;
4427 }
4428 return 1;
4429 }
4430
4431 sigma_dut_print(dut, DUT_MSG_ERROR,
4432 "Invalid Cellular data capability: %d", capa);
4433 send_resp(dut, conn, SIGMA_INVALID,
4434 "ErrorCode,Invalid cellular data capability");
4435 return 0;
4436}
4437
4438
Ashwini Patil9183fdb2017-04-13 16:58:25 +05304439static int mbo_set_roaming(struct sigma_dut *dut, struct sigma_conn *conn,
4440 const char *intf, const char *val)
4441{
4442 if (strcasecmp(val, "Disable") == 0) {
4443 if (wpa_command(intf, "SET roaming 0") < 0) {
4444 send_resp(dut, conn, SIGMA_ERROR,
4445 "ErrorCode,Failed to disable roaming");
4446 return 0;
4447 }
4448 return 1;
4449 }
4450
4451 if (strcasecmp(val, "Enable") == 0) {
4452 if (wpa_command(intf, "SET roaming 1") < 0) {
4453 send_resp(dut, conn, SIGMA_ERROR,
4454 "ErrorCode,Failed to enable roaming");
4455 return 0;
4456 }
4457 return 1;
4458 }
4459
4460 sigma_dut_print(dut, DUT_MSG_ERROR,
4461 "Invalid value provided for roaming: %s", val);
4462 send_resp(dut, conn, SIGMA_INVALID,
4463 "ErrorCode,Unknown value provided for Roaming");
4464 return 0;
4465}
4466
4467
Ashwini Patila75de5a2017-04-13 16:35:05 +05304468static int mbo_set_assoc_disallow(struct sigma_dut *dut,
4469 struct sigma_conn *conn,
4470 const char *intf, const char *val)
4471{
4472 if (strcasecmp(val, "Disable") == 0) {
4473 if (wpa_command(intf, "SET ignore_assoc_disallow 1") < 0) {
4474 send_resp(dut, conn, SIGMA_ERROR,
4475 "ErrorCode,Failed to disable Assoc_disallow");
4476 return 0;
4477 }
4478 return 1;
4479 }
4480
4481 if (strcasecmp(val, "Enable") == 0) {
4482 if (wpa_command(intf, "SET ignore_assoc_disallow 0") < 0) {
4483 send_resp(dut, conn, SIGMA_ERROR,
4484 "ErrorCode,Failed to enable Assoc_disallow");
4485 return 0;
4486 }
4487 return 1;
4488 }
4489
4490 sigma_dut_print(dut, DUT_MSG_ERROR,
4491 "Invalid value provided for Assoc_disallow: %s", val);
4492 send_resp(dut, conn, SIGMA_INVALID,
4493 "ErrorCode,Unknown value provided for Assoc_disallow");
4494 return 0;
4495}
4496
4497
Ashwini Patilc63161e2017-04-13 16:30:23 +05304498static int mbo_set_bss_trans_req(struct sigma_dut *dut, struct sigma_conn *conn,
4499 const char *intf, const char *val)
4500{
4501 if (strcasecmp(val, "Reject") == 0) {
4502 if (wpa_command(intf, "SET reject_btm_req_reason 1") < 0) {
4503 send_resp(dut, conn, SIGMA_ERROR,
4504 "ErrorCode,Failed to Reject BTM Request");
4505 return 0;
4506 }
4507 return 1;
4508 }
4509
4510 if (strcasecmp(val, "Accept") == 0) {
4511 if (wpa_command(intf, "SET reject_btm_req_reason 0") < 0) {
4512 send_resp(dut, conn, SIGMA_ERROR,
4513 "ErrorCode,Failed to Accept BTM Request");
4514 return 0;
4515 }
4516 return 1;
4517 }
4518
4519 sigma_dut_print(dut, DUT_MSG_ERROR,
4520 "Invalid value provided for BSS_Transition: %s", val);
4521 send_resp(dut, conn, SIGMA_INVALID,
4522 "ErrorCode,Unknown value provided for BSS_Transition");
4523 return 0;
4524}
4525
4526
Ashwini Patil00402582017-04-13 12:29:39 +05304527static int mbo_set_non_pref_ch_list(struct sigma_dut *dut,
4528 struct sigma_conn *conn,
4529 const char *intf,
4530 struct sigma_cmd *cmd)
4531{
4532 const char *ch, *pref, *op_class, *reason;
4533 char buf[120];
4534 int len, ret;
4535
4536 pref = get_param(cmd, "Ch_Pref");
4537 if (!pref)
4538 return 1;
4539
4540 if (strcasecmp(pref, "clear") == 0) {
4541 free(dut->non_pref_ch_list);
4542 dut->non_pref_ch_list = NULL;
4543 } else {
4544 op_class = get_param(cmd, "Ch_Op_Class");
4545 if (!op_class) {
4546 send_resp(dut, conn, SIGMA_INVALID,
4547 "ErrorCode,Ch_Op_Class not provided");
4548 return 0;
4549 }
4550
4551 ch = get_param(cmd, "Ch_Pref_Num");
4552 if (!ch) {
4553 send_resp(dut, conn, SIGMA_INVALID,
4554 "ErrorCode,Ch_Pref_Num not provided");
4555 return 0;
4556 }
4557
4558 reason = get_param(cmd, "Ch_Reason_Code");
4559 if (!reason) {
4560 send_resp(dut, conn, SIGMA_INVALID,
4561 "ErrorCode,Ch_Reason_Code not provided");
4562 return 0;
4563 }
4564
4565 if (!dut->non_pref_ch_list) {
4566 dut->non_pref_ch_list =
4567 calloc(1, NON_PREF_CH_LIST_SIZE);
4568 if (!dut->non_pref_ch_list) {
4569 send_resp(dut, conn, SIGMA_ERROR,
4570 "ErrorCode,Failed to allocate memory for non_pref_ch_list");
4571 return 0;
4572 }
4573 }
4574 len = strlen(dut->non_pref_ch_list);
4575 ret = snprintf(dut->non_pref_ch_list + len,
4576 NON_PREF_CH_LIST_SIZE - len,
4577 " %s:%s:%s:%s", op_class, ch, pref, reason);
4578 if (ret > 0 && ret < NON_PREF_CH_LIST_SIZE - len) {
4579 sigma_dut_print(dut, DUT_MSG_DEBUG, "non_pref_list: %s",
4580 dut->non_pref_ch_list);
4581 } else {
4582 sigma_dut_print(dut, DUT_MSG_ERROR,
4583 "snprintf failed for non_pref_list, ret = %d",
4584 ret);
4585 send_resp(dut, conn, SIGMA_ERROR,
4586 "ErrorCode,snprintf failed");
4587 free(dut->non_pref_ch_list);
4588 dut->non_pref_ch_list = NULL;
4589 return 0;
4590 }
4591 }
4592
4593 ret = snprintf(buf, sizeof(buf), "SET non_pref_chan%s",
4594 dut->non_pref_ch_list ? dut->non_pref_ch_list : " ");
4595 if (ret < 0 || ret >= (int) sizeof(buf)) {
4596 sigma_dut_print(dut, DUT_MSG_DEBUG,
4597 "snprintf failed for set non_pref_chan, ret: %d",
4598 ret);
4599 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,snprint failed");
4600 return 0;
4601 }
4602
4603 if (wpa_command(intf, buf) < 0) {
4604 send_resp(dut, conn, SIGMA_ERROR,
4605 "ErrorCode,Failed to set non-preferred channel list");
4606 return 0;
4607 }
4608
4609 return 1;
4610}
4611
4612
Amarnath Hullur Subramanyam474a17d2018-02-22 18:45:54 -08004613#ifdef NL80211_SUPPORT
Amarnath Hullur Subramanyamae8a2d92018-03-01 06:32:21 -08004614
Kiran Kumar Lokeree5ed4422018-12-18 18:25:02 -08004615static int sta_set_he_htc_supp(struct sigma_dut *dut, const char *intf,
4616 uint8_t cfg)
4617{
4618 struct nl_msg *msg;
4619 int ret = 0;
4620 struct nlattr *params;
4621 int ifindex;
4622
4623 ifindex = if_nametoindex(intf);
4624 if (ifindex == 0) {
4625 sigma_dut_print(dut, DUT_MSG_ERROR,
4626 "%s: Index for interface %s failed",
4627 __func__, intf);
4628 return -1;
4629 }
4630
4631 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
4632 NL80211_CMD_VENDOR)) ||
4633 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
4634 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
4635 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
4636 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
4637 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
4638 nla_put_u8(msg,
4639 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_HTC_HE_SUPP,
4640 cfg)) {
4641 sigma_dut_print(dut, DUT_MSG_ERROR,
4642 "%s: err in adding vendor_cmd and vendor_data",
4643 __func__);
4644 nlmsg_free(msg);
4645 return -1;
4646 }
4647 nla_nest_end(msg, params);
4648
4649 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
4650 if (ret) {
4651 sigma_dut_print(dut, DUT_MSG_ERROR,
4652 "%s: err in send_and_recv_msgs, ret=%d",
4653 __func__, ret);
4654 }
4655 return ret;
4656}
4657
4658
Amarnath Hullur Subramanyam474a17d2018-02-22 18:45:54 -08004659static int sta_set_he_fragmentation(struct sigma_dut *dut, const char *intf,
4660 enum he_fragmentation_val frag)
4661{
4662 struct nl_msg *msg;
4663 int ret = 0;
4664 struct nlattr *params;
4665 int ifindex;
4666
4667 ifindex = if_nametoindex(intf);
4668 if (ifindex == 0) {
4669 sigma_dut_print(dut, DUT_MSG_ERROR,
4670 "%s: Index for interface %s failed",
4671 __func__, intf);
4672 return -1;
4673 }
4674
4675 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
4676 NL80211_CMD_VENDOR)) ||
4677 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
4678 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
4679 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
4680 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
4681 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
4682 nla_put_u8(msg,
4683 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_FRAGMENTATION,
4684 frag)) {
4685 sigma_dut_print(dut, DUT_MSG_ERROR,
4686 "%s: err in adding vendor_cmd and vendor_data",
4687 __func__);
4688 nlmsg_free(msg);
4689 return -1;
4690 }
4691 nla_nest_end(msg, params);
4692
4693 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
4694 if (ret) {
4695 sigma_dut_print(dut, DUT_MSG_ERROR,
4696 "%s: err in send_and_recv_msgs, ret=%d",
4697 __func__, ret);
4698 }
4699 return ret;
4700}
Amarnath Hullur Subramanyamae8a2d92018-03-01 06:32:21 -08004701
4702
Kiran Kumar Lokere26c0f862020-01-22 11:15:59 -08004703int wcn_set_he_ltf(struct sigma_dut *dut, const char *intf,
4704 enum qca_wlan_he_ltf_cfg ltf)
Subhani Shaik8e7a3052018-04-24 14:03:00 -07004705{
4706 struct nl_msg *msg;
4707 int ret = 0;
4708 struct nlattr *params;
4709 int ifindex;
4710
4711 ifindex = if_nametoindex(intf);
4712 if (ifindex == 0) {
4713 sigma_dut_print(dut, DUT_MSG_ERROR,
4714 "%s: Index for interface %s failed",
4715 __func__, intf);
4716 return -1;
4717 }
4718
4719 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
4720 NL80211_CMD_VENDOR)) ||
4721 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
4722 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
4723 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
4724 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
4725 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
4726 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_LTF,
4727 ltf)) {
4728 sigma_dut_print(dut, DUT_MSG_ERROR,
4729 "%s: err in adding vendor_cmd and vendor_data",
4730 __func__);
4731 nlmsg_free(msg);
4732 return -1;
4733 }
4734 nla_nest_end(msg, params);
4735
4736 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
4737 if (ret) {
4738 sigma_dut_print(dut, DUT_MSG_ERROR,
4739 "%s: err in send_and_recv_msgs, ret=%d",
4740 __func__, ret);
4741 }
4742 return ret;
4743}
4744
4745
Amarnath Hullur Subramanyamae8a2d92018-03-01 06:32:21 -08004746static int nlvendor_sta_set_noack(struct sigma_dut *dut, const char *intf,
4747 int noack, enum qca_wlan_ac_type ac)
4748{
4749 struct nl_msg *msg;
4750 int ret = 0;
4751 struct nlattr *params;
4752 int ifindex;
4753
4754 ifindex = if_nametoindex(intf);
4755 if (ifindex == 0) {
4756 sigma_dut_print(dut, DUT_MSG_ERROR,
4757 "%s: Index for interface %s failed",
4758 __func__, intf);
4759 return -1;
4760 }
4761
4762 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
4763 NL80211_CMD_VENDOR)) ||
4764 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
4765 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
4766 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
4767 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
4768 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
4769 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_NO_ACK,
4770 noack) ||
4771 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_NO_ACK_AC,
4772 ac)) {
4773 sigma_dut_print(dut, DUT_MSG_ERROR,
4774 "%s: err in adding vendor_cmd and vendor_data",
4775 __func__);
4776 nlmsg_free(msg);
4777 return -1;
4778 }
4779 nla_nest_end(msg, params);
4780
4781 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
4782 if (ret) {
4783 sigma_dut_print(dut, DUT_MSG_ERROR,
4784 "%s: err in send_and_recv_msgs, ret=%d",
4785 __func__, ret);
4786 }
4787 return ret;
4788}
4789
4790
4791static void wcn_sta_set_noack(struct sigma_dut *dut, const char *intf,
4792 const char *val)
4793{
4794 int noack, ret;
4795 char token[100];
4796 char *result;
4797 char *saveptr;
4798 enum qca_wlan_ac_type ac = QCA_WLAN_AC_BE;
4799
4800 strlcpy(token, val, sizeof(token));
4801 token[sizeof(token) - 1] = '\0';
4802 result = strtok_r(token, ":", &saveptr);
4803 while (result) {
4804 noack = strcasecmp(result, "Disable") != 0;
4805 ret = nlvendor_sta_set_noack(dut, intf, noack, ac);
4806 if (ret) {
4807 sigma_dut_print(dut, DUT_MSG_ERROR,
4808 "nlvendor_sta_set_noack failed for ac:%d, ret:%d",
4809 ac, ret);
4810 }
4811 result = strtok_r(NULL, ":", &saveptr);
4812 ac++;
4813 }
4814}
4815
Amarnath Hullur Subramanyam474a17d2018-02-22 18:45:54 -08004816#endif /* NL80211_SUPPORT */
4817
4818
Vinita S. Maloo13a5cf72020-05-22 14:45:06 +05304819static int get_phymode(const char *val)
4820{
4821 if (strcmp(val, "11a") == 0)
4822 return 1; /* IEEE80211_MODE_11A */
4823 if (strcmp(val, "11g") == 0)
4824 return 3; /* IEEE80211_MODE_11G */
4825 if (strcmp(val, "11b") == 0)
4826 return 2; /* IEEE80211_MODE_11B */
4827 if (strcmp(val, "11n") == 0 ||
4828 strcmp(val, "11nl") == 0 ||
4829 strcmp(val, "11nl(nabg)") == 0)
4830 return 22; /* IEEE80211_MODE_11AGN */
4831 if (strcmp(val, "11ng") == 0)
4832 return 13; /* IEEE80211_MODE_11NG_HT40 */
4833 if (strcmp(val, "AC") == 0 ||
4834 strcasecmp(val, "11AC") == 0)
4835 return 19; /* IEEE80211_MODE_11AC_VHT80 */
4836 if (strcmp(val, "11na") == 0 ||
4837 strcasecmp(val, "11an") == 0)
4838 return 14; /* IEEE80211_MODE_11NA_HT40 */
4839 if (strcmp(val, "11ax") == 0 ||
4840 strcmp(val, "auto") == 0)
4841 return 0; /* IEEE80211_MODE_AUTO */
4842 return -1;
4843}
4844
4845
4846static void sta_set_phymode(struct sigma_dut *dut, const char *intf,
4847 const char *val)
4848{
4849 char buf[100];
4850 int len, phymode;
4851
4852 phymode = get_phymode(val);
4853 if (phymode == -1) {
4854 sigma_dut_print(dut, DUT_MSG_DEBUG,
4855 "Ignoring mode change for mode: %s",
4856 val);
4857 return;
4858 }
4859
4860 len = snprintf(buf, sizeof(buf), "iwpriv %s setphymode %d", intf,
4861 phymode);
4862 if (len < 0 || len >= sizeof(buf)) {
4863 sigma_dut_print(dut, DUT_MSG_ERROR,
4864 "Failed to set phymode");
4865 return;
4866 }
4867
4868 if (system(buf) != 0)
4869 sigma_dut_print(dut, DUT_MSG_ERROR,
4870 "iwpriv setting of phymode failed");
4871}
4872
4873
Jouni Malinenf7222712019-06-13 01:50:21 +03004874static enum sigma_cmd_result
4875cmd_sta_preset_testparameters(struct sigma_dut *dut, struct sigma_conn *conn,
4876 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004877{
4878 const char *intf = get_param(cmd, "Interface");
4879 const char *val;
4880
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03004881 val = get_param(cmd, "FT_DS");
4882 if (val) {
4883 if (strcasecmp(val, "Enable") == 0) {
4884 dut->sta_ft_ds = 1;
4885 } else if (strcasecmp(val, "Disable") == 0) {
4886 dut->sta_ft_ds = 0;
4887 } else {
4888 send_resp(dut, conn, SIGMA_ERROR,
4889 "errorCode,Unsupported value for FT_DS");
4890 return STATUS_SENT_ERROR;
4891 }
4892 }
4893
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004894 val = get_param(cmd, "Program");
Jouni Malinen1f6ae642018-06-07 23:56:13 +03004895 if (val && (strcasecmp(val, "HS2-R2") == 0 ||
4896 strcasecmp(val, "HS2-R3") == 0))
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004897 return cmd_sta_preset_testparameters_hs2_r2(dut, conn, intf,
4898 cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004899
priyadharshini gowthamand66913a2016-07-29 15:11:17 -07004900 if (val && strcasecmp(val, "LOC") == 0)
4901 return loc_cmd_sta_preset_testparameters(dut, conn, cmd);
Alexei Avshalom Lazareee9ab02018-12-24 16:27:48 +02004902 if (val && strcasecmp(val, "60GHZ") == 0) {
4903 val = get_param(cmd, "WPS");
4904 if (val && strcasecmp(val, "disable") == 0) {
4905 dut->wps_disable = 1;
4906 sigma_dut_print(dut, DUT_MSG_INFO, "WPS disabled");
4907 } else {
4908 /* wps_disable can have other value from the previous
4909 * test, so make sure it has the correct value.
4910 */
4911 dut->wps_disable = 0;
4912 }
4913
4914 val = get_param(cmd, "P2P");
4915 if (val && strcasecmp(val, "disable") == 0)
4916 sigma_dut_print(dut, DUT_MSG_INFO, "P2P disabled");
4917 }
priyadharshini gowthamand66913a2016-07-29 15:11:17 -07004918
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02004919 if (dut->program == PROGRAM_WPS && dut->band == WPS_BAND_60G)
4920 return cmd_sta_preset_testparameters_60ghz(dut, conn, cmd);
4921
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004922#ifdef ANDROID_NAN
4923 if (val && strcasecmp(val, "NAN") == 0)
4924 return nan_cmd_sta_preset_testparameters(dut, conn, cmd);
4925#endif /* ANDROID_NAN */
Amarnath Hullur Subramanyam9c381f52017-03-17 00:04:41 -07004926#ifdef MIRACAST
4927 if (val && (strcasecmp(val, "WFD") == 0 ||
4928 strcasecmp(val, "DisplayR2") == 0))
4929 return miracast_preset_testparameters(dut, conn, cmd);
4930#endif /* MIRACAST */
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004931
Kiran Kumar Lokeredd086642020-06-04 00:29:26 -07004932 if (val &&
4933 (strcasecmp(val, "MBO") == 0 || strcasecmp(val, "HE") == 0)) {
Ashwini Patil68d02cd2017-01-10 15:39:16 +05304934 val = get_param(cmd, "Cellular_Data_Cap");
4935 if (val &&
4936 mbo_set_cellular_data_capa(dut, conn, intf, atoi(val)) == 0)
4937 return 0;
Ashwini Patil00402582017-04-13 12:29:39 +05304938
4939 val = get_param(cmd, "Ch_Pref");
4940 if (val && mbo_set_non_pref_ch_list(dut, conn, intf, cmd) == 0)
4941 return 0;
4942
Ashwini Patilc63161e2017-04-13 16:30:23 +05304943 val = get_param(cmd, "BSS_Transition");
4944 if (val && mbo_set_bss_trans_req(dut, conn, intf, val) == 0)
4945 return 0;
4946
Ashwini Patila75de5a2017-04-13 16:35:05 +05304947 val = get_param(cmd, "Assoc_Disallow");
4948 if (val && mbo_set_assoc_disallow(dut, conn, intf, val) == 0)
4949 return 0;
4950
Ashwini Patil9183fdb2017-04-13 16:58:25 +05304951 val = get_param(cmd, "Roaming");
4952 if (val && mbo_set_roaming(dut, conn, intf, val) == 0)
4953 return 0;
4954
Ashwini Patil68d02cd2017-01-10 15:39:16 +05304955 return 1;
4956 }
4957
Ankita Bajaja2cb5672017-10-25 16:08:28 +05304958 if (val && strcasecmp(val, "OCE") == 0)
4959 return cmd_sta_preset_testparameters_oce(dut, conn, intf, cmd);
4960
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004961#if 0
4962 val = get_param(cmd, "Supplicant");
4963 if (val && strcasecmp(val, "Default") != 0) {
4964 send_resp(dut, conn, SIGMA_ERROR,
4965 "ErrorCode,Only default(Vendor) supplicant "
4966 "supported");
4967 return 0;
4968 }
4969#endif
4970
4971 val = get_param(cmd, "RTS");
4972 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02004973 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02004974 case DRIVER_ATHEROS:
4975 ath_sta_set_rts(dut, intf, val);
4976 break;
4977 default:
4978#if 0
4979 send_resp(dut, conn, SIGMA_ERROR,
4980 "ErrorCode,Setting RTS not supported");
4981 return 0;
4982#else
4983 sigma_dut_print(dut, DUT_MSG_DEBUG,
4984 "Setting RTS not supported");
4985 break;
4986#endif
4987 }
4988 }
4989
4990#if 0
4991 val = get_param(cmd, "FRGMNT");
4992 if (val) {
4993 /* TODO */
4994 send_resp(dut, conn, SIGMA_ERROR,
4995 "ErrorCode,Setting FRGMNT not supported");
4996 return 0;
4997 }
4998#endif
4999
5000#if 0
5001 val = get_param(cmd, "Preamble");
5002 if (val) {
5003 /* TODO: Long/Short */
5004 send_resp(dut, conn, SIGMA_ERROR,
5005 "ErrorCode,Setting Preamble not supported");
5006 return 0;
5007 }
5008#endif
5009
5010 val = get_param(cmd, "Mode");
5011 if (val) {
5012 if (strcmp(val, "11b") == 0 ||
5013 strcmp(val, "11g") == 0 ||
5014 strcmp(val, "11a") == 0 ||
5015 strcmp(val, "11n") == 0 ||
5016 strcmp(val, "11ng") == 0 ||
5017 strcmp(val, "11nl") == 0 ||
5018 strcmp(val, "11nl(nabg)") == 0 ||
5019 strcmp(val, "AC") == 0 ||
5020 strcmp(val, "11AC") == 0 ||
5021 strcmp(val, "11ac") == 0 ||
5022 strcmp(val, "11na") == 0 ||
Amarnath Hullur Subramanyamb0db2712018-01-30 19:40:35 -08005023 strcmp(val, "11an") == 0 ||
5024 strcmp(val, "11ax") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005025 /* STA supports all modes by default */
5026 } else {
5027 send_resp(dut, conn, SIGMA_ERROR,
5028 "ErrorCode,Setting Mode not supported");
5029 return 0;
5030 }
Amarnath Hullur Subramanyam97d0e532018-01-31 02:53:02 -08005031
5032 /* Change the mode only in case of testbed for HE program
5033 * and for 11a and 11g modes only. */
5034 if (dut->program == PROGRAM_HE &&
5035 dut->device_type == STA_testbed) {
Vinita S. Maloo13a5cf72020-05-22 14:45:06 +05305036 sta_set_phymode(dut, intf, val);
Amarnath Hullur Subramanyam97d0e532018-01-31 02:53:02 -08005037 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005038 }
5039
5040 val = get_param(cmd, "wmm");
5041 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005042 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005043 case DRIVER_ATHEROS:
5044 ath_sta_set_wmm(dut, intf, val);
5045 break;
Amarnath Hullur Subramanyam75214d22018-02-04 19:17:11 -08005046 case DRIVER_WCN:
5047 wcn_sta_set_wmm(dut, intf, val);
5048 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005049 default:
5050 sigma_dut_print(dut, DUT_MSG_DEBUG,
5051 "Setting wmm not supported");
5052 break;
5053 }
5054 }
5055
5056 val = get_param(cmd, "Powersave");
5057 if (val) {
5058 if (strcmp(val, "0") == 0 || strcasecmp(val, "off") == 0) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005059 if (get_driver_type(dut) == DRIVER_WCN) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +05305060 if (set_power_save_wcn(dut, intf, 2) < 0)
Kiran Kumar Lokered6149ff2018-12-05 20:20:41 -08005061 return 0;
Kiran Kumar Lokered6149ff2018-12-05 20:20:41 -08005062 }
5063
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005064 if (wpa_command(get_station_ifname(dut),
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005065 "P2P_SET ps 0") < 0)
5066 return -2;
5067 /* Make sure test modes are disabled */
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005068 wpa_command(get_station_ifname(dut), "P2P_SET ps 98");
5069 wpa_command(get_station_ifname(dut), "P2P_SET ps 96");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005070 } else if (strcmp(val, "1") == 0 ||
5071 strcasecmp(val, "PSPoll") == 0 ||
5072 strcasecmp(val, "on") == 0) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005073 if (get_driver_type(dut) == DRIVER_WCN) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +05305074 if (set_power_save_wcn(dut, intf, 1) < 0)
Kiran Kumar Lokered6149ff2018-12-05 20:20:41 -08005075 return 0;
Kiran Kumar Lokered6149ff2018-12-05 20:20:41 -08005076 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005077 /* Disable default power save mode */
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005078 wpa_command(get_station_ifname(dut), "P2P_SET ps 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005079 /* Enable PS-Poll test mode */
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005080 if (wpa_command(get_station_ifname(dut),
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005081 "P2P_SET ps 97") < 0 ||
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005082 wpa_command(get_station_ifname(dut),
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005083 "P2P_SET ps 99") < 0)
5084 return -2;
5085 } else if (strcmp(val, "2") == 0 ||
5086 strcasecmp(val, "Fast") == 0) {
5087 /* TODO */
5088 send_resp(dut, conn, SIGMA_ERROR,
5089 "ErrorCode,Powersave=Fast not supported");
5090 return 0;
5091 } else if (strcmp(val, "3") == 0 ||
5092 strcasecmp(val, "PSNonPoll") == 0) {
5093 /* Make sure test modes are disabled */
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005094 wpa_command(get_station_ifname(dut), "P2P_SET ps 98");
5095 wpa_command(get_station_ifname(dut), "P2P_SET ps 96");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005096
5097 /* Enable default power save mode */
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005098 if (wpa_command(get_station_ifname(dut),
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005099 "P2P_SET ps 1") < 0)
5100 return -2;
5101 } else
5102 return -1;
5103 }
5104
5105 val = get_param(cmd, "NoAck");
5106 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005107 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005108 case DRIVER_ATHEROS:
5109 ath_sta_set_noack(dut, intf, val);
5110 break;
Amarnath Hullur Subramanyamae8a2d92018-03-01 06:32:21 -08005111#ifdef NL80211_SUPPORT
5112 case DRIVER_WCN:
5113 wcn_sta_set_noack(dut, intf, val);
5114 break;
5115#endif /* NL80211_SUPPORT */
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005116 default:
5117 send_resp(dut, conn, SIGMA_ERROR,
5118 "ErrorCode,Setting NoAck not supported");
5119 return 0;
5120 }
5121 }
5122
5123 val = get_param(cmd, "IgnoreChswitchProhibit");
5124 if (val) {
5125 /* TODO: Enabled/disabled */
5126 if (strcasecmp(val, "Enabled") == 0) {
5127 send_resp(dut, conn, SIGMA_ERROR,
5128 "ErrorCode,Enabling IgnoreChswitchProhibit "
5129 "not supported");
5130 return 0;
5131 }
5132 }
5133
5134 val = get_param(cmd, "TDLS");
5135 if (val) {
5136 if (strcasecmp(val, "Disabled") == 0) {
5137 if (wpa_command(intf, "SET tdls_disabled 1")) {
5138 send_resp(dut, conn, SIGMA_ERROR,
5139 "ErrorCode,Failed to disable TDLS");
5140 return 0;
5141 }
5142 } else if (strcasecmp(val, "Enabled") == 0) {
5143 if (wpa_command(intf, "SET tdls_disabled 0")) {
5144 send_resp(dut, conn, SIGMA_ERROR,
5145 "ErrorCode,Failed to enable TDLS");
5146 return 0;
5147 }
5148 } else {
5149 send_resp(dut, conn, SIGMA_ERROR,
5150 "ErrorCode,Unsupported TDLS value");
5151 return 0;
5152 }
5153 }
5154
5155 val = get_param(cmd, "TDLSmode");
5156 if (val) {
5157 if (strcasecmp(val, "Default") == 0) {
5158 wpa_command(intf, "SET tdls_testing 0");
5159 } else if (strcasecmp(val, "APProhibit") == 0) {
5160 if (wpa_command(intf, "SET tdls_testing 0x400")) {
5161 send_resp(dut, conn, SIGMA_ERROR,
5162 "ErrorCode,Failed to enable ignore "
5163 "APProhibit TDLS mode");
5164 return 0;
5165 }
5166 } else if (strcasecmp(val, "HiLoMac") == 0) {
5167 /* STA should respond with TDLS setup req for a TDLS
5168 * setup req */
5169 if (wpa_command(intf, "SET tdls_testing 0x80")) {
5170 send_resp(dut, conn, SIGMA_ERROR,
5171 "ErrorCode,Failed to enable HiLoMac "
5172 "TDLS mode");
5173 return 0;
5174 }
5175 } else if (strcasecmp(val, "WeakSecurity") == 0) {
5176 /*
5177 * Since all security modes are enabled by default when
5178 * Sigma control is used, there is no need to do
5179 * anything here.
5180 */
5181 } else if (strcasecmp(val, "ExistLink") == 0) {
5182 /*
5183 * Since we allow new TDLS Setup Request even if there
5184 * is an existing link, nothing needs to be done for
5185 * this.
5186 */
5187 } else {
5188 /* TODO:
5189 * ExistLink: STA should send TDLS setup req even if
5190 * direct link already exists
5191 */
5192 send_resp(dut, conn, SIGMA_ERROR,
5193 "ErrorCode,Unsupported TDLSmode value");
5194 return 0;
5195 }
5196 }
5197
5198 val = get_param(cmd, "FakePubKey");
5199 if (val && atoi(val) && wpa_command(intf, "SET wps_corrupt_pkhash 1")) {
5200 send_resp(dut, conn, SIGMA_ERROR,
5201 "ErrorCode,Failed to enable FakePubKey");
5202 return 0;
5203 }
5204
Amarnath Hullur Subramanyamae1042b2018-02-22 21:52:52 -08005205#ifdef NL80211_SUPPORT
5206 val = get_param(cmd, "FrgmntSupport");
5207 if (val) {
5208 if (strcasecmp(val, "Enable") == 0) {
5209 if (sta_set_he_fragmentation(dut, intf,
5210 HE_FRAG_LEVEL1)) {
5211 send_resp(dut, conn, SIGMA_ERROR,
5212 "ErrorCode,Failed to enable HE Fragmentation");
5213 return 0;
5214 }
5215 } else if (strcasecmp(val, "Disable") == 0) {
5216 if (sta_set_he_fragmentation(dut, intf,
5217 HE_FRAG_DISABLE)) {
5218 send_resp(dut, conn, SIGMA_ERROR,
5219 "ErrorCode,Failed to disable HE Fragmentation");
5220 return 0;
5221 }
5222 }
5223 }
5224#endif /* NL80211_SUPPORT */
5225
Vinita S. Maloo8a4779c2020-06-22 19:32:37 +05305226 val = get_param(cmd, "IncludeMSCSDescriptor");
5227 if (val && strcasecmp(val, "1") == 0) {
5228 char buf[128];
5229 int len;
5230
5231 len = snprintf(buf, sizeof(buf),
5232 "MSCS add up_bitmap=0xF0 up_limit=7 stream_timeout=60000 frame_classifier=045F%032x",
5233 0);
5234
5235 if (len < 0 || len >= sizeof(buf)) {
5236 sigma_dut_print(dut, DUT_MSG_ERROR,
5237 "Failed to build MSCS Descriptor IE");
5238 return ERROR_SEND_STATUS;
5239 }
5240
5241 if (wpa_command(intf, buf) != 0) {
5242 send_resp(dut, conn, SIGMA_ERROR,
5243 "ErrorCode,Failed to include MSCS descriptor");
5244 return STATUS_SENT_ERROR;
5245 }
5246 }
5247
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005248 return 1;
5249}
5250
5251
5252static const char * ath_get_radio_name(const char *radio_name)
5253{
5254 if (radio_name == NULL)
5255 return "wifi0";
5256 if (strcmp(radio_name, "wifi1") == 0)
5257 return "wifi1";
5258 if (strcmp(radio_name, "wifi2") == 0)
5259 return "wifi2";
5260 return "wifi0";
5261}
5262
5263
5264static void ath_sta_set_txsp_stream(struct sigma_dut *dut, const char *intf,
5265 const char *val)
5266{
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005267 unsigned int vht_mcsmap = 0;
5268 int txchainmask = 0;
5269 const char *basedev = ath_get_radio_name(sigma_radio_ifname[0]);
5270
5271 if (strcasecmp(val, "1") == 0 || strcasecmp(val, "1SS") == 0) {
5272 if (dut->testbed_flag_txsp == 1) {
5273 vht_mcsmap = 0xfffc;
5274 dut->testbed_flag_txsp = 0;
5275 } else {
5276 vht_mcsmap = 0xfffe;
5277 }
5278 txchainmask = 1;
5279 } else if (strcasecmp(val, "2") == 0 || strcasecmp(val, "2SS") == 0) {
5280 if (dut->testbed_flag_txsp == 1) {
5281 vht_mcsmap = 0xfff0;
5282 dut->testbed_flag_txsp = 0;
5283 } else {
5284 vht_mcsmap = 0xfffa;
5285 }
5286 txchainmask = 3;
5287 } else if (strcasecmp(val, "3") == 0 || strcasecmp(val, "3SS") == 0) {
5288 if (dut->testbed_flag_txsp == 1) {
5289 vht_mcsmap = 0xffc0;
5290 dut->testbed_flag_txsp = 0;
5291 } else {
5292 vht_mcsmap = 0xffea;
5293 }
5294 txchainmask = 7;
5295 } else if (strcasecmp(val, "4") == 0 || strcasecmp(val, "4SS") == 0) {
5296 if (dut->testbed_flag_txsp == 1) {
5297 vht_mcsmap = 0xff00;
5298 dut->testbed_flag_txsp = 0;
5299 } else {
5300 vht_mcsmap = 0xffaa;
5301 }
5302 txchainmask = 15;
5303 } else {
5304 if (dut->testbed_flag_txsp == 1) {
5305 vht_mcsmap = 0xffc0;
5306 dut->testbed_flag_txsp = 0;
5307 } else {
5308 vht_mcsmap = 0xffea;
5309 }
5310 }
5311
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07005312 if (txchainmask)
5313 run_iwpriv(dut, basedev, "txchainmask %d", txchainmask);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005314
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07005315 run_iwpriv(dut, intf, "vht_mcsmap 0x%04x", vht_mcsmap);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005316}
5317
5318
5319static void ath_sta_set_rxsp_stream(struct sigma_dut *dut, const char *intf,
5320 const char *val)
5321{
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005322 unsigned int vht_mcsmap = 0;
5323 int rxchainmask = 0;
5324 const char *basedev = ath_get_radio_name(sigma_radio_ifname[0]);
5325
5326 if (strcasecmp(val, "1") == 0 || strcasecmp(val, "1SS") == 0) {
5327 if (dut->testbed_flag_rxsp == 1) {
5328 vht_mcsmap = 0xfffc;
5329 dut->testbed_flag_rxsp = 0;
5330 } else {
5331 vht_mcsmap = 0xfffe;
5332 }
5333 rxchainmask = 1;
5334 } else if (strcasecmp(val, "2") == 0 || strcasecmp(val, "2SS") == 0) {
5335 if (dut->testbed_flag_rxsp == 1) {
5336 vht_mcsmap = 0xfff0;
5337 dut->testbed_flag_rxsp = 0;
5338 } else {
5339 vht_mcsmap = 0xfffa;
5340 }
5341 rxchainmask = 3;
5342 } else if (strcasecmp(val, "3") == 0 || strcasecmp(val, "3SS") == 0) {
5343 if (dut->testbed_flag_rxsp == 1) {
5344 vht_mcsmap = 0xffc0;
5345 dut->testbed_flag_rxsp = 0;
5346 } else {
5347 vht_mcsmap = 0xffea;
5348 }
5349 rxchainmask = 7;
5350 } else if (strcasecmp(val, "4") == 0 || strcasecmp(val, "4SS") == 0) {
5351 if (dut->testbed_flag_rxsp == 1) {
5352 vht_mcsmap = 0xff00;
5353 dut->testbed_flag_rxsp = 0;
5354 } else {
5355 vht_mcsmap = 0xffaa;
5356 }
5357 rxchainmask = 15;
5358 } else {
5359 if (dut->testbed_flag_rxsp == 1) {
5360 vht_mcsmap = 0xffc0;
5361 dut->testbed_flag_rxsp = 0;
5362 } else {
5363 vht_mcsmap = 0xffea;
5364 }
5365 }
5366
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07005367 if (rxchainmask)
5368 run_iwpriv(dut, basedev, "rxchainmask %d", rxchainmask);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005369
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07005370 run_iwpriv(dut, intf, "vht_mcsmap 0x%04x", vht_mcsmap);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005371}
5372
5373
5374void ath_set_zero_crc(struct sigma_dut *dut, const char *val)
5375{
5376 if (strcasecmp(val, "enable") == 0) {
5377 if (system("athdiag --set --address=0x2a204 --and=0xbfffffff")
5378 != 0) {
5379 sigma_dut_print(dut, DUT_MSG_ERROR,
5380 "Disable BB_VHTSIGB_CRC_CALC failed");
5381 }
5382
5383 if (system("athdiag --set --address=0x2a204 --or=0x80000000")
5384 != 0) {
5385 sigma_dut_print(dut, DUT_MSG_ERROR,
5386 "Enable FORCE_VHT_SIGB_CRC_VALUE_ZERO failed");
5387 }
5388 } else {
5389 if (system("athdiag --set --address=0x2a204 --and=0x7fffffff")
5390 != 0) {
5391 sigma_dut_print(dut, DUT_MSG_ERROR,
5392 "Disable FORCE_VHT_SIGB_CRC_VALUE_ZERO failed");
5393 }
5394
5395 if (system("athdiag --set --address=0x2a204 --or=0x40000000")
5396 != 0) {
5397 sigma_dut_print(dut, DUT_MSG_ERROR,
5398 "Enable BB_VHTSIGB_CRC_CALC failed");
5399 }
5400 }
5401}
5402
5403
Amarnath Hullur Subramanyamebfe6b62018-01-31 03:04:17 -08005404static int wcn_sta_set_width(struct sigma_dut *dut, const char *intf,
5405 const char *val)
5406{
5407 char buf[60];
5408
5409 if (strcmp(val, "20") == 0) {
5410 snprintf(buf, sizeof(buf), "iwpriv %s chwidth 0", intf);
5411 dut->chwidth = 0;
5412 } else if (strcmp(val, "40") == 0) {
5413 snprintf(buf, sizeof(buf), "iwpriv %s chwidth 1", intf);
5414 dut->chwidth = 1;
5415 } else if (strcmp(val, "80") == 0) {
5416 snprintf(buf, sizeof(buf), "iwpriv %s chwidth 2", intf);
5417 dut->chwidth = 2;
Sunil Duttb1cccac2018-05-22 21:03:12 +05305418 } else if (strcasecmp(val, "Auto") == 0) {
Amarnath Hullur Subramanyamebfe6b62018-01-31 03:04:17 -08005419 buf[0] = '\0';
5420 } else {
5421 sigma_dut_print(dut, DUT_MSG_ERROR, "WIDTH %s not supported",
5422 val);
5423 return -1;
5424 }
5425
5426 if (buf[0] != '\0' && system(buf) != 0) {
5427 sigma_dut_print(dut, DUT_MSG_ERROR, "iwpriv chwidth failed");
5428 return -1;
5429 }
5430
5431 return 0;
5432}
5433
5434
Amarnath Hullur Subramanyamd8a9db92018-02-02 18:53:14 -08005435static int nlvendor_sta_set_addba_reject(struct sigma_dut *dut,
5436 const char *intf, int addbareject)
5437{
5438#ifdef NL80211_SUPPORT
5439 struct nl_msg *msg;
5440 int ret = 0;
5441 struct nlattr *params;
5442 int ifindex;
5443
5444 ifindex = if_nametoindex(intf);
5445 if (ifindex == 0) {
5446 sigma_dut_print(dut, DUT_MSG_ERROR,
5447 "%s: Index for interface %s failed",
5448 __func__, intf);
5449 return -1;
5450 }
5451
5452 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
5453 NL80211_CMD_VENDOR)) ||
5454 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
5455 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
5456 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
5457 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
5458 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
5459 nla_put_u8(msg,
5460 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ACCEPT_ADDBA_REQ,
5461 !addbareject)) {
5462 sigma_dut_print(dut, DUT_MSG_ERROR,
5463 "%s: err in adding vendor_cmd and vendor_data",
5464 __func__);
5465 nlmsg_free(msg);
5466 return -1;
5467 }
5468 nla_nest_end(msg, params);
5469
5470 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
5471 if (ret) {
5472 sigma_dut_print(dut, DUT_MSG_ERROR,
5473 "%s: err in send_and_recv_msgs, ret=%d",
5474 __func__, ret);
5475 }
5476 return ret;
5477#else /* NL80211_SUPPORT */
5478 sigma_dut_print(dut, DUT_MSG_ERROR,
5479 "ADDBA_REJECT cannot be set without NL80211_SUPPORT defined");
5480 return -1;
5481#endif /* NL80211_SUPPORT */
5482}
5483
5484
5485static int sta_set_addba_reject(struct sigma_dut *dut, const char *intf,
5486 int addbareject)
5487{
5488 int ret;
5489
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005490 switch (get_driver_type(dut)) {
Amarnath Hullur Subramanyamd8a9db92018-02-02 18:53:14 -08005491 case DRIVER_WCN:
5492 ret = nlvendor_sta_set_addba_reject(dut, intf, addbareject);
5493 if (ret) {
5494 sigma_dut_print(dut, DUT_MSG_ERROR,
5495 "nlvendor_sta_set_addba_reject failed, ret:%d",
5496 ret);
5497 return ret;
5498 }
5499 break;
5500 default:
5501 sigma_dut_print(dut, DUT_MSG_ERROR,
5502 "errorCode,Unsupported ADDBA_REJECT with the current driver");
5503 ret = -1;
5504 break;
5505 }
5506
5507 return ret;
5508}
5509
5510
Amarnath Hullur Subramanyam1f65a672018-03-07 14:50:29 -08005511static int nlvendor_config_send_addba(struct sigma_dut *dut, const char *intf,
5512 int enable)
Amarnath Hullur Subramanyam9745b3c2018-02-04 21:27:57 -08005513{
5514#ifdef NL80211_SUPPORT
5515 struct nl_msg *msg;
5516 int ret = 0;
5517 struct nlattr *params;
5518 int ifindex;
5519
5520 ifindex = if_nametoindex(intf);
5521 if (ifindex == 0) {
5522 sigma_dut_print(dut, DUT_MSG_ERROR,
5523 "%s: Index for interface %s failed",
5524 __func__, intf);
5525 return -1;
5526 }
5527
5528 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
5529 NL80211_CMD_VENDOR)) ||
5530 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
5531 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
5532 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
5533 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
5534 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
5535 nla_put_u8(msg,
5536 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SEND_ADDBA_REQ,
Amarnath Hullur Subramanyam1f65a672018-03-07 14:50:29 -08005537 enable)) {
Amarnath Hullur Subramanyam9745b3c2018-02-04 21:27:57 -08005538 sigma_dut_print(dut, DUT_MSG_ERROR,
5539 "%s: err in adding vendor_cmd and vendor_data",
5540 __func__);
5541 nlmsg_free(msg);
5542 return -1;
5543 }
5544 nla_nest_end(msg, params);
5545
5546 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
5547 if (ret) {
5548 sigma_dut_print(dut, DUT_MSG_ERROR,
5549 "%s: err in send_and_recv_msgs, ret=%d",
5550 __func__, ret);
5551 }
5552 return ret;
5553#else /* NL80211_SUPPORT */
5554 sigma_dut_print(dut, DUT_MSG_ERROR,
5555 "Disable addba not possible without NL80211_SUPPORT defined");
5556 return -1;
5557#endif /* NL80211_SUPPORT */
5558}
5559
5560
Veerendranath Jakkamadcd6202019-04-17 12:32:21 +05305561#ifdef NL80211_SUPPORT
5562static int nl80211_sta_set_rts(struct sigma_dut *dut, const char *intf, int val)
5563{
5564 struct nl_msg *msg;
5565 int ret = 0;
5566 int ifindex;
5567
5568 ifindex = if_nametoindex(intf);
5569 if (ifindex == 0) {
5570 sigma_dut_print(dut, DUT_MSG_ERROR,
5571 "%s: Index for interface %s failed",
5572 __func__, intf);
5573 return -1;
5574 }
5575
5576 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
5577 NL80211_CMD_SET_WIPHY)) ||
5578 nla_put_u32(msg, NL80211_ATTR_WIPHY_RTS_THRESHOLD, val)) {
5579 sigma_dut_print(dut, DUT_MSG_ERROR,
5580 "%s: err in adding RTS threshold",
5581 __func__);
5582 nlmsg_free(msg);
5583 return -1;
5584 }
5585
5586 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
5587 if (ret) {
5588 sigma_dut_print(dut, DUT_MSG_ERROR,
5589 "%s: err in send_and_recv_msgs, ret=%d",
5590 __func__, ret);
5591 }
5592 return ret;
5593}
5594#endif /* NL80211_SUPPORT */
5595
5596
5597static int sta_set_rts(struct sigma_dut *dut, const char *intf, int val)
5598{
5599 char buf[100];
5600
5601#ifdef NL80211_SUPPORT
5602 if (nl80211_sta_set_rts(dut, intf, val) == 0)
5603 return 0;
5604 sigma_dut_print(dut, DUT_MSG_DEBUG,
5605 "Fall back to using iwconfig for setting RTS threshold");
5606#endif /* NL80211_SUPPORT */
5607
5608 snprintf(buf, sizeof(buf), "iwconfig %s rts %d", intf, val);
5609 if (system(buf) != 0) {
5610 sigma_dut_print(dut, DUT_MSG_ERROR,
5611 "Failed to set RTS threshold %d", val);
5612 return -1;
5613 }
5614 return 0;
5615}
5616
5617
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005618static int cmd_sta_set_wireless_common(const char *intf, struct sigma_dut *dut,
5619 struct sigma_conn *conn,
5620 struct sigma_cmd *cmd)
5621{
5622 const char *val;
Amarnath Hullur Subramanyamd8a9db92018-02-02 18:53:14 -08005623 int ampdu = -1, addbareject = -1;
Jouni Malinen3aa72862019-05-29 23:14:51 +03005624 char buf[128];
5625 int res;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005626
5627 val = get_param(cmd, "40_INTOLERANT");
5628 if (val) {
5629 if (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0) {
5630 /* TODO: iwpriv ht40intol through wpa_supplicant */
5631 send_resp(dut, conn, SIGMA_ERROR,
5632 "ErrorCode,40_INTOLERANT not supported");
5633 return 0;
5634 }
5635 }
5636
5637 val = get_param(cmd, "ADDBA_REJECT");
5638 if (val) {
5639 if (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0) {
5640 /* reject any ADDBA with status "decline" */
5641 ampdu = 0;
Amarnath Hullur Subramanyamd8a9db92018-02-02 18:53:14 -08005642 addbareject = 1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005643 } else {
5644 /* accept ADDBA */
5645 ampdu = 1;
Amarnath Hullur Subramanyamd8a9db92018-02-02 18:53:14 -08005646 addbareject = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005647 }
5648 }
5649
Amarnath Hullur Subramanyamd8a9db92018-02-02 18:53:14 -08005650 if (addbareject >= 0 &&
5651 sta_set_addba_reject(dut, intf, addbareject) < 0) {
5652 send_resp(dut, conn, SIGMA_ERROR,
5653 "ErrorCode,set addba_reject failed");
5654 return 0;
5655 }
5656
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005657 val = get_param(cmd, "AMPDU");
5658 if (val) {
5659 if (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0) {
5660 /* enable AMPDU Aggregation */
5661 if (ampdu == 0) {
5662 send_resp(dut, conn, SIGMA_ERROR,
5663 "ErrorCode,Mismatch in "
5664 "addba_reject/ampdu - "
5665 "not supported");
5666 return 0;
5667 }
5668 ampdu = 1;
5669 } else {
5670 /* disable AMPDU Aggregation */
5671 if (ampdu == 1) {
5672 send_resp(dut, conn, SIGMA_ERROR,
5673 "ErrorCode,Mismatch in "
5674 "addba_reject/ampdu - "
5675 "not supported");
5676 return 0;
5677 }
5678 ampdu = 0;
5679 }
5680 }
5681
5682 if (ampdu >= 0) {
Amarnath Hullur Subramanyam9745b3c2018-02-04 21:27:57 -08005683 int ret;
5684
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005685 sigma_dut_print(dut, DUT_MSG_DEBUG, "%s A-MPDU aggregation",
5686 ampdu ? "Enabling" : "Disabling");
5687 snprintf(buf, sizeof(buf), "SET ampdu %d", ampdu);
Deepak Dhamdhere80356cb2016-03-28 16:48:32 -07005688 if (wpa_command(intf, buf) < 0 &&
5689 iwpriv_sta_set_ampdu(dut, intf, ampdu) < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005690 send_resp(dut, conn, SIGMA_ERROR,
5691 "ErrorCode,set aggr failed");
5692 return 0;
5693 }
Amarnath Hullur Subramanyam9745b3c2018-02-04 21:27:57 -08005694
5695 if (ampdu == 0) {
5696 /* Disable sending of addba using nl vendor command */
Amarnath Hullur Subramanyam1f65a672018-03-07 14:50:29 -08005697 ret = nlvendor_config_send_addba(dut, intf, 0);
Amarnath Hullur Subramanyam9745b3c2018-02-04 21:27:57 -08005698 if (ret) {
5699 sigma_dut_print(dut, DUT_MSG_ERROR,
5700 "Failed to disable addba, ret:%d",
5701 ret);
5702 }
5703 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005704 }
5705
5706 val = get_param(cmd, "AMSDU");
5707 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005708 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005709 case DRIVER_ATHEROS:
Amarnath Hullur Subramanyamd5bb5732018-02-22 15:50:38 -08005710 case DRIVER_WCN:
5711 iwpriv_sta_set_amsdu(dut, intf, val);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005712 break;
5713 default:
5714 if (strcmp(val, "1") == 0 ||
5715 strcasecmp(val, "Enable") == 0) {
5716 /* Enable AMSDU Aggregation */
5717 send_resp(dut, conn, SIGMA_ERROR,
5718 "ErrorCode,AMSDU aggregation not supported");
5719 return 0;
5720 }
5721 break;
5722 }
5723 }
5724
5725 val = get_param(cmd, "STBC_RX");
5726 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005727 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005728 case DRIVER_ATHEROS:
5729 ath_sta_set_stbc(dut, intf, val);
5730 break;
Pradeep Reddy POTTETI4a1f6b32016-11-23 13:15:21 +05305731 case DRIVER_WCN:
5732 wcn_sta_set_stbc(dut, intf, val);
5733 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005734 default:
5735 send_resp(dut, conn, SIGMA_ERROR,
5736 "ErrorCode,STBC_RX not supported");
5737 return 0;
5738 }
5739 }
5740
5741 val = get_param(cmd, "WIDTH");
5742 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005743 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005744 case DRIVER_WCN:
Amarnath Hullur Subramanyamebfe6b62018-01-31 03:04:17 -08005745 if (wcn_sta_set_width(dut, intf, val) < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005746 send_resp(dut, conn, SIGMA_ERROR,
5747 "ErrorCode,Failed to set WIDTH");
5748 return 0;
5749 }
5750 break;
5751 case DRIVER_ATHEROS:
5752 if (ath_set_width(dut, conn, intf, val) < 0)
5753 return 0;
5754 break;
5755 default:
5756 sigma_dut_print(dut, DUT_MSG_ERROR,
5757 "Setting WIDTH not supported");
5758 break;
5759 }
5760 }
5761
5762 val = get_param(cmd, "SMPS");
5763 if (val) {
5764 /* TODO: Dynamic/0, Static/1, No Limit/2 */
5765 send_resp(dut, conn, SIGMA_ERROR,
5766 "ErrorCode,SMPS not supported");
5767 return 0;
5768 }
5769
5770 val = get_param(cmd, "TXSP_STREAM");
5771 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005772 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005773 case DRIVER_WCN:
5774 if (wcn_sta_set_sp_stream(dut, intf, val) < 0) {
5775 send_resp(dut, conn, SIGMA_ERROR,
5776 "ErrorCode,Failed to set TXSP_STREAM");
5777 return 0;
5778 }
5779 break;
5780 case DRIVER_ATHEROS:
5781 ath_sta_set_txsp_stream(dut, intf, val);
5782 break;
5783 default:
5784 sigma_dut_print(dut, DUT_MSG_ERROR,
5785 "Setting TXSP_STREAM not supported");
5786 break;
5787 }
5788 }
5789
5790 val = get_param(cmd, "RXSP_STREAM");
5791 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005792 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005793 case DRIVER_WCN:
5794 if (wcn_sta_set_sp_stream(dut, intf, val) < 0) {
5795 send_resp(dut, conn, SIGMA_ERROR,
5796 "ErrorCode,Failed to set RXSP_STREAM");
5797 return 0;
5798 }
5799 break;
5800 case DRIVER_ATHEROS:
5801 ath_sta_set_rxsp_stream(dut, intf, val);
5802 break;
5803 default:
5804 sigma_dut_print(dut, DUT_MSG_ERROR,
5805 "Setting RXSP_STREAM not supported");
5806 break;
5807 }
5808 }
5809
5810 val = get_param(cmd, "DYN_BW_SGNL");
5811 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005812 switch (get_driver_type(dut)) {
Priyadharshini Gowthaman818afef2015-11-09 13:28:15 -08005813 case DRIVER_WCN:
Peng Xuc59afd32016-11-21 15:01:11 -08005814 if (strcasecmp(val, "enable") == 0) {
5815 snprintf(buf, sizeof(buf),
5816 "iwpriv %s cwmenable 1", intf);
5817 if (system(buf) != 0) {
5818 sigma_dut_print(dut, DUT_MSG_ERROR,
5819 "iwpriv cwmenable 1 failed");
5820 return 0;
5821 }
5822 } else if (strcasecmp(val, "disable") == 0) {
5823 snprintf(buf, sizeof(buf),
5824 "iwpriv %s cwmenable 0", intf);
5825 if (system(buf) != 0) {
5826 sigma_dut_print(dut, DUT_MSG_ERROR,
5827 "iwpriv cwmenable 0 failed");
5828 return 0;
5829 }
5830 } else {
5831 sigma_dut_print(dut, DUT_MSG_ERROR,
5832 "Unsupported DYN_BW_SGL");
5833 }
5834
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005835 snprintf(buf, sizeof(buf), "iwpriv %s cts_cbw 3", intf);
5836 if (system(buf) != 0) {
5837 sigma_dut_print(dut, DUT_MSG_ERROR,
5838 "Failed to set cts_cbw in DYN_BW_SGNL");
5839 return 0;
5840 }
Priyadharshini Gowthaman818afef2015-11-09 13:28:15 -08005841 break;
5842 case DRIVER_ATHEROS:
Priyadharshini Gowthaman8c5b9a42019-07-31 14:38:48 -07005843 novap_reset(dut, intf, 1);
Priyadharshini Gowthaman818afef2015-11-09 13:28:15 -08005844 ath_config_dyn_bw_sig(dut, intf, val);
5845 break;
5846 default:
5847 sigma_dut_print(dut, DUT_MSG_ERROR,
5848 "Failed to set DYN_BW_SGNL");
5849 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005850 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005851 }
5852
5853 val = get_param(cmd, "RTS_FORCE");
5854 if (val) {
Priyadharshini Gowthaman8c5b9a42019-07-31 14:38:48 -07005855 novap_reset(dut, intf, 1);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005856 if (strcasecmp(val, "Enable") == 0) {
Veerendranath Jakkamadcd6202019-04-17 12:32:21 +05305857 if (sta_set_rts(dut, intf, 64) != 0) {
Priyadharshini Gowthamanabdb2122015-11-17 11:52:19 +02005858 sigma_dut_print(dut, DUT_MSG_ERROR,
5859 "Failed to set RTS_FORCE 64");
5860 }
Jouni Malinen3aa72862019-05-29 23:14:51 +03005861 res = snprintf(buf, sizeof(buf),
5862 "wifitool %s beeliner_fw_test 100 1",
5863 intf);
5864 if (res < 0 || res >= sizeof(buf) || system(buf) != 0) {
priyadharshini gowthaman270870e2015-12-09 10:10:23 -08005865 sigma_dut_print(dut, DUT_MSG_ERROR,
5866 "wifitool beeliner_fw_test 100 1 failed");
5867 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005868 } else if (strcasecmp(val, "Disable") == 0) {
Veerendranath Jakkamadcd6202019-04-17 12:32:21 +05305869 if (sta_set_rts(dut, intf, 2347) != 0) {
Priyadharshini Gowthamanabdb2122015-11-17 11:52:19 +02005870 sigma_dut_print(dut, DUT_MSG_ERROR,
5871 "Failed to set RTS_FORCE 2347");
5872 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005873 } else {
5874 send_resp(dut, conn, SIGMA_ERROR,
5875 "ErrorCode,RTS_FORCE value not supported");
5876 return 0;
5877 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005878 }
5879
5880 val = get_param(cmd, "CTS_WIDTH");
5881 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005882 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005883 case DRIVER_WCN:
5884 if (wcn_sta_set_cts_width(dut, intf, val) < 0) {
5885 send_resp(dut, conn, SIGMA_ERROR,
5886 "ErrorCode,Failed to set CTS_WIDTH");
5887 return 0;
5888 }
5889 break;
5890 case DRIVER_ATHEROS:
5891 ath_set_cts_width(dut, intf, val);
5892 break;
5893 default:
5894 sigma_dut_print(dut, DUT_MSG_ERROR,
5895 "Setting CTS_WIDTH not supported");
5896 break;
5897 }
5898 }
5899
5900 val = get_param(cmd, "BW_SGNL");
5901 if (val) {
5902 if (strcasecmp(val, "Enable") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07005903 run_iwpriv(dut, intf, "cwmenable 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005904 } else if (strcasecmp(val, "Disable") == 0) {
5905 /* TODO: Disable */
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005906 } else {
5907 send_resp(dut, conn, SIGMA_ERROR,
5908 "ErrorCode,BW_SGNL value not supported");
5909 return 0;
5910 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005911 }
5912
5913 val = get_param(cmd, "Band");
5914 if (val) {
5915 if (strcmp(val, "2.4") == 0 || strcmp(val, "5") == 0) {
5916 /* STA supports all bands by default */
5917 } else {
5918 send_resp(dut, conn, SIGMA_ERROR,
5919 "ErrorCode,Unsupported Band");
5920 return 0;
5921 }
5922 }
5923
5924 val = get_param(cmd, "zero_crc");
5925 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005926 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005927 case DRIVER_ATHEROS:
5928 ath_set_zero_crc(dut, val);
5929 break;
5930 default:
5931 break;
5932 }
5933 }
5934
5935 return 1;
5936}
5937
5938
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +02005939static int sta_set_force_mcs(struct sigma_dut *dut, int force, int mcs)
5940{
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005941 switch (get_driver_type(dut)) {
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +02005942#ifdef __linux__
5943 case DRIVER_WIL6210:
5944 return wil6210_set_force_mcs(dut, force, mcs);
5945#endif /* __linux__ */
5946 default:
5947 sigma_dut_print(dut, DUT_MSG_ERROR,
5948 "Unsupported sta_set_force_mcs with the current driver");
5949 return -1;
5950 }
5951}
5952
5953
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +02005954static int sta_60g_force_rsn_ie(struct sigma_dut *dut, int state)
5955{
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005956 switch (get_driver_type(dut)) {
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +02005957#ifdef __linux__
5958 case DRIVER_WIL6210:
5959 return wil6210_force_rsn_ie(dut, state);
5960#endif /* __linux__ */
5961 default:
5962 sigma_dut_print(dut, DUT_MSG_ERROR,
5963 "Unsupported sta_60g_force_rsn_ie with the current driver");
5964 return -1;
5965 }
5966}
5967
5968
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005969static int sta_set_60g_common(struct sigma_dut *dut, struct sigma_conn *conn,
5970 struct sigma_cmd *cmd)
5971{
5972 const char *val;
5973 char buf[100];
5974
5975 val = get_param(cmd, "MSDUSize");
5976 if (val) {
5977 int mtu;
5978
5979 dut->amsdu_size = atoi(val);
5980 if (dut->amsdu_size > IEEE80211_MAX_DATA_LEN_DMG ||
5981 dut->amsdu_size < IEEE80211_SNAP_LEN_DMG) {
5982 sigma_dut_print(dut, DUT_MSG_ERROR,
5983 "MSDUSize %d is above max %d or below min %d",
5984 dut->amsdu_size,
5985 IEEE80211_MAX_DATA_LEN_DMG,
5986 IEEE80211_SNAP_LEN_DMG);
5987 dut->amsdu_size = 0;
Jouni Malinen0e29cf22019-02-19 01:13:21 +02005988 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005989 }
5990
5991 mtu = dut->amsdu_size - IEEE80211_SNAP_LEN_DMG;
5992 sigma_dut_print(dut, DUT_MSG_DEBUG,
5993 "Setting amsdu_size to %d", mtu);
5994 snprintf(buf, sizeof(buf), "ifconfig %s mtu %d",
Jouni Malinen016ae6c2019-11-04 17:00:01 +02005995 get_station_ifname(dut), mtu);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02005996
5997 if (system(buf) != 0) {
5998 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to set %s",
5999 buf);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006000 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006001 }
6002 }
6003
6004 val = get_param(cmd, "BAckRcvBuf");
6005 if (val) {
6006 dut->back_rcv_buf = atoi(val);
6007 if (dut->back_rcv_buf == 0) {
6008 sigma_dut_print(dut, DUT_MSG_ERROR,
6009 "Failed to convert %s or value is 0",
6010 val);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006011 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006012 }
6013
6014 sigma_dut_print(dut, DUT_MSG_DEBUG,
6015 "Setting BAckRcvBuf to %s", val);
6016 }
6017
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +02006018 val = get_param(cmd, "MCS_FixedRate");
6019 if (val) {
6020 if (sta_set_force_mcs(dut, 1, atoi(val))) {
6021 sigma_dut_print(dut, DUT_MSG_ERROR,
6022 "Failed to force MCS");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006023 return ERROR_SEND_STATUS;
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +02006024 }
6025 }
6026
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006027 return SUCCESS_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006028}
6029
6030
6031static int sta_pcp_start(struct sigma_dut *dut, struct sigma_conn *conn,
6032 struct sigma_cmd *cmd)
6033{
6034 int net_id;
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006035 const char *ifname;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006036 const char *val;
6037 char buf[100];
6038
6039 dut->mode = SIGMA_MODE_STATION;
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006040 ifname = get_main_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006041 if (wpa_command(ifname, "PING") != 0) {
6042 sigma_dut_print(dut, DUT_MSG_ERROR, "Supplicant not running");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006043 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006044 }
6045
6046 wpa_command(ifname, "FLUSH");
6047 net_id = add_network_common(dut, conn, ifname, cmd);
6048 if (net_id < 0) {
6049 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to add network");
6050 return net_id;
6051 }
6052
6053 /* TODO: mode=2 for the AP; in the future, replace for mode PCP */
6054 if (set_network(ifname, net_id, "mode", "2") < 0) {
6055 sigma_dut_print(dut, DUT_MSG_ERROR,
6056 "Failed to set supplicant network mode");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006057 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006058 }
6059
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +02006060 if (set_network(ifname, net_id, "pbss", "1") < 0)
6061 return -2;
6062
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006063 sigma_dut_print(dut, DUT_MSG_DEBUG,
Alexei Avshalom Lazarfd9f1352018-11-13 14:07:58 +02006064 "Supplicant set network with mode 2. network_id %d",
6065 net_id);
6066
6067 if (set_network(ifname, net_id, "wps_disabled", "0") < 0) {
6068 sigma_dut_print(dut, DUT_MSG_INFO,
6069 "Failed to set supplicant to WPS ENABLE");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006070 return ERROR_SEND_STATUS;
Alexei Avshalom Lazarfd9f1352018-11-13 14:07:58 +02006071 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006072
6073 val = get_param(cmd, "Security");
6074 if (val && strcasecmp(val, "OPEN") == 0) {
6075 dut->ap_key_mgmt = AP_OPEN;
6076 if (set_network(ifname, net_id, "key_mgmt", "NONE") < 0) {
6077 sigma_dut_print(dut, DUT_MSG_ERROR,
6078 "Failed to set supplicant to %s security",
6079 val);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006080 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006081 }
6082 } else if (val && strcasecmp(val, "WPA2-PSK") == 0) {
6083 dut->ap_key_mgmt = AP_WPA2_PSK;
6084 if (set_network(ifname, net_id, "key_mgmt", "WPA-PSK") < 0) {
6085 sigma_dut_print(dut, DUT_MSG_ERROR,
6086 "Failed to set supplicant to %s security",
6087 val);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006088 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006089 }
6090
6091 if (set_network(ifname, net_id, "proto", "RSN") < 0) {
6092 sigma_dut_print(dut, DUT_MSG_ERROR,
6093 "Failed to set supplicant to proto RSN");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006094 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006095 }
6096 } else if (val) {
6097 sigma_dut_print(dut, DUT_MSG_ERROR,
6098 "Requested Security %s is not supported on 60GHz",
6099 val);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006100 return INVALID_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006101 }
6102
6103 val = get_param(cmd, "Encrypt");
6104 if (val && strcasecmp(val, "AES-GCMP") == 0) {
6105 if (set_network(ifname, net_id, "pairwise", "GCMP") < 0) {
6106 sigma_dut_print(dut, DUT_MSG_ERROR,
6107 "Failed to set supplicant to pairwise GCMP");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006108 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006109 }
6110 if (set_network(ifname, net_id, "group", "GCMP") < 0) {
6111 sigma_dut_print(dut, DUT_MSG_ERROR,
6112 "Failed to set supplicant to group GCMP");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006113 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006114 }
6115 } else if (val) {
6116 sigma_dut_print(dut, DUT_MSG_ERROR,
6117 "Requested Encrypt %s is not supported on 60 GHz",
6118 val);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006119 return INVALID_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006120 }
6121
6122 val = get_param(cmd, "PSK");
6123 if (val && set_network_quoted(ifname, net_id, "psk", val) < 0) {
6124 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to set psk %s",
6125 val);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006126 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006127 }
6128
6129 /* Convert 60G channel to freq */
6130 switch (dut->ap_channel) {
6131 case 1:
6132 val = "58320";
6133 break;
6134 case 2:
6135 val = "60480";
6136 break;
6137 case 3:
6138 val = "62640";
6139 break;
6140 default:
6141 sigma_dut_print(dut, DUT_MSG_ERROR,
6142 "Failed to configure channel %d. Not supported",
6143 dut->ap_channel);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006144 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006145 }
6146
6147 if (set_network(ifname, net_id, "frequency", val) < 0) {
6148 sigma_dut_print(dut, DUT_MSG_ERROR,
6149 "Failed to set supplicant network frequency");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006150 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006151 }
6152
Alexei Avshalom Lazar2eccf4d2019-01-31 10:03:59 +02006153 if (dut->eap_fragment) {
6154 sigma_dut_print(dut, DUT_MSG_DEBUG,
6155 "Set EAP fragment size to 128 bytes.");
6156 if (set_network(ifname, net_id, "fragment_size", "128") < 0)
6157 return ERROR_SEND_STATUS;
6158 }
6159
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006160 sigma_dut_print(dut, DUT_MSG_DEBUG,
6161 "Supplicant set network with frequency");
6162
6163 snprintf(buf, sizeof(buf), "SELECT_NETWORK %d", net_id);
6164 if (wpa_command(ifname, buf) < 0) {
6165 sigma_dut_print(dut, DUT_MSG_INFO,
6166 "Failed to select network id %d on %s",
6167 net_id, ifname);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006168 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006169 }
6170
6171 sigma_dut_print(dut, DUT_MSG_DEBUG, "Selected network");
6172
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006173 return SUCCESS_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006174}
6175
6176
Lior David67543f52017-01-03 19:04:22 +02006177static int wil6210_set_abft_len(struct sigma_dut *dut, int abft_len)
6178{
6179 char buf[128], fname[128];
6180 FILE *f;
Jouni Malinen3aa72862019-05-29 23:14:51 +03006181 int res;
Lior David67543f52017-01-03 19:04:22 +02006182
6183 if (wil6210_get_debugfs_dir(dut, buf, sizeof(buf))) {
6184 sigma_dut_print(dut, DUT_MSG_ERROR,
6185 "failed to get wil6210 debugfs dir");
6186 return -1;
6187 }
6188
Jouni Malinen3aa72862019-05-29 23:14:51 +03006189 res = snprintf(fname, sizeof(fname), "%s/abft_len", buf);
6190 if (res < 0 || res >= sizeof(fname))
6191 return -1;
Lior David67543f52017-01-03 19:04:22 +02006192 f = fopen(fname, "w");
6193 if (!f) {
6194 sigma_dut_print(dut, DUT_MSG_ERROR,
6195 "failed to open: %s", fname);
6196 return -1;
6197 }
6198
6199 fprintf(f, "%d\n", abft_len);
6200 fclose(f);
6201
6202 return 0;
6203}
6204
6205
Alexei Avshalom Lazar49498b82019-01-31 15:16:32 +02006206int sta_set_60g_abft_len(struct sigma_dut *dut, struct sigma_conn *conn,
6207 int abft_len)
Lior David67543f52017-01-03 19:04:22 +02006208{
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006209 switch (get_driver_type(dut)) {
Lior David67543f52017-01-03 19:04:22 +02006210 case DRIVER_WIL6210:
6211 return wil6210_set_abft_len(dut, abft_len);
6212 default:
6213 sigma_dut_print(dut, DUT_MSG_ERROR,
6214 "set abft_len not supported");
6215 return -1;
6216 }
6217}
6218
6219
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006220static int sta_set_60g_pcp(struct sigma_dut *dut, struct sigma_conn *conn,
6221 struct sigma_cmd *cmd)
6222{
6223 const char *val;
Lior David67543f52017-01-03 19:04:22 +02006224 unsigned int abft_len = 1; /* default is one slot */
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006225
6226 if (dut->dev_role != DEVROLE_PCP) {
6227 send_resp(dut, conn, SIGMA_INVALID,
6228 "ErrorCode,Invalid DevRole");
6229 return 0;
6230 }
6231
6232 val = get_param(cmd, "SSID");
6233 if (val) {
6234 if (strlen(val) > sizeof(dut->ap_ssid) - 1) {
6235 send_resp(dut, conn, SIGMA_INVALID,
6236 "ErrorCode,Invalid SSID");
6237 return -1;
6238 }
6239
Peng Xub8fc5cc2017-05-10 17:27:28 -07006240 strlcpy(dut->ap_ssid, val, sizeof(dut->ap_ssid));
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006241 }
6242
6243 val = get_param(cmd, "CHANNEL");
6244 if (val) {
6245 const char *pos;
6246
6247 dut->ap_channel = atoi(val);
6248 pos = strchr(val, ';');
6249 if (pos) {
6250 pos++;
6251 dut->ap_channel_1 = atoi(pos);
6252 }
6253 }
6254
6255 switch (dut->ap_channel) {
6256 case 1:
6257 case 2:
6258 case 3:
6259 break;
6260 default:
6261 sigma_dut_print(dut, DUT_MSG_ERROR,
6262 "Channel %d is not supported", dut->ap_channel);
6263 send_resp(dut, conn, SIGMA_ERROR,
6264 "Requested channel is not supported");
6265 return -1;
6266 }
6267
6268 val = get_param(cmd, "BCNINT");
6269 if (val)
6270 dut->ap_bcnint = atoi(val);
6271
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006272 val = get_param(cmd, "AllocType");
6273 if (val) {
6274 send_resp(dut, conn, SIGMA_ERROR,
6275 "ErrorCode,AllocType is not supported yet");
6276 return -1;
6277 }
6278
6279 val = get_param(cmd, "PercentBI");
6280 if (val) {
6281 send_resp(dut, conn, SIGMA_ERROR,
6282 "ErrorCode,PercentBI is not supported yet");
6283 return -1;
6284 }
6285
6286 val = get_param(cmd, "CBAPOnly");
6287 if (val) {
6288 send_resp(dut, conn, SIGMA_ERROR,
6289 "ErrorCode,CBAPOnly is not supported yet");
6290 return -1;
6291 }
6292
6293 val = get_param(cmd, "AMPDU");
6294 if (val) {
6295 if (strcasecmp(val, "Enable") == 0)
6296 dut->ap_ampdu = 1;
6297 else if (strcasecmp(val, "Disable") == 0)
6298 dut->ap_ampdu = 2;
6299 else {
6300 send_resp(dut, conn, SIGMA_ERROR,
6301 "ErrorCode,AMPDU value is not Enable nor Disabled");
6302 return -1;
6303 }
6304 }
6305
6306 val = get_param(cmd, "AMSDU");
6307 if (val) {
6308 if (strcasecmp(val, "Enable") == 0)
6309 dut->ap_amsdu = 1;
6310 else if (strcasecmp(val, "Disable") == 0)
6311 dut->ap_amsdu = 2;
6312 }
6313
6314 val = get_param(cmd, "NumMSDU");
6315 if (val) {
6316 send_resp(dut, conn, SIGMA_ERROR,
6317 "ErrorCode, NumMSDU is not supported yet");
6318 return -1;
6319 }
6320
6321 val = get_param(cmd, "ABFTLRang");
6322 if (val) {
6323 sigma_dut_print(dut, DUT_MSG_DEBUG,
Lior David67543f52017-01-03 19:04:22 +02006324 "ABFTLRang parameter %s", val);
6325 if (strcmp(val, "Gt1") == 0)
6326 abft_len = 2; /* 2 slots in this case */
6327 }
6328
6329 if (sta_set_60g_abft_len(dut, conn, abft_len)) {
6330 send_resp(dut, conn, SIGMA_ERROR,
6331 "ErrorCode, Can't set ABFT length");
6332 return -1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006333 }
6334
6335 if (sta_pcp_start(dut, conn, cmd) < 0) {
6336 send_resp(dut, conn, SIGMA_ERROR,
6337 "ErrorCode, Can't start PCP role");
6338 return -1;
6339 }
6340
6341 return sta_set_60g_common(dut, conn, cmd);
6342}
6343
6344
6345static int sta_set_60g_sta(struct sigma_dut *dut, struct sigma_conn *conn,
6346 struct sigma_cmd *cmd)
6347{
6348 const char *val = get_param(cmd, "DiscoveryMode");
6349
6350 if (dut->dev_role != DEVROLE_STA) {
6351 send_resp(dut, conn, SIGMA_INVALID,
6352 "ErrorCode,Invalid DevRole");
6353 return 0;
6354 }
6355
6356 if (val) {
6357 sigma_dut_print(dut, DUT_MSG_DEBUG, "Discovery: %s", val);
6358 /* Ignore Discovery mode till Driver expose API. */
6359#if 0
6360 if (strcasecmp(val, "1") == 0) {
6361 send_resp(dut, conn, SIGMA_INVALID,
6362 "ErrorCode,DiscoveryMode 1 not supported");
6363 return 0;
6364 }
6365
6366 if (strcasecmp(val, "0") == 0) {
6367 /* OK */
6368 } else {
6369 send_resp(dut, conn, SIGMA_INVALID,
6370 "ErrorCode,DiscoveryMode not supported");
6371 return 0;
6372 }
6373#endif
6374 }
6375
6376 if (start_sta_mode(dut) != 0)
Jouni Malinen0e29cf22019-02-19 01:13:21 +02006377 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006378 return sta_set_60g_common(dut, conn, cmd);
6379}
6380
6381
Jouni Malinenf7222712019-06-13 01:50:21 +03006382static enum sigma_cmd_result cmd_sta_disconnect(struct sigma_dut *dut,
6383 struct sigma_conn *conn,
6384 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006385{
6386 const char *intf = get_param(cmd, "Interface");
Jouni Malinened77e672018-01-10 16:45:13 +02006387 const char *val = get_param(cmd, "maintain_profile");
vamsi krishnad605c422017-09-20 14:56:31 +05306388
Jouni Malinened77e672018-01-10 16:45:13 +02006389 if (dut->program == PROGRAM_OCE ||
Amarnath Hullur Subramanyamebeda9e2018-01-31 03:21:48 -08006390 dut->program == PROGRAM_HE ||
Jouni Malinened77e672018-01-10 16:45:13 +02006391 (val && atoi(val) == 1)) {
vamsi krishnad605c422017-09-20 14:56:31 +05306392 wpa_command(intf, "DISCONNECT");
6393 return 1;
6394 }
6395
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006396 disconnect_station(dut);
6397 /* Try to ignore old scan results to avoid HS 2.0R2 test case failures
6398 * due to cached results. */
6399 wpa_command(intf, "SET ignore_old_scan_res 1");
6400 wpa_command(intf, "BSS_FLUSH");
6401 return 1;
6402}
6403
6404
Jouni Malinenf7222712019-06-13 01:50:21 +03006405static enum sigma_cmd_result cmd_sta_reassoc(struct sigma_dut *dut,
6406 struct sigma_conn *conn,
6407 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006408{
6409 const char *intf = get_param(cmd, "Interface");
6410 const char *bssid = get_param(cmd, "bssid");
6411 const char *val = get_param(cmd, "CHANNEL");
Kiran Kumar Lokere94a86b52020-06-03 23:25:19 -07006412 const char *freq_val = get_param(cmd, "ChnlFreq");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006413 struct wpa_ctrl *ctrl;
Srinivas Dasari0ebedb12018-02-14 17:03:51 +05306414 char buf[1000];
Sunil Duttd30ce092018-01-11 23:56:29 +05306415 char result[32];
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006416 int res;
6417 int chan = 0;
Kiran Kumar Lokere94a86b52020-06-03 23:25:19 -07006418 int freq = 0;
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006419 enum sigma_cmd_result status = STATUS_SENT;
Sunil Duttd30ce092018-01-11 23:56:29 +05306420 int fastreassoc = 1;
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006421 int ft_ds = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006422
6423 if (bssid == NULL) {
6424 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Missing bssid "
6425 "argument");
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006426 return STATUS_SENT_ERROR;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006427 }
6428
6429 if (val)
6430 chan = atoi(val);
6431
Kiran Kumar Lokere94a86b52020-06-03 23:25:19 -07006432 if (freq_val)
6433 freq = atoi(freq_val);
6434
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006435 if (wifi_chip_type != DRIVER_WCN && wifi_chip_type != DRIVER_AR6003) {
6436 /* The current network may be from sta_associate or
6437 * sta_hs2_associate
6438 */
6439 if (set_network(intf, dut->infra_network_id, "bssid", bssid) <
6440 0 ||
6441 set_network(intf, 0, "bssid", bssid) < 0)
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006442 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006443 }
6444
6445 ctrl = open_wpa_mon(intf);
6446 if (ctrl == NULL) {
6447 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to open "
6448 "wpa_supplicant monitor connection");
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006449 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006450 }
6451
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006452 if (get_wpa_status(get_station_ifname(dut), "wpa_state", result,
Sunil Duttd30ce092018-01-11 23:56:29 +05306453 sizeof(result)) < 0 ||
6454 strncmp(result, "COMPLETED", 9) != 0) {
6455 sigma_dut_print(dut, DUT_MSG_DEBUG,
6456 "sta_reassoc: Not connected");
6457 fastreassoc = 0;
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006458 } else if (dut->sta_ft_ds) {
6459 sigma_dut_print(dut, DUT_MSG_DEBUG,
6460 "sta_reassoc: Use FT-over-DS");
6461 ft_ds = 1;
Sunil Duttd30ce092018-01-11 23:56:29 +05306462 }
6463
Srinivas Dasari0ebedb12018-02-14 17:03:51 +05306464 if (dut->rsne_override) {
6465#ifdef NL80211_SUPPORT
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006466 if (get_driver_type(dut) == DRIVER_WCN &&
6467 dut->config_rsnie == 0) {
Srinivas Dasari0ebedb12018-02-14 17:03:51 +05306468 sta_config_rsnie(dut, 1);
6469 dut->config_rsnie = 1;
6470 }
6471#endif /* NL80211_SUPPORT */
6472 snprintf(buf, sizeof(buf), "TEST_ASSOC_IE %s",
6473 dut->rsne_override);
6474 if (wpa_command(intf, buf) < 0) {
6475 send_resp(dut, conn, SIGMA_ERROR,
6476 "ErrorCode,Failed to set DEV_CONFIGURE_IE RSNE override");
6477 return 0;
6478 }
6479 }
6480
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006481 if (ft_ds) {
Kiran Kumar Lokere94a86b52020-06-03 23:25:19 -07006482 if (chan || freq) {
6483 if (!freq)
6484 freq = channel_to_freq(dut, chan);
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006485 if (!freq) {
6486 sigma_dut_print(dut, DUT_MSG_ERROR,
6487 "Invalid channel number provided: %d",
6488 chan);
6489 send_resp(dut, conn, SIGMA_INVALID,
6490 "ErrorCode,Invalid channel number");
6491 goto close_mon_conn;
6492 }
6493 res = snprintf(buf, sizeof(buf),
6494 "SCAN TYPE=ONLY freq=%d", freq);
6495 } else {
6496 res = snprintf(buf, sizeof(buf), "SCAN TYPE=ONLY");
6497 }
6498 if (res < 0 || res >= (int) sizeof(buf)) {
6499 send_resp(dut, conn, SIGMA_ERROR,
6500 "ErrorCode,snprintf failed");
6501 goto close_mon_conn;
6502 }
6503 if (wpa_command(intf, buf) < 0) {
6504 sigma_dut_print(dut, DUT_MSG_INFO,
6505 "Failed to start scan");
6506 send_resp(dut, conn, SIGMA_ERROR,
6507 "ErrorCode,scan failed");
6508 goto close_mon_conn;
6509 }
6510
6511 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-SCAN-RESULTS",
6512 buf, sizeof(buf));
6513 if (res < 0) {
6514 sigma_dut_print(dut, DUT_MSG_INFO,
6515 "Scan did not complete");
6516 send_resp(dut, conn, SIGMA_ERROR,
6517 "ErrorCode,scan did not complete");
6518 goto close_mon_conn;
6519 }
6520
6521 res = snprintf(buf, sizeof(buf), "FT_DS %s", bssid);
6522 if (res > 0 && res < (int) sizeof(buf))
6523 res = wpa_command(intf, buf);
6524
6525 if (res < 0 || res >= (int) sizeof(buf)) {
6526 send_resp(dut, conn, SIGMA_ERROR,
6527 "errorCode,FT_DS command failed");
6528 status = STATUS_SENT_ERROR;
6529 goto close_mon_conn;
6530 }
6531 } else if (wifi_chip_type == DRIVER_WCN && fastreassoc) {
Kiran Kumar Lokere94a86b52020-06-03 23:25:19 -07006532 if (chan || freq) {
6533 if (!freq)
6534 freq = channel_to_freq(dut, chan);
Ashwini Patil4c8158f2017-05-25 12:49:21 +05306535 if (!freq) {
6536 sigma_dut_print(dut, DUT_MSG_ERROR,
6537 "Invalid channel number provided: %d",
6538 chan);
6539 send_resp(dut, conn, SIGMA_INVALID,
6540 "ErrorCode,Invalid channel number");
6541 goto close_mon_conn;
6542 }
6543 res = snprintf(buf, sizeof(buf),
6544 "SCAN TYPE=ONLY freq=%d", freq);
6545 } else {
6546 res = snprintf(buf, sizeof(buf), "SCAN TYPE=ONLY");
6547 }
6548 if (res < 0 || res >= (int) sizeof(buf)) {
6549 send_resp(dut, conn, SIGMA_ERROR,
6550 "ErrorCode,snprintf failed");
6551 goto close_mon_conn;
6552 }
6553 if (wpa_command(intf, buf) < 0) {
6554 sigma_dut_print(dut, DUT_MSG_INFO,
6555 "Failed to start scan");
6556 send_resp(dut, conn, SIGMA_ERROR,
6557 "ErrorCode,scan failed");
6558 goto close_mon_conn;
6559 }
6560
6561 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-SCAN-RESULTS",
6562 buf, sizeof(buf));
6563 if (res < 0) {
6564 sigma_dut_print(dut, DUT_MSG_INFO,
6565 "Scan did not complete");
6566 send_resp(dut, conn, SIGMA_ERROR,
6567 "ErrorCode,scan did not complete");
6568 goto close_mon_conn;
6569 }
6570
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006571 if (set_network(intf, dut->infra_network_id, "bssid", "any")
6572 < 0) {
6573 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to set "
6574 "bssid to any during FASTREASSOC");
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006575 status = ERROR_SEND_STATUS;
Ashwini Patil467efef2017-05-25 12:18:27 +05306576 goto close_mon_conn;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006577 }
Vinita Maloo54b78cf2020-03-30 12:18:19 +05306578 res = snprintf(buf, sizeof(buf), "FASTREASSOC %s %d",
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006579 bssid, chan);
Vinita Maloo54b78cf2020-03-30 12:18:19 +05306580 if (res < 0 || res >= (int) sizeof(buf) ||
6581 wcn_driver_cmd(intf, buf) < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006582 send_resp(dut, conn, SIGMA_ERROR,
Vinita Maloo54b78cf2020-03-30 12:18:19 +05306583 "errorCode,Failed to run FASTREASSOC");
Ashwini Patil467efef2017-05-25 12:18:27 +05306584 goto close_mon_conn;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006585 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006586 sigma_dut_print(dut, DUT_MSG_INFO,
6587 "sta_reassoc: Run %s successful", buf);
6588 } else if (wpa_command(intf, "REASSOCIATE")) {
6589 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to "
6590 "request reassociation");
Ashwini Patil467efef2017-05-25 12:18:27 +05306591 goto close_mon_conn;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006592 }
6593
6594 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-CONNECTED",
6595 buf, sizeof(buf));
Ashwini Patil467efef2017-05-25 12:18:27 +05306596 if (res < 0) {
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006597 send_resp(dut, conn, SIGMA_ERROR,
6598 "errorCode,Connection did not complete");
6599 status = STATUS_SENT_ERROR;
Ashwini Patil467efef2017-05-25 12:18:27 +05306600 goto close_mon_conn;
6601 }
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03006602 status = SUCCESS_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006603
Ashwini Patil467efef2017-05-25 12:18:27 +05306604close_mon_conn:
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006605 wpa_ctrl_detach(ctrl);
6606 wpa_ctrl_close(ctrl);
Ashwini Patil467efef2017-05-25 12:18:27 +05306607 return status;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006608}
6609
6610
6611static void hs2_clear_credentials(const char *intf)
6612{
6613 wpa_command(intf, "REMOVE_CRED all");
6614}
6615
6616
Lior Davidcc88b562017-01-03 18:52:09 +02006617#ifdef __linux__
6618static int wil6210_get_aid(struct sigma_dut *dut, const char *bssid,
6619 unsigned int *aid)
6620{
Lior David0fe101e2017-03-09 16:09:50 +02006621 const char *pattern = "AID[ \t]+([0-9]+)";
Lior Davidcc88b562017-01-03 18:52:09 +02006622
Lior David0fe101e2017-03-09 16:09:50 +02006623 return wil6210_get_sta_info_field(dut, bssid, pattern, aid);
Lior Davidcc88b562017-01-03 18:52:09 +02006624}
6625#endif /* __linux__ */
6626
6627
6628static int sta_get_aid_60g(struct sigma_dut *dut, const char *bssid,
6629 unsigned int *aid)
6630{
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006631 switch (get_driver_type(dut)) {
Lior Davidcc88b562017-01-03 18:52:09 +02006632#ifdef __linux__
6633 case DRIVER_WIL6210:
6634 return wil6210_get_aid(dut, bssid, aid);
6635#endif /* __linux__ */
6636 default:
6637 sigma_dut_print(dut, DUT_MSG_ERROR, "get AID not supported");
6638 return -1;
6639 }
6640}
6641
6642
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006643static int sta_get_parameter_60g(struct sigma_dut *dut, struct sigma_conn *conn,
6644 struct sigma_cmd *cmd)
6645{
6646 char buf[MAX_CMD_LEN];
6647 char bss_list[MAX_CMD_LEN];
6648 const char *parameter = get_param(cmd, "Parameter");
6649
6650 if (parameter == NULL)
6651 return -1;
6652
Lior Davidcc88b562017-01-03 18:52:09 +02006653 if (strcasecmp(parameter, "AID") == 0) {
6654 unsigned int aid = 0;
6655 char bssid[20];
6656
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006657 if (get_wpa_status(get_station_ifname(dut), "bssid",
Lior Davidcc88b562017-01-03 18:52:09 +02006658 bssid, sizeof(bssid)) < 0) {
6659 sigma_dut_print(dut, DUT_MSG_ERROR,
6660 "could not get bssid");
6661 return -2;
6662 }
6663
6664 if (sta_get_aid_60g(dut, bssid, &aid))
6665 return -2;
6666
6667 snprintf(buf, sizeof(buf), "aid,%d", aid);
6668 sigma_dut_print(dut, DUT_MSG_INFO, "%s", buf);
6669 send_resp(dut, conn, SIGMA_COMPLETE, buf);
6670 return 0;
6671 }
6672
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006673 if (strcasecmp(parameter, "DiscoveredDevList") == 0) {
6674 char *bss_line;
6675 char *bss_id = NULL;
6676 const char *ifname = get_param(cmd, "Interface");
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05306677 char *saveptr;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006678
6679 if (ifname == NULL) {
6680 sigma_dut_print(dut, DUT_MSG_INFO,
6681 "For get DiscoveredDevList need Interface name.");
6682 return -1;
6683 }
6684
6685 /*
6686 * Use "BSS RANGE=ALL MASK=0x2" which provides a list
6687 * of BSSIDs in "bssid=<BSSID>\n"
6688 */
6689 if (wpa_command_resp(ifname, "BSS RANGE=ALL MASK=0x2",
6690 bss_list,
6691 sizeof(bss_list)) < 0) {
6692 sigma_dut_print(dut, DUT_MSG_ERROR,
6693 "Failed to get bss list");
6694 return -1;
6695 }
6696
6697 sigma_dut_print(dut, DUT_MSG_DEBUG,
6698 "bss list for ifname:%s is:%s",
6699 ifname, bss_list);
6700
6701 snprintf(buf, sizeof(buf), "DeviceList");
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05306702 bss_line = strtok_r(bss_list, "\n", &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006703 while (bss_line) {
6704 if (sscanf(bss_line, "bssid=%ms", &bss_id) > 0 &&
6705 bss_id) {
6706 int len;
6707
6708 len = snprintf(buf + strlen(buf),
6709 sizeof(buf) - strlen(buf),
6710 ",%s", bss_id);
6711 free(bss_id);
6712 bss_id = NULL;
6713 if (len < 0) {
6714 sigma_dut_print(dut,
6715 DUT_MSG_ERROR,
6716 "Failed to read BSSID");
6717 send_resp(dut, conn, SIGMA_ERROR,
6718 "ErrorCode,Failed to read BSS ID");
6719 return 0;
6720 }
6721
6722 if ((size_t) len >= sizeof(buf) - strlen(buf)) {
6723 sigma_dut_print(dut,
6724 DUT_MSG_ERROR,
6725 "Response buf too small for list");
6726 send_resp(dut, conn,
6727 SIGMA_ERROR,
6728 "ErrorCode,Response buf too small for list");
6729 return 0;
6730 }
6731 }
6732
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05306733 bss_line = strtok_r(NULL, "\n", &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006734 }
6735
6736 sigma_dut_print(dut, DUT_MSG_INFO, "DiscoveredDevList is %s",
6737 buf);
6738 send_resp(dut, conn, SIGMA_COMPLETE, buf);
6739 return 0;
6740 }
6741
6742 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Unsupported parameter");
6743 return 0;
6744}
6745
6746
Kiran Kumar Lokerec86d8022018-10-11 13:57:12 -07006747static int sta_get_parameter_he(struct sigma_dut *dut, struct sigma_conn *conn,
6748 struct sigma_cmd *cmd)
6749{
6750 char buf[MAX_CMD_LEN];
6751 const char *parameter = get_param(cmd, "Parameter");
6752
6753 if (!parameter)
6754 return -1;
6755
6756 if (strcasecmp(parameter, "RSSI") == 0) {
6757 char rssi[10];
6758
Jouni Malinen016ae6c2019-11-04 17:00:01 +02006759 if (get_wpa_signal_poll(dut, get_station_ifname(dut), "RSSI",
Kiran Kumar Lokerec86d8022018-10-11 13:57:12 -07006760 rssi, sizeof(rssi)) < 0) {
6761 sigma_dut_print(dut, DUT_MSG_ERROR,
6762 "Could not get RSSI");
6763 return -2;
6764 }
6765
6766 snprintf(buf, sizeof(buf), "rssi,%s", rssi);
6767 sigma_dut_print(dut, DUT_MSG_INFO, "RSSI %s", buf);
6768 send_resp(dut, conn, SIGMA_COMPLETE, buf);
6769 return 0;
6770 }
6771
6772 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Unsupported parameter");
6773 return 0;
6774}
6775
6776
Jouni Malinenca0abd32020-02-09 20:18:10 +02006777static enum sigma_cmd_result sta_get_pmk(struct sigma_dut *dut,
6778 struct sigma_conn *conn,
6779 struct sigma_cmd *cmd)
6780{
6781 const char *intf = get_param(cmd, "Interface");
6782 char buf[4096], bssid[20], resp[200], *pos, *tmp;
6783
6784 snprintf(buf, sizeof(buf), "PMKSA_GET %d", dut->infra_network_id);
6785 if (wpa_command_resp(intf, buf, buf, sizeof(buf)) < 0 ||
6786 strncmp(buf, "UNKNOWN COMMAND", 15) == 0) {
6787 send_resp(dut, conn, SIGMA_ERROR,
6788 "ErrorCode,PMKSA_GET not supported");
6789 return STATUS_SENT_ERROR;
6790 }
6791
6792 if (strncmp(buf, "FAIL", 4) == 0 ||
6793 get_wpa_status(intf, "bssid", bssid, sizeof(bssid)) < 0) {
6794 send_resp(dut, conn, SIGMA_ERROR,
6795 "ErrorCode,Could not find current network");
6796 return STATUS_SENT_ERROR;
6797 }
6798
6799 pos = buf;
6800 while (pos) {
6801 if (strncmp(pos, bssid, 17) == 0) {
6802 pos = strchr(pos, ' ');
6803 if (!pos)
Mohammad Asaad Akram956bfc32020-04-08 16:26:18 +05306804 break;
Jouni Malinenca0abd32020-02-09 20:18:10 +02006805 pos++;
6806 pos = strchr(pos, ' ');
6807 if (!pos)
Mohammad Asaad Akram956bfc32020-04-08 16:26:18 +05306808 break;
Jouni Malinenca0abd32020-02-09 20:18:10 +02006809 pos++;
6810 tmp = strchr(pos, ' ');
6811 if (!tmp)
Mohammad Asaad Akram956bfc32020-04-08 16:26:18 +05306812 break;
Jouni Malinenca0abd32020-02-09 20:18:10 +02006813 *tmp = '\0';
6814 break;
6815 }
Jouni Malinenca0abd32020-02-09 20:18:10 +02006816 pos = strchr(pos, '\n');
6817 if (pos)
6818 pos++;
6819 }
6820
6821 if (!pos) {
6822 send_resp(dut, conn, SIGMA_ERROR,
6823 "ErrorCode,PMK not available");
6824 return STATUS_SENT_ERROR;
6825 }
6826
6827 snprintf(resp, sizeof(resp), "PMK,%s", pos);
6828 send_resp(dut, conn, SIGMA_COMPLETE, resp);
6829 return STATUS_SENT;
6830}
6831
6832
Jouni Malinenf7222712019-06-13 01:50:21 +03006833static enum sigma_cmd_result cmd_sta_get_parameter(struct sigma_dut *dut,
6834 struct sigma_conn *conn,
6835 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006836{
6837 const char *program = get_param(cmd, "Program");
Jouni Malinenca0abd32020-02-09 20:18:10 +02006838 const char *parameter = get_param(cmd, "Parameter");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006839
Jouni Malinenca0abd32020-02-09 20:18:10 +02006840 if (!parameter)
6841 return INVALID_SEND_STATUS;
6842
6843 if (strcasecmp(parameter, "PMK") == 0)
6844 return sta_get_pmk(dut, conn, cmd);
6845
6846 if (!program)
6847 return INVALID_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006848
6849 if (strcasecmp(program, "P2PNFC") == 0)
6850 return p2p_cmd_sta_get_parameter(dut, conn, cmd);
6851
6852 if (strcasecmp(program, "60ghz") == 0)
6853 return sta_get_parameter_60g(dut, conn, cmd);
6854
Kiran Kumar Lokerec86d8022018-10-11 13:57:12 -07006855 if (strcasecmp(program, "he") == 0)
6856 return sta_get_parameter_he(dut, conn, cmd);
6857
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006858#ifdef ANDROID_NAN
6859 if (strcasecmp(program, "NAN") == 0)
Amarnath Hullur Subramanyam1854ec62016-08-11 19:29:35 -07006860 return nan_cmd_sta_get_parameter(dut, conn, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006861#endif /* ANDROID_NAN */
6862
Amarnath Hullur Subramanyam9c381f52017-03-17 00:04:41 -07006863#ifdef MIRACAST
6864 if (strcasecmp(program, "WFD") == 0 ||
6865 strcasecmp(program, "DisplayR2") == 0)
6866 return miracast_cmd_sta_get_parameter(dut, conn, cmd);
6867#endif /* MIRACAST */
6868
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006869 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Unsupported parameter");
6870 return 0;
6871}
6872
6873
6874static void sta_reset_default_ath(struct sigma_dut *dut, const char *intf,
6875 const char *type)
6876{
6877 char buf[100];
6878
6879 if (dut->program == PROGRAM_VHT) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006880 run_iwpriv(dut, intf, "chwidth 2");
6881 run_iwpriv(dut, intf, "mode 11ACVHT80");
6882 run_iwpriv(dut, intf, "vhtmcs -1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006883 }
6884
6885 if (dut->program == PROGRAM_HT) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006886 run_iwpriv(dut, intf, "chwidth 0");
6887 run_iwpriv(dut, intf, "mode 11naht40");
6888 run_iwpriv(dut, intf, "set11NRates 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006889 }
6890
6891 if (dut->program == PROGRAM_VHT || dut->program == PROGRAM_HT) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006892 run_iwpriv(dut, intf, "powersave 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006893
6894 /* Reset CTS width */
6895 snprintf(buf, sizeof(buf), "wifitool %s beeliner_fw_test 54 0",
6896 intf);
6897 if (system(buf) != 0) {
6898 sigma_dut_print(dut, DUT_MSG_ERROR,
6899 "wifitool %s beeliner_fw_test 54 0 failed",
6900 intf);
6901 }
6902
6903 /* Enable Dynamic Bandwidth signalling by default */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006904 run_iwpriv(dut, intf, "cwmenable 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006905
6906 snprintf(buf, sizeof(buf), "iwconfig %s rts 2347", intf);
6907 if (system(buf) != 0) {
6908 sigma_dut_print(dut, DUT_MSG_ERROR,
6909 "iwpriv rts failed");
6910 }
6911 }
6912
6913 if (type && strcasecmp(type, "Testbed") == 0) {
6914 dut->testbed_flag_txsp = 1;
6915 dut->testbed_flag_rxsp = 1;
6916 /* STA has to set spatial stream to 2 per Appendix H */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006917 run_iwpriv(dut, intf, "vht_mcsmap 0xfff0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006918
6919 /* Disable LDPC per Appendix H */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006920 run_iwpriv(dut, intf, "ldpc 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006921
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006922 run_iwpriv(dut, intf, "amsdu 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006923
6924 /* TODO: Disable STBC 2x1 transmit and receive */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006925 run_iwpriv(dut, intf, "tx_stbc 0");
6926 run_iwpriv(dut, intf, "rx_stbc 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006927
6928 /* STA has to disable Short GI per Appendix H */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006929 run_iwpriv(dut, intf, "shortgi 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006930 }
6931
6932 if (type && strcasecmp(type, "DUT") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006933 run_iwpriv(dut, intf, "nss 3");
Arif Hussainac6c5112018-05-25 17:34:00 -07006934 dut->sta_nss = 3;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006935
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07006936 run_iwpriv(dut, intf, "shortgi 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02006937 }
6938}
6939
6940
Amarnath Hullur Subramanyam2538acc2018-02-02 16:15:25 -08006941#ifdef NL80211_SUPPORT
6942static int sta_set_he_mcs(struct sigma_dut *dut, const char *intf,
6943 enum he_mcs_config mcs)
6944{
6945 struct nl_msg *msg;
6946 int ret = 0;
6947 struct nlattr *params;
6948 int ifindex;
6949
6950 ifindex = if_nametoindex(intf);
6951 if (ifindex == 0) {
6952 sigma_dut_print(dut, DUT_MSG_ERROR,
6953 "%s: Index for interface %s failed",
6954 __func__, intf);
6955 return -1;
6956 }
6957
6958 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
6959 NL80211_CMD_VENDOR)) ||
6960 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
6961 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
6962 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
6963 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
6964 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
6965 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MCS,
6966 mcs)) {
6967 sigma_dut_print(dut, DUT_MSG_ERROR,
6968 "%s: err in adding vendor_cmd and vendor_data",
6969 __func__);
6970 nlmsg_free(msg);
6971 return -1;
6972 }
6973 nla_nest_end(msg, params);
6974
6975 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
6976 if (ret) {
6977 sigma_dut_print(dut, DUT_MSG_ERROR,
6978 "%s: err in send_and_recv_msgs, ret=%d",
6979 __func__, ret);
6980 }
6981 return ret;
6982}
6983#endif /* NL80211_SUPPORT */
6984
6985
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -07006986static int sta_set_action_tx_in_he_tb_ppdu(struct sigma_dut *dut,
6987 const char *intf, int enable)
6988{
6989#ifdef NL80211_SUPPORT
6990 struct nl_msg *msg;
6991 int ret = 0;
6992 struct nlattr *params;
6993 int ifindex;
6994
6995 ifindex = if_nametoindex(intf);
6996 if (ifindex == 0) {
6997 sigma_dut_print(dut, DUT_MSG_ERROR,
6998 "%s: Index for interface %s failed",
6999 __func__, intf);
7000 return -1;
7001 }
7002
7003 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7004 NL80211_CMD_VENDOR)) ||
7005 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7006 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7007 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7008 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7009 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7010 nla_put_u8(msg,
7011 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_ACTION_TX_TB_PPDU,
7012 enable)) {
7013 sigma_dut_print(dut, DUT_MSG_ERROR,
7014 "%s: err in adding vendor_cmd and vendor_data",
7015 __func__);
7016 nlmsg_free(msg);
7017 return -1;
7018 }
7019 nla_nest_end(msg, params);
7020
7021 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7022 if (ret) {
7023 sigma_dut_print(dut, DUT_MSG_ERROR,
7024 "%s: err in send_and_recv_msgs, ret=%d",
7025 __func__, ret);
7026 }
7027 return ret;
7028#else /* NL80211_SUPPORT */
7029 sigma_dut_print(dut, DUT_MSG_ERROR,
7030 "HE action Tx TB PPDU cannot be set without NL80211_SUPPORT defined");
7031 return -1;
7032#endif /* NL80211_SUPPORT */
7033}
7034
7035
Amarnath Hullur Subramanyam4622a212018-02-23 12:12:14 -08007036static int sta_set_heconfig_and_wep_tkip(struct sigma_dut *dut,
7037 const char *intf, int enable)
7038{
7039#ifdef NL80211_SUPPORT
7040 struct nl_msg *msg;
7041 int ret = 0;
7042 struct nlattr *params;
7043 int ifindex;
7044
7045 ifindex = if_nametoindex(intf);
7046 if (ifindex == 0) {
7047 sigma_dut_print(dut, DUT_MSG_ERROR,
7048 "%s: Index for interface %s failed",
7049 __func__, intf);
7050 return -1;
7051 }
7052
7053 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7054 NL80211_CMD_VENDOR)) ||
7055 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7056 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7057 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7058 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7059 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7060 nla_put_u8(msg,
7061 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_WEP_TKIP_IN_HE,
7062 enable)) {
7063 sigma_dut_print(dut, DUT_MSG_ERROR,
7064 "%s: err in adding vendor_cmd and vendor_data",
7065 __func__);
7066 nlmsg_free(msg);
7067 return -1;
7068 }
7069 nla_nest_end(msg, params);
7070
7071 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7072 if (ret) {
7073 sigma_dut_print(dut, DUT_MSG_ERROR,
7074 "%s: err in send_and_recv_msgs, ret=%d",
7075 __func__, ret);
7076 }
7077 return ret;
7078#else /* NL80211_SUPPORT */
7079 sigma_dut_print(dut, DUT_MSG_ERROR,
7080 "HE config enablement cannot be changed without NL80211_SUPPORT defined");
7081 return -1;
7082#endif /* NL80211_SUPPORT */
7083}
7084
7085
Kiran Kumar Lokere765bdd82019-02-24 22:14:43 -08007086#ifdef NL80211_SUPPORT
Kiran Kumar Lokere642f7ce2019-02-25 18:28:10 -08007087
Kiran Kumar Lokere765bdd82019-02-24 22:14:43 -08007088static int sta_set_he_testbed_def(struct sigma_dut *dut,
7089 const char *intf, int cfg)
7090{
7091 struct nl_msg *msg;
7092 int ret = 0;
7093 struct nlattr *params;
7094 int ifindex;
7095
7096 ifindex = if_nametoindex(intf);
7097 if (ifindex == 0) {
7098 sigma_dut_print(dut, DUT_MSG_ERROR,
7099 "%s: Index for interface %s failed",
7100 __func__, intf);
7101 return -1;
7102 }
7103
7104 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7105 NL80211_CMD_VENDOR)) ||
7106 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7107 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7108 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7109 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7110 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7111 nla_put_u8(msg,
7112 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_SET_HE_TESTBED_DEFAULTS,
7113 cfg)) {
7114 sigma_dut_print(dut, DUT_MSG_ERROR,
7115 "%s: err in adding vendor_cmd and vendor_data",
7116 __func__);
7117 nlmsg_free(msg);
7118 return -1;
7119 }
7120 nla_nest_end(msg, params);
7121
7122 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7123 if (ret) {
7124 sigma_dut_print(dut, DUT_MSG_ERROR,
7125 "%s: err in send_and_recv_msgs, ret=%d",
7126 __func__, ret);
7127 }
7128 return ret;
7129}
Kiran Kumar Lokere642f7ce2019-02-25 18:28:10 -08007130
7131
7132static int sta_set_2g_vht_supp(struct sigma_dut *dut, const char *intf, int cfg)
7133{
7134 struct nl_msg *msg;
7135 int ret = 0;
7136 struct nlattr *params;
7137 int ifindex;
7138
7139 ifindex = if_nametoindex(intf);
7140 if (ifindex == 0) {
7141 sigma_dut_print(dut, DUT_MSG_ERROR,
7142 "%s: Index for interface %s failed",
7143 __func__, intf);
7144 return -1;
7145 }
7146
7147 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7148 NL80211_CMD_VENDOR)) ||
7149 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7150 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7151 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7152 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7153 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7154 nla_put_u8(msg,
7155 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_2G_VHT,
7156 cfg)) {
7157 sigma_dut_print(dut, DUT_MSG_ERROR,
7158 "%s: err in adding vendor_cmd and vendor_data",
7159 __func__);
7160 nlmsg_free(msg);
7161 return -1;
7162 }
7163 nla_nest_end(msg, params);
7164
7165 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7166 if (ret) {
7167 sigma_dut_print(dut, DUT_MSG_ERROR,
7168 "%s: err in send_and_recv_msgs, ret=%d",
7169 __func__, ret);
7170 }
7171 return ret;
7172}
7173
Kiran Kumar Lokere765bdd82019-02-24 22:14:43 -08007174#endif /* NL80211_SUPPORT */
7175
7176
Qiwei Caib6806972020-01-15 13:52:11 +08007177int sta_set_addba_buf_size(struct sigma_dut *dut,
7178 const char *intf, int bufsize)
Amarnath Hullur Subramanyam13215de2018-02-27 14:12:55 -08007179{
7180#ifdef NL80211_SUPPORT
7181 struct nl_msg *msg;
7182 int ret = 0;
7183 struct nlattr *params;
7184 int ifindex;
7185
7186 ifindex = if_nametoindex(intf);
7187 if (ifindex == 0) {
7188 sigma_dut_print(dut, DUT_MSG_ERROR,
7189 "%s: Index for interface %s failed",
7190 __func__, intf);
7191 return -1;
7192 }
7193
7194 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7195 NL80211_CMD_VENDOR)) ||
7196 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7197 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7198 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7199 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7200 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
Kiran Kumar Lokere26e27582018-08-01 16:18:34 -07007201 nla_put_u16(msg,
7202 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE,
7203 bufsize)) {
Amarnath Hullur Subramanyam13215de2018-02-27 14:12:55 -08007204 sigma_dut_print(dut, DUT_MSG_ERROR,
7205 "%s: err in adding vendor_cmd and vendor_data",
7206 __func__);
7207 nlmsg_free(msg);
7208 return -1;
7209 }
7210 nla_nest_end(msg, params);
7211
7212 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7213 if (ret) {
7214 sigma_dut_print(dut, DUT_MSG_ERROR,
7215 "%s: err in send_and_recv_msgs, ret=%d",
7216 __func__, ret);
7217 }
7218 return ret;
7219#else /* NL80211_SUPPORT */
7220 sigma_dut_print(dut, DUT_MSG_ERROR,
7221 "AddBA bufsize cannot be changed without NL80211_SUPPORT defined");
7222 return -1;
7223#endif /* NL80211_SUPPORT */
7224}
7225
7226
Arif Hussain8d5b27b2018-05-14 14:31:03 -07007227static int sta_set_tx_beamformee(struct sigma_dut *dut, const char *intf,
7228 int enable)
7229{
7230#ifdef NL80211_SUPPORT
7231 struct nl_msg *msg;
7232 int ret = 0;
7233 struct nlattr *params;
7234 int ifindex;
7235
7236 ifindex = if_nametoindex(intf);
7237 if (ifindex == 0) {
7238 sigma_dut_print(dut, DUT_MSG_ERROR,
7239 "%s: Index for interface %s failed",
7240 __func__, intf);
7241 return -1;
7242 }
7243
7244 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7245 NL80211_CMD_VENDOR)) ||
7246 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7247 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7248 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7249 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7250 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7251 nla_put_u8(msg,
7252 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ENABLE_TX_BEAMFORMEE,
7253 enable)) {
7254 sigma_dut_print(dut, DUT_MSG_ERROR,
7255 "%s: err in adding vendor_cmd and vendor_data",
7256 __func__);
7257 nlmsg_free(msg);
7258 return -1;
7259 }
7260 nla_nest_end(msg, params);
7261
7262 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7263 if (ret) {
7264 sigma_dut_print(dut, DUT_MSG_ERROR,
7265 "%s: err in send_and_recv_msgs, ret=%d",
7266 __func__, ret);
7267 }
7268 return ret;
7269#else /* NL80211_SUPPORT */
7270 sigma_dut_print(dut, DUT_MSG_ERROR,
7271 "tx beamformee cannot be changed without NL80211_SUPPORT defined");
7272 return -1;
7273#endif /* NL80211_SUPPORT */
7274}
7275
7276
Arif Hussain9765f7d2018-07-03 08:28:26 -07007277static int sta_set_beamformee_sts(struct sigma_dut *dut, const char *intf,
7278 int val)
7279{
7280#ifdef NL80211_SUPPORT
7281 struct nl_msg *msg;
7282 int ret = 0;
7283 struct nlattr *params;
7284 int ifindex;
7285
7286 ifindex = if_nametoindex(intf);
7287 if (ifindex == 0) {
7288 sigma_dut_print(dut, DUT_MSG_ERROR,
7289 "%s: Index for interface %s failed, val:%d",
7290 __func__, intf, val);
7291 return -1;
7292 }
7293
7294 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7295 NL80211_CMD_VENDOR)) ||
7296 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7297 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7298 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7299 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7300 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7301 nla_put_u8(msg,
7302 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_BEAMFORMEE_NSTS,
7303 val)) {
7304 sigma_dut_print(dut, DUT_MSG_ERROR,
7305 "%s: err in adding vendor_cmd and vendor_data, val: %d",
7306 __func__, val);
7307 nlmsg_free(msg);
7308 return -1;
7309 }
7310 nla_nest_end(msg, params);
7311
7312 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7313 if (ret) {
7314 sigma_dut_print(dut, DUT_MSG_ERROR,
7315 "%s: err in send_and_recv_msgs, ret=%d, val=%d",
7316 __func__, ret, val);
7317 }
7318 return ret;
7319#else /* NL80211_SUPPORT */
7320 sigma_dut_print(dut, DUT_MSG_ERROR,
7321 "beamformee sts cannot be changed without NL80211_SUPPORT defined");
7322 return -1;
7323#endif /* NL80211_SUPPORT */
7324}
7325
7326
Arif Hussain68d23f52018-07-11 13:39:08 -07007327#ifdef NL80211_SUPPORT
Kiran Kumar Lokere55eb5582018-08-19 20:03:26 -07007328static int sta_set_mac_padding_duration(struct sigma_dut *dut, const char *intf,
7329 enum qca_wlan_he_mac_padding_dur val)
7330{
Arif Hussain68d23f52018-07-11 13:39:08 -07007331 struct nl_msg *msg;
7332 int ret = 0;
7333 struct nlattr *params;
7334 int ifindex;
7335
7336 ifindex = if_nametoindex(intf);
7337 if (ifindex == 0) {
7338 sigma_dut_print(dut, DUT_MSG_ERROR,
7339 "%s: Index for interface %s failed, val:%d",
7340 __func__, intf, val);
7341 return -1;
7342 }
7343
7344 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7345 NL80211_CMD_VENDOR)) ||
7346 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7347 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7348 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7349 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7350 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7351 nla_put_u8(msg,
7352 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_MAC_PADDING_DUR,
7353 val)) {
7354 sigma_dut_print(dut, DUT_MSG_ERROR,
7355 "%s: err in adding vendor_cmd and vendor_data, val: %d",
7356 __func__, val);
7357 nlmsg_free(msg);
7358 return -1;
7359 }
7360 nla_nest_end(msg, params);
7361
7362 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7363 if (ret) {
7364 sigma_dut_print(dut, DUT_MSG_ERROR,
7365 "%s: err in send_and_recv_msgs, ret=%d, val=%d",
7366 __func__, ret, val);
7367 }
7368 return ret;
Arif Hussain68d23f52018-07-11 13:39:08 -07007369}
Kiran Kumar Lokere55eb5582018-08-19 20:03:26 -07007370#endif /* NL80211_SUPPORT */
Arif Hussain68d23f52018-07-11 13:39:08 -07007371
7372
Kiran Kumar Lokere400d68f2018-08-29 18:45:11 -07007373static int sta_set_tx_su_ppdu_cfg(struct sigma_dut *dut, const char *intf,
7374 int val)
7375{
7376#ifdef NL80211_SUPPORT
7377 struct nl_msg *msg;
7378 int ret = 0;
7379 struct nlattr *params;
7380 int ifindex;
7381
7382 ifindex = if_nametoindex(intf);
7383 if (ifindex == 0) {
7384 sigma_dut_print(dut, DUT_MSG_ERROR,
7385 "%s: Index for interface %s failed, val:%d",
7386 __func__, intf, val);
7387 return -1;
7388 }
7389
7390 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7391 NL80211_CMD_VENDOR)) ||
7392 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7393 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7394 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7395 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7396 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7397 nla_put_u8(msg,
7398 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TX_SUPPDU,
7399 val)) {
7400 sigma_dut_print(dut, DUT_MSG_ERROR,
7401 "%s: err in adding vendor_cmd and vendor_data, val: %d",
7402 __func__, val);
7403 nlmsg_free(msg);
7404 return -1;
7405 }
7406 nla_nest_end(msg, params);
7407
7408 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7409 if (ret) {
7410 sigma_dut_print(dut, DUT_MSG_ERROR,
7411 "%s: err in send_and_recv_msgs, ret=%d, val=%d",
7412 __func__, ret, val);
7413 }
7414 return ret;
7415#else /* NL80211_SUPPORT */
7416 sigma_dut_print(dut, DUT_MSG_ERROR,
7417 "Tx SU PPDU cannot be set without NL80211_SUPPORT defined");
7418 return -1;
7419#endif /* NL80211_SUPPORT */
7420}
7421
7422
Kiran Kumar Lokere29c1bb02018-10-08 17:41:02 -07007423#ifdef NL80211_SUPPORT
7424static int sta_set_he_om_ctrl_reset(struct sigma_dut *dut, const char *intf)
7425{
7426 struct nl_msg *msg;
7427 int ret = 0;
7428 struct nlattr *params;
7429 int ifindex;
7430
7431 ifindex = if_nametoindex(intf);
7432 if (ifindex == 0) {
7433 sigma_dut_print(dut, DUT_MSG_ERROR,
7434 "%s: Index for interface %s failed",
7435 __func__, intf);
7436 return -1;
7437 }
7438
7439 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7440 NL80211_CMD_VENDOR)) ||
7441 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7442 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7443 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7444 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7445 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7446 nla_put_flag(msg,
7447 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_CLEAR_HE_OM_CTRL_CONFIG)) {
7448 sigma_dut_print(dut, DUT_MSG_ERROR,
7449 "%s: err in adding vendor_cmd and vendor_data",
7450 __func__);
7451 nlmsg_free(msg);
7452 return -1;
7453 }
7454 nla_nest_end(msg, params);
7455
7456 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7457 if (ret) {
7458 sigma_dut_print(dut, DUT_MSG_ERROR,
7459 "%s: err in send_and_recv_msgs, ret=%d",
7460 __func__, ret);
7461 }
7462 return ret;
7463}
7464#endif /* NL80211_SUPPORT */
7465
7466
Kiran Kumar Lokereb1012682018-08-08 17:48:32 -07007467static int sta_set_mu_edca_override(struct sigma_dut *dut, const char *intf,
7468 int val)
7469{
7470#ifdef NL80211_SUPPORT
7471 struct nl_msg *msg;
7472 int ret = 0;
7473 struct nlattr *params;
7474 int ifindex;
7475
7476 ifindex = if_nametoindex(intf);
7477 if (ifindex == 0) {
7478 sigma_dut_print(dut, DUT_MSG_ERROR,
7479 "%s: Index for interface %s failed, val:%d",
7480 __func__, intf, val);
7481 return -1;
7482 }
7483
7484 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7485 NL80211_CMD_VENDOR)) ||
7486 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7487 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7488 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7489 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7490 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7491 nla_put_u8(msg,
7492 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OVERRIDE_MU_EDCA,
7493 val)) {
7494 sigma_dut_print(dut, DUT_MSG_ERROR,
7495 "%s: err in adding vendor_cmd and vendor_data, val: %d",
7496 __func__, val);
7497 nlmsg_free(msg);
7498 return -1;
7499 }
7500 nla_nest_end(msg, params);
7501
7502 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7503 if (ret) {
7504 sigma_dut_print(dut, DUT_MSG_ERROR,
7505 "%s: err in send_and_recv_msgs, ret=%d, val=%d",
7506 __func__, ret, val);
7507 }
7508 return ret;
7509#else /* NL80211_SUPPORT */
7510 sigma_dut_print(dut, DUT_MSG_ERROR,
7511 "MU EDCA override cannot be changed without NL80211_SUPPORT defined");
7512 return -1;
7513#endif /* NL80211_SUPPORT */
7514}
7515
7516
Kiran Kumar Lokerede33e372018-08-29 16:26:24 -07007517static int sta_set_om_ctrl_supp(struct sigma_dut *dut, const char *intf,
7518 int val)
7519{
7520#ifdef NL80211_SUPPORT
7521 struct nl_msg *msg;
7522 int ret = 0;
7523 struct nlattr *params;
7524 int ifindex;
7525
7526 ifindex = if_nametoindex(intf);
7527 if (ifindex == 0) {
7528 sigma_dut_print(dut, DUT_MSG_ERROR,
7529 "%s: Index for interface %s failed, val:%d",
7530 __func__, intf, val);
7531 return -1;
7532 }
7533
7534 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7535 NL80211_CMD_VENDOR)) ||
7536 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7537 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7538 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7539 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7540 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7541 nla_put_u8(msg,
7542 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OM_CTRL_SUPP,
7543 val)) {
7544 sigma_dut_print(dut, DUT_MSG_ERROR,
7545 "%s: err in adding vendor_cmd and vendor_data, val: %d",
7546 __func__, val);
7547 nlmsg_free(msg);
7548 return -1;
7549 }
7550 nla_nest_end(msg, params);
7551
7552 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7553 if (ret) {
7554 sigma_dut_print(dut, DUT_MSG_ERROR,
7555 "%s: err in send_and_recv_msgs, ret=%d, val=%d",
7556 __func__, ret, val);
7557 }
7558 return ret;
7559#else /* NL80211_SUPPORT */
7560 sigma_dut_print(dut, DUT_MSG_ERROR,
7561 "HE OM ctrl cannot be changed without NL80211_SUPPORT defined");
7562 return -1;
7563#endif /* NL80211_SUPPORT */
7564}
7565
7566
Arif Hussain480d5f42019-03-12 14:40:42 -07007567static int sta_set_twt_req_support(struct sigma_dut *dut, const char *intf,
7568 int val)
7569{
7570#ifdef NL80211_SUPPORT
7571 struct nl_msg *msg;
7572 int ret;
7573 struct nlattr *params;
7574 int ifindex;
7575
7576 ifindex = if_nametoindex(intf);
7577 if (ifindex == 0) {
7578 sigma_dut_print(dut, DUT_MSG_ERROR,
7579 "%s: Index for interface %s failed, val:%d",
7580 __func__, intf, val);
7581 return -1;
7582 }
7583
7584 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
7585 NL80211_CMD_VENDOR)) ||
7586 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
7587 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
7588 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
7589 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
7590 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
7591 nla_put_u8(msg,
7592 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_TWT_REQ_SUPPORT,
7593 val)) {
7594 sigma_dut_print(dut, DUT_MSG_ERROR,
7595 "%s: err in adding vendor_cmd and vendor_data, val: %d",
7596 __func__, val);
7597 nlmsg_free(msg);
7598 return -1;
7599 }
7600 nla_nest_end(msg, params);
7601
7602 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
7603 if (ret) {
7604 sigma_dut_print(dut, DUT_MSG_ERROR,
7605 "%s: err in send_and_recv_msgs, ret=%d, val=%d",
7606 __func__, ret, val);
7607 }
7608 return ret;
7609#else /* NL80211_SUPPORT */
7610 sigma_dut_print(dut, DUT_MSG_ERROR,
7611 "TWT Request cannot be changed without NL80211_SUPPORT defined");
7612 return -1;
7613#endif /* NL80211_SUPPORT */
7614}
7615
7616
Amarnath Hullur Subramanyam58f2a6e2018-01-31 03:36:00 -08007617static void sta_reset_default_wcn(struct sigma_dut *dut, const char *intf,
7618 const char *type)
7619{
7620 char buf[60];
7621
7622 if (dut->program == PROGRAM_HE) {
7623 /* resetting phymode to auto in case of HE program */
Vinita S. Maloo13a5cf72020-05-22 14:45:06 +05307624 sta_set_phymode(dut, intf, "auto");
Amarnath Hullur Subramanyam58f2a6e2018-01-31 03:36:00 -08007625
Amarnath Hullur Subramanyam9cecb502018-04-25 13:26:30 -07007626 /* reset the rate to Auto rate */
7627 snprintf(buf, sizeof(buf), "iwpriv %s set_11ax_rate 0xff",
7628 intf);
7629 if (system(buf) != 0) {
7630 sigma_dut_print(dut, DUT_MSG_ERROR,
7631 "iwpriv %s set_11ax_rate 0xff failed",
7632 intf);
7633 }
7634
Kiran Kumar Lokere86cfe3a2018-06-01 11:55:15 -07007635 /* reset the LDPC setting */
7636 snprintf(buf, sizeof(buf), "iwpriv %s ldpc 1", intf);
7637 if (system(buf) != 0) {
7638 sigma_dut_print(dut, DUT_MSG_ERROR,
7639 "iwpriv %s ldpc 1 failed", intf);
7640 }
7641
Kiran Kumar Lokered6149ff2018-12-05 20:20:41 -08007642 /* reset the power save setting */
Vinita S. Malooa8b62722020-04-23 01:45:41 +05307643 set_power_save_wcn(dut, intf, 2);
Kiran Kumar Lokered6149ff2018-12-05 20:20:41 -08007644
Amarnath Hullur Subramanyam58f2a6e2018-01-31 03:36:00 -08007645 /* remove all network profiles */
7646 remove_wpa_networks(intf);
Amarnath Hullur Subramanyam2538acc2018-02-02 16:15:25 -08007647
Amarnath Hullur Subramanyam13215de2018-02-27 14:12:55 -08007648 /* Configure ADDBA Req/Rsp buffer size to be 64 */
7649 sta_set_addba_buf_size(dut, intf, 64);
7650
Amarnath Hullur Subramanyam5f32d572018-03-02 00:02:33 -08007651#ifdef NL80211_SUPPORT
Kiran Kumar Lokere765bdd82019-02-24 22:14:43 -08007652 /* Reset the device HE capabilities to its default supported
7653 * configuration. */
7654 sta_set_he_testbed_def(dut, intf, 0);
7655
Amarnath Hullur Subramanyam5f32d572018-03-02 00:02:33 -08007656 /* Disable noackpolicy for all AC */
7657 if (nlvendor_sta_set_noack(dut, intf, 0, QCA_WLAN_AC_ALL)) {
7658 sigma_dut_print(dut, DUT_MSG_ERROR,
7659 "Disable of noackpolicy for all AC failed");
7660 }
7661#endif /* NL80211_SUPPORT */
7662
Amarnath Hullur Subramanyamb1724a52018-03-07 14:31:46 -08007663 /* Enable WMM by default */
7664 if (wcn_sta_set_wmm(dut, intf, "on")) {
7665 sigma_dut_print(dut, DUT_MSG_ERROR,
7666 "Enable of WMM in sta_reset_default_wcn failed");
7667 }
7668
7669 /* Disable ADDBA_REJECT by default */
7670 if (nlvendor_sta_set_addba_reject(dut, intf, 0)) {
7671 sigma_dut_print(dut, DUT_MSG_ERROR,
7672 "Disable of addba_reject in sta_reset_default_wcn failed");
7673 }
7674
Amarnath Hullur Subramanyam1f65a672018-03-07 14:50:29 -08007675 /* Enable sending of ADDBA by default */
7676 if (nlvendor_config_send_addba(dut, intf, 1)) {
7677 sigma_dut_print(dut, DUT_MSG_ERROR,
7678 "Enable sending of ADDBA in sta_reset_default_wcn failed");
7679 }
7680
Amarnath Hullur Subramanyam63c590a2018-03-07 15:26:21 -08007681 /* Enable AMPDU by default */
7682 iwpriv_sta_set_ampdu(dut, intf, 1);
7683
Subhani Shaik8e7a3052018-04-24 14:03:00 -07007684#ifdef NL80211_SUPPORT
Kiran Kumar Lokere26c0f862020-01-22 11:15:59 -08007685 if (wcn_set_he_ltf(dut, intf, QCA_WLAN_HE_LTF_AUTO)) {
Subhani Shaik8e7a3052018-04-24 14:03:00 -07007686 sigma_dut_print(dut, DUT_MSG_ERROR,
7687 "Set LTF config to default in sta_reset_default_wcn failed");
7688 }
Arif Hussain9765f7d2018-07-03 08:28:26 -07007689
Kiran Kumar Lokerebad51122018-12-12 19:03:36 -08007690 /* set the beamformee NSTS(maximum number of
7691 * space-time streams) to default DUT config
7692 */
7693 if (sta_set_beamformee_sts(dut, intf, 7)) {
Arif Hussain9765f7d2018-07-03 08:28:26 -07007694 sigma_dut_print(dut, DUT_MSG_ERROR,
7695 "Failed to set BeamformeeSTS");
7696 }
Arif Hussain68d23f52018-07-11 13:39:08 -07007697
Kiran Kumar Lokere55eb5582018-08-19 20:03:26 -07007698 if (sta_set_mac_padding_duration(
7699 dut, intf,
7700 QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME)) {
Arif Hussain68d23f52018-07-11 13:39:08 -07007701 sigma_dut_print(dut, DUT_MSG_ERROR,
7702 "Failed to set MAC padding duration");
7703 }
Kiran Kumar Lokereb1012682018-08-08 17:48:32 -07007704
7705 if (sta_set_mu_edca_override(dut, intf, 0)) {
7706 sigma_dut_print(dut, DUT_MSG_ERROR,
7707 "ErrorCode,Failed to set MU EDCA override disable");
7708 }
Kiran Kumar Lokerede33e372018-08-29 16:26:24 -07007709
7710 if (sta_set_om_ctrl_supp(dut, intf, 1)) {
7711 sigma_dut_print(dut, DUT_MSG_ERROR,
7712 "Failed to set OM ctrl supp");
7713 }
Kiran Kumar Lokere400d68f2018-08-29 18:45:11 -07007714
7715 if (sta_set_tx_su_ppdu_cfg(dut, intf, 1)) {
7716 sigma_dut_print(dut, DUT_MSG_ERROR,
7717 "Failed to set Tx SU PPDU enable");
7718 }
Kiran Kumar Lokere29c1bb02018-10-08 17:41:02 -07007719
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -07007720 if (sta_set_action_tx_in_he_tb_ppdu(dut, intf, 0)) {
7721 sigma_dut_print(dut, DUT_MSG_ERROR,
7722 "failed to send TB PPDU Tx cfg");
7723 }
7724
Kiran Kumar Lokere29c1bb02018-10-08 17:41:02 -07007725 if (sta_set_he_om_ctrl_reset(dut, intf)) {
7726 sigma_dut_print(dut, DUT_MSG_ERROR,
7727 "Failed to set OM ctrl reset");
7728 }
Kiran Kumar Lokeree5ed4422018-12-18 18:25:02 -08007729
7730 /* +HTC-HE support default on */
7731 if (sta_set_he_htc_supp(dut, intf, 1)) {
7732 sigma_dut_print(dut, DUT_MSG_ERROR,
7733 "Setting of +HTC-HE support failed");
7734 }
Subhani Shaik8e7a3052018-04-24 14:03:00 -07007735#endif /* NL80211_SUPPORT */
7736
Arif Hussain8d5b27b2018-05-14 14:31:03 -07007737 if (sta_set_tx_beamformee(dut, intf, 1)) {
7738 sigma_dut_print(dut, DUT_MSG_ERROR,
7739 "Set tx beamformee enable by default in sta_reset_default_wcn failed");
7740 }
7741
Kiran Kumar Lokereb55ff442020-07-15 00:20:40 -07007742 wpa_command(intf, "SET oce 1");
7743
Amarnath Hullur Subramanyam2538acc2018-02-02 16:15:25 -08007744 /* Set nss to 1 and MCS 0-7 in case of testbed */
7745 if (type && strcasecmp(type, "Testbed") == 0) {
7746#ifdef NL80211_SUPPORT
7747 int ret;
7748#endif /* NL80211_SUPPORT */
7749
Kiran Kumar Lokereb55ff442020-07-15 00:20:40 -07007750 wpa_command(intf, "SET oce 0");
7751
Amarnath Hullur Subramanyam2538acc2018-02-02 16:15:25 -08007752 snprintf(buf, sizeof(buf), "iwpriv %s nss 1", intf);
7753 if (system(buf) != 0) {
7754 sigma_dut_print(dut, DUT_MSG_ERROR,
7755 "iwpriv %s nss failed", intf);
7756 }
7757
7758#ifdef NL80211_SUPPORT
7759 ret = sta_set_he_mcs(dut, intf, HE_80_MCS0_7);
7760 if (ret) {
7761 sigma_dut_print(dut, DUT_MSG_ERROR,
7762 "Setting of MCS failed, ret:%d",
7763 ret);
7764 }
7765#endif /* NL80211_SUPPORT */
Amarnath Hullur Subramanyamc67621d2018-02-04 23:18:01 -08007766
7767 /* Disable STBC as default */
7768 wcn_sta_set_stbc(dut, intf, "0");
Amarnath Hullur Subramanyamd5bb5732018-02-22 15:50:38 -08007769
7770 /* Disable AMSDU as default */
7771 iwpriv_sta_set_amsdu(dut, intf, "0");
Amarnath Hullur Subramanyam474a17d2018-02-22 18:45:54 -08007772
7773#ifdef NL80211_SUPPORT
7774 /* HE fragmentation default off */
7775 if (sta_set_he_fragmentation(dut, intf,
7776 HE_FRAG_DISABLE)) {
7777 sigma_dut_print(dut, DUT_MSG_ERROR,
7778 "Setting of HE fragmentation failed");
7779 }
Kiran Kumar Lokerebad51122018-12-12 19:03:36 -08007780
7781 /* set the beamformee NSTS(maximum number of
7782 * space-time streams) to default testbed config
7783 */
7784 if (sta_set_beamformee_sts(dut, intf, 3)) {
7785 sigma_dut_print(dut, DUT_MSG_ERROR,
7786 "Failed to set BeamformeeSTS");
7787 }
7788
Kiran Kumar Lokeree5ed4422018-12-18 18:25:02 -08007789 /* +HTC-HE support default off */
7790 if (sta_set_he_htc_supp(dut, intf, 0)) {
7791 sigma_dut_print(dut, DUT_MSG_ERROR,
7792 "Setting of +HTC-HE support failed");
7793 }
Kiran Kumar Lokere765bdd82019-02-24 22:14:43 -08007794
7795 /* Set device HE capabilities to testbed default
7796 * configuration. */
7797 if (sta_set_he_testbed_def(dut, intf, 1)) {
7798 sigma_dut_print(dut, DUT_MSG_DEBUG,
7799 "Failed to set HE defaults");
7800 }
Kiran Kumar Lokere642f7ce2019-02-25 18:28:10 -08007801
7802 /* Disable VHT support in 2.4 GHz for testbed */
7803 sta_set_2g_vht_supp(dut, intf, 0);
Amarnath Hullur Subramanyam474a17d2018-02-22 18:45:54 -08007804#endif /* NL80211_SUPPORT */
Amarnath Hullur Subramanyam4622a212018-02-23 12:12:14 -08007805
7806 /* Enable WEP/TKIP with HE capability in testbed */
7807 if (sta_set_heconfig_and_wep_tkip(dut, intf, 1)) {
7808 sigma_dut_print(dut, DUT_MSG_ERROR,
7809 "Enabling HE config with WEP/TKIP failed");
7810 }
Amarnath Hullur Subramanyam2538acc2018-02-02 16:15:25 -08007811 }
Amarnath Hullur Subramanyam0acce2c2018-03-06 06:05:17 -08007812
7813 /* Defaults in case of DUT */
7814 if (type && strcasecmp(type, "DUT") == 0) {
Arif Hussaind48fcc72018-05-01 18:34:18 -07007815 /* Enable STBC by default */
7816 wcn_sta_set_stbc(dut, intf, "1");
7817
Amarnath Hullur Subramanyam0acce2c2018-03-06 06:05:17 -08007818 /* set nss to 2 */
7819 snprintf(buf, sizeof(buf), "iwpriv %s nss 2", intf);
7820 if (system(buf) != 0) {
7821 sigma_dut_print(dut, DUT_MSG_ERROR,
7822 "iwpriv %s nss 2 failed", intf);
7823 }
Arif Hussainac6c5112018-05-25 17:34:00 -07007824 dut->sta_nss = 2;
Amarnath Hullur Subramanyam0acce2c2018-03-06 06:05:17 -08007825
7826#ifdef NL80211_SUPPORT
Arif Hussainae239842018-05-01 18:20:05 -07007827 /* Set HE_MCS to 0-11 */
7828 if (sta_set_he_mcs(dut, intf, HE_80_MCS0_11)) {
Amarnath Hullur Subramanyam0acce2c2018-03-06 06:05:17 -08007829 sigma_dut_print(dut, DUT_MSG_ERROR,
7830 "Setting of MCS failed");
7831 }
7832#endif /* NL80211_SUPPORT */
7833
7834 /* Disable WEP/TKIP with HE capability in DUT */
7835 if (sta_set_heconfig_and_wep_tkip(dut, intf, 0)) {
7836 sigma_dut_print(dut, DUT_MSG_ERROR,
7837 "Enabling HE config with WEP/TKIP failed");
7838 }
7839 }
Amarnath Hullur Subramanyam58f2a6e2018-01-31 03:36:00 -08007840 }
7841}
7842
7843
Jouni Malinenf7222712019-06-13 01:50:21 +03007844static enum sigma_cmd_result cmd_sta_reset_default(struct sigma_dut *dut,
7845 struct sigma_conn *conn,
7846 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007847{
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007848 const char *intf = get_param(cmd, "Interface");
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02007849 const char *band = get_param(cmd, "band");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007850 const char *type;
Amarnath Hullur Subramanyam9c381f52017-03-17 00:04:41 -07007851 const char *program = get_param(cmd, "program");
Ankita Bajaj0d5825b2017-10-25 16:20:17 +05307852 const char *dev_role = get_param(cmd, "DevRole");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007853
Jouni Malinenb21f0542019-11-04 17:53:38 +02007854 if (dut->station_ifname_2g &&
7855 strcmp(dut->station_ifname_2g, intf) == 0)
7856 dut->use_5g = 0;
7857 else if (dut->station_ifname_5g &&
7858 strcmp(dut->station_ifname_5g, intf) == 0)
7859 dut->use_5g = 1;
7860
Amarnath Hullur Subramanyam9c381f52017-03-17 00:04:41 -07007861 if (!program)
7862 program = get_param(cmd, "prog");
7863 dut->program = sigma_program_to_enum(program);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007864 dut->device_type = STA_unknown;
7865 type = get_param(cmd, "type");
7866 if (type && strcasecmp(type, "Testbed") == 0)
7867 dut->device_type = STA_testbed;
7868 if (type && strcasecmp(type, "DUT") == 0)
7869 dut->device_type = STA_dut;
7870
7871 if (dut->program == PROGRAM_TDLS) {
7872 /* Clear TDLS testing mode */
7873 wpa_command(intf, "SET tdls_disabled 0");
7874 wpa_command(intf, "SET tdls_testing 0");
7875 dut->no_tpk_expiration = 0;
Jouni Malinen016ae6c2019-11-04 17:00:01 +02007876 if (get_driver_type(dut) == DRIVER_WCN) {
Pradeep Reddy POTTETI8ce2a232016-10-28 12:17:32 +05307877 /* Enable the WCN driver in TDLS Explicit trigger mode
7878 */
7879 wpa_command(intf, "SET tdls_external_control 0");
7880 wpa_command(intf, "SET tdls_trigger_control 0");
7881 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007882 }
7883
Amarnath Hullur Subramanyam9c381f52017-03-17 00:04:41 -07007884#ifdef MIRACAST
7885 if (dut->program == PROGRAM_WFD ||
7886 dut->program == PROGRAM_DISPLAYR2)
7887 miracast_sta_reset_default(dut, conn, cmd);
7888#endif /* MIRACAST */
7889
Jouni Malinen016ae6c2019-11-04 17:00:01 +02007890 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007891 case DRIVER_ATHEROS:
7892 sta_reset_default_ath(dut, intf, type);
7893 break;
Amarnath Hullur Subramanyam58f2a6e2018-01-31 03:36:00 -08007894 case DRIVER_WCN:
7895 sta_reset_default_wcn(dut, intf, type);
7896 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007897 default:
7898 break;
7899 }
7900
7901#ifdef ANDROID_NAN
7902 if (dut->program == PROGRAM_NAN)
7903 nan_cmd_sta_reset_default(dut, conn, cmd);
7904#endif /* ANDROID_NAN */
7905
Vinay Gannevaram3b9fdd32019-06-14 17:55:44 +05307906 if (dut->program == PROGRAM_LOC &&
7907 lowi_cmd_sta_reset_default(dut, conn, cmd) < 0)
7908 return ERROR_SEND_STATUS;
7909
Jouni Malinenba630452018-06-22 11:49:59 +03007910 if (dut->program == PROGRAM_HS2_R2 || dut->program == PROGRAM_HS2_R3) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007911 unlink("SP/wi-fi.org/pps.xml");
7912 if (system("rm -r SP/*") != 0) {
7913 }
7914 unlink("next-client-cert.pem");
7915 unlink("next-client-key.pem");
7916 }
7917
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02007918 /* For WPS program of the 60 GHz band the band type needs to be saved */
7919 if (dut->program == PROGRAM_WPS) {
7920 if (band && strcasecmp(band, "60GHz") == 0) {
7921 dut->band = WPS_BAND_60G;
Alexei Avshalom Lazareee9ab02018-12-24 16:27:48 +02007922 /* For 60 GHz enable WPS for WPS TCs */
7923 dut->wps_disable = 0;
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02007924 } else {
7925 dut->band = WPS_BAND_NON_60G;
7926 }
Alexei Avshalom Lazareee9ab02018-12-24 16:27:48 +02007927 } else if (dut->program == PROGRAM_60GHZ) {
7928 /* For 60 GHz MAC/PHY TCs WPS must be disabled */
7929 dut->wps_disable = 1;
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02007930 }
7931
Alexei Avshalom Lazar157ba062018-12-23 16:15:26 +02007932 if (is_60g_sigma_dut(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007933 const char *dev_role = get_param(cmd, "DevRole");
Alexei Avshalom Lazarc2a5bb12018-12-23 16:12:06 +02007934 char buf[256];
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007935
Alexei Avshalom Lazareee9ab02018-12-24 16:27:48 +02007936 sigma_dut_print(dut, DUT_MSG_INFO,
7937 "WPS 60 GHz program, wps_disable = %d",
7938 dut->wps_disable);
7939
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007940 if (!dev_role) {
7941 send_resp(dut, conn, SIGMA_ERROR,
7942 "errorCode,Missing DevRole argument");
7943 return 0;
7944 }
7945
7946 if (strcasecmp(dev_role, "STA") == 0)
7947 dut->dev_role = DEVROLE_STA;
7948 else if (strcasecmp(dev_role, "PCP") == 0)
7949 dut->dev_role = DEVROLE_PCP;
7950 else {
7951 send_resp(dut, conn, SIGMA_ERROR,
7952 "errorCode,Unknown DevRole");
7953 return 0;
7954 }
7955
7956 if (dut->device_type == STA_unknown) {
7957 sigma_dut_print(dut, DUT_MSG_ERROR,
7958 "Device type is not STA testbed or DUT");
7959 send_resp(dut, conn, SIGMA_ERROR,
7960 "errorCode,Unknown device type");
7961 return 0;
7962 }
Alexei Avshalom Lazarc2a5bb12018-12-23 16:12:06 +02007963
7964 sigma_dut_print(dut, DUT_MSG_DEBUG,
7965 "Setting msdu_size to MAX: 7912");
7966 snprintf(buf, sizeof(buf), "ifconfig %s mtu 7912",
Jouni Malinen016ae6c2019-11-04 17:00:01 +02007967 get_station_ifname(dut));
Alexei Avshalom Lazarc2a5bb12018-12-23 16:12:06 +02007968
7969 if (system(buf) != 0) {
7970 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to set %s",
7971 buf);
Jouni Malinen0e29cf22019-02-19 01:13:21 +02007972 return ERROR_SEND_STATUS;
Alexei Avshalom Lazarc2a5bb12018-12-23 16:12:06 +02007973 }
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +02007974
7975 if (sta_set_force_mcs(dut, 0, 1)) {
7976 sigma_dut_print(dut, DUT_MSG_ERROR,
7977 "Failed to reset force MCS");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02007978 return ERROR_SEND_STATUS;
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +02007979 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007980 }
7981
7982 wpa_command(intf, "WPS_ER_STOP");
7983 wpa_command(intf, "FLUSH");
vamsi krishnaf39bc1e2017-08-23 17:37:53 +05307984 wpa_command(intf, "ERP_FLUSH");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02007985 wpa_command(intf, "SET radio_disabled 0");
7986
Alexei Avshalom Lazar744ae8a2019-01-31 17:26:46 +02007987 dut->wps_forced_version = 0;
7988
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02007989 if (dut->wsc_fragment) {
7990 dut->wsc_fragment = 0;
7991 wpa_command(intf, "SET device_name Test client");
7992 wpa_command(intf, "SET manufacturer ");
7993 wpa_command(intf, "SET model_name ");
7994 wpa_command(intf, "SET model_number ");
7995 wpa_command(intf, "SET serial_number ");
7996 }
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +02007997 if (is_60g_sigma_dut(dut) && dut->force_rsn_ie) {
7998 dut->force_rsn_ie = FORCE_RSN_IE_NONE;
7999 sta_60g_force_rsn_ie(dut, FORCE_RSN_IE_NONE);
8000 }
Alexei Avshalom Lazar33f700c2018-12-18 16:00:39 +02008001
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008002 if (dut->tmp_mac_addr && dut->set_macaddr) {
8003 dut->tmp_mac_addr = 0;
8004 if (system(dut->set_macaddr) != 0) {
8005 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to clear "
8006 "temporary MAC address");
8007 }
8008 }
8009
8010 set_ps(intf, dut, 0);
8011
Jouni Malinenba630452018-06-22 11:49:59 +03008012 if (dut->program == PROGRAM_HS2 || dut->program == PROGRAM_HS2_R2 ||
8013 dut->program == PROGRAM_HS2_R3) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008014 wpa_command(intf, "SET interworking 1");
8015 wpa_command(intf, "SET hs20 1");
8016 }
8017
Deepak Dhamdhere0fe0e452017-12-18 14:52:09 -08008018 if (dut->program == PROGRAM_HS2_R2 ||
Jouni Malinenba630452018-06-22 11:49:59 +03008019 dut->program == PROGRAM_HS2_R3 ||
Deepak Dhamdhere0fe0e452017-12-18 14:52:09 -08008020 dut->program == PROGRAM_OCE) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008021 wpa_command(intf, "SET pmf 1");
8022 } else {
8023 wpa_command(intf, "SET pmf 0");
8024 }
8025
8026 hs2_clear_credentials(intf);
8027 wpa_command(intf, "SET hessid 00:00:00:00:00:00");
8028 wpa_command(intf, "SET access_network_type 15");
8029
8030 static_ip_file(0, NULL, NULL, NULL);
8031 kill_dhcp_client(dut, intf);
8032 clear_ip_addr(dut, intf);
8033
8034 dut->er_oper_performed = 0;
8035 dut->er_oper_bssid[0] = '\0';
8036
priyadharshini gowthamanad6cbba2016-10-04 10:39:58 -07008037 if (dut->program == PROGRAM_LOC) {
8038 /* Disable Interworking by default */
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008039 wpa_command(get_station_ifname(dut), "SET interworking 0");
priyadharshini gowthamanad6cbba2016-10-04 10:39:58 -07008040 }
8041
Kiran Kumar Lokeredd086642020-06-04 00:29:26 -07008042 if (dut->program == PROGRAM_MBO || dut->program == PROGRAM_HE) {
Ashwini Patil00402582017-04-13 12:29:39 +05308043 free(dut->non_pref_ch_list);
8044 dut->non_pref_ch_list = NULL;
Ashwini Patil5acd7382017-04-13 15:55:04 +05308045 free(dut->btm_query_cand_list);
8046 dut->btm_query_cand_list = NULL;
Ashwini Patilc63161e2017-04-13 16:30:23 +05308047 wpa_command(intf, "SET reject_btm_req_reason 0");
Ashwini Patila75de5a2017-04-13 16:35:05 +05308048 wpa_command(intf, "SET ignore_assoc_disallow 0");
Ashwini Patild174f2c2017-04-13 16:49:46 +05308049 wpa_command(intf, "SET gas_address3 0");
Ashwini Patil9183fdb2017-04-13 16:58:25 +05308050 wpa_command(intf, "SET roaming 1");
Ankita Bajaj1d974552018-09-18 16:56:44 +05308051 wpa_command(intf, "SET interworking 1");
Ashwini Patil00402582017-04-13 12:29:39 +05308052 }
8053
Jouni Malinen3c367e82017-06-23 17:01:47 +03008054 free(dut->rsne_override);
8055 dut->rsne_override = NULL;
8056
Jouni Malinen68143132017-09-02 02:34:08 +03008057 free(dut->sae_commit_override);
8058 dut->sae_commit_override = NULL;
Jouni Malinen4b3769d2019-10-10 16:20:29 +03008059 wpa_command(intf, "SET sae_pmkid_in_assoc 0");
Jouni Malinen11e55212019-11-22 21:46:59 +02008060 dut->sae_pwe = SAE_PWE_DEFAULT;
Jouni Malinen68143132017-09-02 02:34:08 +03008061
Jouni Malinen134fe3c2019-06-12 04:16:49 +03008062 dut->sta_associate_wait_connect = 0;
8063 dut->server_cert_hash[0] = '\0';
Jouni Malinen37d5c692019-08-19 16:56:55 +03008064 dut->server_cert_tod = 0;
Jouni Malinen134fe3c2019-06-12 04:16:49 +03008065 dut->sta_tod_policy = 0;
8066
Jouni Malinend86e5822017-08-29 03:55:32 +03008067 dut->dpp_conf_id = -1;
Jouni Malinenb1dd21f2017-11-13 19:14:29 +02008068 free(dut->dpp_peer_uri);
8069 dut->dpp_peer_uri = NULL;
Jouni Malinen63d50412017-11-24 11:55:38 +02008070 dut->dpp_local_bootstrap = -1;
Jouni Malinen5011fb52017-12-05 21:00:15 +02008071 wpa_command(intf, "SET dpp_config_processing 2");
Jouni Malinen90776b12020-05-04 15:34:46 +03008072 wpa_command(intf, "SET dpp_mud_url ");
Jouni Malinend86e5822017-08-29 03:55:32 +03008073
Jouni Malinenfac9cad2017-10-10 18:35:55 +03008074 wpa_command(intf, "VENDOR_ELEM_REMOVE 13 *");
8075
vamsi krishnaa2799492017-12-05 14:28:01 +05308076 if (dut->program == PROGRAM_OCE) {
Ankita Bajaja2cb5672017-10-25 16:08:28 +05308077 wpa_command(intf, "SET oce 1");
vamsi krishnaa2799492017-12-05 14:28:01 +05308078 wpa_command(intf, "SET disable_fils 0");
Ankita Bajaj1bde7942018-01-09 19:15:01 +05308079 wpa_command(intf, "FILS_HLP_REQ_FLUSH");
8080 dut->fils_hlp = 0;
8081#ifdef ANDROID
8082 hlp_thread_cleanup(dut);
8083#endif /* ANDROID */
vamsi krishnaa2799492017-12-05 14:28:01 +05308084 }
Ankita Bajaja2cb5672017-10-25 16:08:28 +05308085
Vamsi Krishnaf642d6a2020-03-27 12:33:14 +05308086 if (dut->program == PROGRAM_QM)
8087 wpa_command(intf, "SET interworking 1");
8088
Jouni Malinen8179fee2019-03-28 03:19:47 +02008089 dut->akm_values = 0;
Jouni Malinen6a7c9b42019-08-20 00:15:59 +03008090 dut->sta_ft_ds = 0;
Jouni Malinen8179fee2019-03-28 03:19:47 +02008091
Sunil Dutt076081f2018-02-05 19:45:50 +05308092#ifdef NL80211_SUPPORT
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008093 if (get_driver_type(dut) == DRIVER_WCN &&
Sunil Dutt44595082018-02-12 19:41:45 +05308094 dut->config_rsnie == 1) {
8095 dut->config_rsnie = 0;
8096 sta_config_rsnie(dut, 0);
Sunil Dutt076081f2018-02-05 19:45:50 +05308097 }
8098#endif /* NL80211_SUPPORT */
8099
Sunil Duttfebf8a82018-02-09 18:50:13 +05308100 if (dev_role && strcasecmp(dev_role, "STA-CFON") == 0) {
8101 dut->dev_role = DEVROLE_STA_CFON;
8102 return sta_cfon_reset_default(dut, conn, cmd);
8103 }
8104
Jouni Malinen439352d2018-09-13 03:42:23 +03008105 wpa_command(intf, "SET setband AUTO");
8106
Vamsi Krishnac1633d22020-05-06 18:31:21 +05308107 dut->ocvc = 0;
Jouni Malinen67433fc2020-06-26 22:50:33 +03008108 dut->client_privacy = 0;
Veerendranath Jakkam54ddc352020-07-05 15:47:54 +05308109 dut->saquery_oci_freq = 0;
Vamsi Krishnac1633d22020-05-06 18:31:21 +05308110
Sunil Duttfebf8a82018-02-09 18:50:13 +05308111 if (dut->program != PROGRAM_VHT)
8112 return cmd_sta_p2p_reset(dut, conn, cmd);
8113
Priyadharshini Gowthamana7dfd492015-11-09 14:34:08 -08008114 return 1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008115}
8116
8117
Jouni Malinenf7222712019-06-13 01:50:21 +03008118static enum sigma_cmd_result cmd_sta_get_events(struct sigma_dut *dut,
8119 struct sigma_conn *conn,
8120 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008121{
8122 const char *program = get_param(cmd, "Program");
8123
8124 if (program == NULL)
8125 return -1;
8126#ifdef ANDROID_NAN
8127 if (strcasecmp(program, "NAN") == 0)
8128 return nan_cmd_sta_get_events(dut, conn, cmd);
8129#endif /* ANDROID_NAN */
8130 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Unsupported parameter");
8131 return 0;
8132}
8133
8134
Jouni Malinen82905202018-04-29 17:20:10 +03008135static int sta_exec_action_url(struct sigma_dut *dut, struct sigma_conn *conn,
8136 struct sigma_cmd *cmd)
8137{
8138 const char *url = get_param(cmd, "url");
8139 const char *method = get_param(cmd, "method");
8140 pid_t pid;
8141 int status;
8142
8143 if (!url || !method)
8144 return -1;
8145
8146 /* TODO: Add support for method,post */
8147 if (strcasecmp(method, "get") != 0) {
8148 send_resp(dut, conn, SIGMA_ERROR,
8149 "ErrorCode,Unsupported method");
8150 return 0;
8151 }
8152
8153 pid = fork();
8154 if (pid < 0) {
8155 perror("fork");
8156 return -1;
8157 }
8158
8159 if (pid == 0) {
8160 char * argv[5] = { "wget", "-O", "/dev/null",
8161 (char *) url, NULL };
8162
8163 execv("/usr/bin/wget", argv);
8164 perror("execv");
8165 exit(0);
8166 return -1;
8167 }
8168
8169 if (waitpid(pid, &status, 0) < 0) {
8170 perror("waitpid");
8171 return -1;
8172 }
8173
8174 if (WIFEXITED(status)) {
8175 const char *errmsg;
8176
8177 if (WEXITSTATUS(status) == 0)
8178 return 1;
8179 sigma_dut_print(dut, DUT_MSG_INFO, "wget exit status %d",
8180 WEXITSTATUS(status));
8181 switch (WEXITSTATUS(status)) {
8182 case 4:
8183 errmsg = "errmsg,Network failure";
8184 break;
8185 case 8:
8186 errmsg = "errmsg,Server issued an error response";
8187 break;
8188 default:
8189 errmsg = "errmsg,Unknown failure from wget";
8190 break;
8191 }
8192 send_resp(dut, conn, SIGMA_ERROR, errmsg);
8193 return 0;
8194 }
8195
8196 send_resp(dut, conn, SIGMA_ERROR, "errmsg,Unknown failure");
8197 return 0;
8198}
8199
8200
Jouni Malinenf7222712019-06-13 01:50:21 +03008201static enum sigma_cmd_result cmd_sta_exec_action(struct sigma_dut *dut,
8202 struct sigma_conn *conn,
8203 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008204{
8205 const char *program = get_param(cmd, "Prog");
8206
Jouni Malinen82905202018-04-29 17:20:10 +03008207 if (program && !get_param(cmd, "interface"))
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008208 return -1;
8209#ifdef ANDROID_NAN
Jouni Malinen82905202018-04-29 17:20:10 +03008210 if (program && strcasecmp(program, "NAN") == 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008211 return nan_cmd_sta_exec_action(dut, conn, cmd);
8212#endif /* ANDROID_NAN */
Jouni Malinen82905202018-04-29 17:20:10 +03008213
8214 if (program && strcasecmp(program, "Loc") == 0)
priyadharshini gowthamand66913a2016-07-29 15:11:17 -07008215 return loc_cmd_sta_exec_action(dut, conn, cmd);
Jouni Malinen82905202018-04-29 17:20:10 +03008216
8217 if (get_param(cmd, "url"))
8218 return sta_exec_action_url(dut, conn, cmd);
8219
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008220 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Unsupported parameter");
8221 return 0;
8222}
8223
8224
Jouni Malinenf7222712019-06-13 01:50:21 +03008225static enum sigma_cmd_result cmd_sta_set_11n(struct sigma_dut *dut,
8226 struct sigma_conn *conn,
8227 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008228{
8229 const char *intf = get_param(cmd, "Interface");
8230 const char *val, *mcs32, *rate;
8231
8232 val = get_param(cmd, "GREENFIELD");
8233 if (val) {
8234 if (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0) {
8235 /* Enable GD */
8236 send_resp(dut, conn, SIGMA_ERROR,
8237 "ErrorCode,GF not supported");
8238 return 0;
8239 }
8240 }
8241
8242 val = get_param(cmd, "SGI20");
8243 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008244 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008245 case DRIVER_ATHEROS:
8246 ath_sta_set_sgi(dut, intf, val);
8247 break;
8248 default:
8249 send_resp(dut, conn, SIGMA_ERROR,
8250 "ErrorCode,SGI20 not supported");
8251 return 0;
8252 }
8253 }
8254
8255 mcs32 = get_param(cmd, "MCS32"); /* HT Duplicate Mode Enable/Disable */
8256 rate = get_param(cmd, "MCS_FIXEDRATE"); /* Fixed MCS rate (0..31) */
8257 if (mcs32 && rate) {
8258 /* TODO */
8259 send_resp(dut, conn, SIGMA_ERROR,
8260 "ErrorCode,MCS32,MCS_FIXEDRATE not supported");
8261 return 0;
8262 } else if (mcs32 && !rate) {
8263 /* TODO */
8264 send_resp(dut, conn, SIGMA_ERROR,
8265 "ErrorCode,MCS32 not supported");
8266 return 0;
8267 } else if (!mcs32 && rate) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008268 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008269 case DRIVER_ATHEROS:
Priyadharshini Gowthaman8c5b9a42019-07-31 14:38:48 -07008270 novap_reset(dut, intf, 1);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008271 ath_sta_set_11nrates(dut, intf, rate);
8272 break;
8273 default:
8274 send_resp(dut, conn, SIGMA_ERROR,
8275 "ErrorCode,MCS32_FIXEDRATE not supported");
8276 return 0;
8277 }
8278 }
8279
8280 return cmd_sta_set_wireless_common(intf, dut, conn, cmd);
8281}
8282
8283
Arif Hussain7b47d2d2018-05-09 10:44:02 -07008284static void cmd_set_max_he_mcs(struct sigma_dut *dut, const char *intf,
8285 int mcs_config)
8286{
8287#ifdef NL80211_SUPPORT
8288 int ret;
8289
8290 switch (mcs_config) {
8291 case HE_80_MCS0_7:
8292 case HE_80_MCS0_9:
8293 case HE_80_MCS0_11:
8294 ret = sta_set_he_mcs(dut, intf, mcs_config);
8295 if (ret) {
8296 sigma_dut_print(dut, DUT_MSG_ERROR,
8297 "cmd_set_max_he_mcs: Setting of MCS:%d failed, ret:%d",
8298 mcs_config, ret);
8299 }
8300 break;
8301 default:
8302 sigma_dut_print(dut, DUT_MSG_ERROR,
8303 "cmd_set_max_he_mcs: Invalid mcs %d",
8304 mcs_config);
8305 break;
8306 }
8307#else /* NL80211_SUPPORT */
8308 sigma_dut_print(dut, DUT_MSG_ERROR,
8309 "max HE MCS cannot be changed without NL80211_SUPPORT defined");
8310#endif /* NL80211_SUPPORT */
8311}
8312
8313
Kiran Kumar Lokerebd396102020-04-27 12:01:09 -07008314#define TWT_REQUEST_CMD 0
8315#define TWT_SUGGEST_CMD 1
8316#define TWT_DEMAND_CMD 2
8317
Arif Hussain480d5f42019-03-12 14:40:42 -07008318static int sta_twt_request(struct sigma_dut *dut, struct sigma_conn *conn,
8319 struct sigma_cmd *cmd)
8320{
8321#ifdef NL80211_SUPPORT
8322 struct nlattr *params;
8323 struct nlattr *attr;
8324 struct nlattr *attr1;
8325 struct nl_msg *msg;
8326 int ifindex, ret;
8327 const char *val;
8328 const char *intf = get_param(cmd, "Interface");
8329 int wake_interval_exp = 10, nominal_min_wake_dur = 255,
8330 wake_interval_mantissa = 512;
8331 int flow_type = 0, twt_trigger = 0, target_wake_time = 0,
Kiran Kumar Lokerebd396102020-04-27 12:01:09 -07008332 protection = 0, cmd_type = QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST;
Arif Hussain480d5f42019-03-12 14:40:42 -07008333
8334 ifindex = if_nametoindex(intf);
8335 if (ifindex == 0) {
8336 sigma_dut_print(dut, DUT_MSG_ERROR,
8337 "%s: Index for interface %s failed",
8338 __func__, intf);
8339 return -1;
8340 }
8341
8342 val = get_param(cmd, "FlowType");
8343 if (val) {
8344 flow_type = atoi(val);
8345 if (flow_type != 0 && flow_type != 1) {
8346 sigma_dut_print(dut, DUT_MSG_ERROR,
8347 "TWT: Invalid FlowType %d", flow_type);
8348 return -1;
8349 }
8350 }
8351
8352 val = get_param(cmd, "TWT_Trigger");
8353 if (val) {
8354 twt_trigger = atoi(val);
8355 if (twt_trigger != 0 && twt_trigger != 1) {
8356 sigma_dut_print(dut, DUT_MSG_ERROR,
8357 "TWT: Invalid TWT_Trigger %d",
8358 twt_trigger);
8359 return -1;
8360 }
8361 }
8362
8363 val = get_param(cmd, "Protection");
8364 if (val) {
8365 protection = atoi(val);
8366 if (protection != 0 && protection != 1) {
8367 sigma_dut_print(dut, DUT_MSG_ERROR,
8368 "TWT: Invalid Protection %d",
8369 protection);
8370 return -1;
8371 }
8372 }
8373
Kiran Kumar Lokerebd396102020-04-27 12:01:09 -07008374 val = get_param(cmd, "SetupCommand");
8375 if (val) {
8376 cmd_type = atoi(val);
8377 if (cmd_type == TWT_REQUEST_CMD)
8378 cmd_type = QCA_WLAN_VENDOR_TWT_SETUP_REQUEST;
8379 else if (cmd_type == TWT_SUGGEST_CMD)
8380 cmd_type = QCA_WLAN_VENDOR_TWT_SETUP_SUGGEST;
8381 else if (cmd_type == TWT_DEMAND_CMD)
8382 cmd_type = QCA_WLAN_VENDOR_TWT_SETUP_DEMAND;
8383 else
8384 sigma_dut_print(dut, DUT_MSG_ERROR,
8385 "Default suggest is used for cmd %d",
8386 cmd_type);
8387 }
8388
Arif Hussain480d5f42019-03-12 14:40:42 -07008389 val = get_param(cmd, "TargetWakeTime");
8390 if (val)
8391 target_wake_time = atoi(val);
8392
8393 val = get_param(cmd, "WakeIntervalMantissa");
8394 if (val)
8395 wake_interval_mantissa = atoi(val);
8396
8397 val = get_param(cmd, "WakeIntervalExp");
8398 if (val)
8399 wake_interval_exp = atoi(val);
8400
8401 val = get_param(cmd, "NominalMinWakeDur");
8402 if (val)
8403 nominal_min_wake_dur = atoi(val);
8404
8405 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
8406 NL80211_CMD_VENDOR)) ||
8407 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
8408 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
8409 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
8410 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
8411 !(attr = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
8412 !(params = nla_nest_start(
8413 msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_SETUP)) ||
8414 !(attr1 = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
8415 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_EXP,
8416 wake_interval_exp) ||
Kiran Kumar Lokerebd396102020-04-27 12:01:09 -07008417 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_REQ_TYPE, cmd_type) ||
Kiran Kumar Lokere2cffae52019-09-26 18:44:15 -07008418 (twt_trigger &&
8419 nla_put_flag(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER)) ||
Arif Hussain480d5f42019-03-12 14:40:42 -07008420 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE,
8421 flow_type) ||
Kiran Kumar Lokere2cffae52019-09-26 18:44:15 -07008422 (protection &&
8423 nla_put_flag(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_PROTECTION)) ||
Arif Hussain480d5f42019-03-12 14:40:42 -07008424 nla_put_u32(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_TIME,
8425 target_wake_time) ||
8426 nla_put_u32(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION,
8427 nominal_min_wake_dur) ||
8428 nla_put_u32(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_INTVL_MANTISSA,
8429 wake_interval_mantissa)) {
8430 sigma_dut_print(dut, DUT_MSG_ERROR,
8431 "%s: err in adding vendor_cmd and vendor_data",
8432 __func__);
8433 nlmsg_free(msg);
8434 return -1;
8435 }
8436 nla_nest_end(msg, attr1);
8437 nla_nest_end(msg, params);
8438 nla_nest_end(msg, attr);
8439
8440 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
8441 if (ret) {
8442 sigma_dut_print(dut, DUT_MSG_ERROR,
8443 "%s: err in send_and_recv_msgs, ret=%d",
8444 __func__, ret);
8445 }
8446
8447 return ret;
8448#else /* NL80211_SUPPORT */
8449 sigma_dut_print(dut, DUT_MSG_ERROR,
8450 "TWT request cannot be done without NL80211_SUPPORT defined");
8451 return -1;
8452#endif /* NL80211_SUPPORT */
8453}
8454
8455
8456static int sta_twt_teardown(struct sigma_dut *dut, struct sigma_conn *conn,
8457 struct sigma_cmd *cmd)
8458{
8459 #ifdef NL80211_SUPPORT
8460 struct nlattr *params;
8461 struct nlattr *attr;
8462 struct nlattr *attr1;
8463 int ifindex, ret;
8464 struct nl_msg *msg;
8465 const char *intf = get_param(cmd, "Interface");
8466
8467 ifindex = if_nametoindex(intf);
8468 if (ifindex == 0) {
8469 sigma_dut_print(dut, DUT_MSG_ERROR,
8470 "%s: Index for interface %s failed",
8471 __func__, intf);
8472 return -1;
8473 }
8474
8475 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
8476 NL80211_CMD_VENDOR)) ||
8477 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
8478 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
8479 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
8480 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
8481 !(attr = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
8482 !(params = nla_nest_start(
8483 msg,
8484 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_TWT_TERMINATE)) ||
8485 !(attr1 = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
8486 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE, 0)) {
8487 sigma_dut_print(dut, DUT_MSG_ERROR,
8488 "%s: err in adding vendor_cmd and vendor_data",
8489 __func__);
8490 nlmsg_free(msg);
8491 return -1;
8492 }
8493 nla_nest_end(msg, attr1);
8494 nla_nest_end(msg, params);
8495 nla_nest_end(msg, attr);
8496
8497 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
8498 if (ret) {
8499 sigma_dut_print(dut, DUT_MSG_ERROR,
8500 "%s: err in send_and_recv_msgs, ret=%d",
8501 __func__, ret);
8502 }
8503
8504 return ret;
8505#else /* NL80211_SUPPORT */
8506 sigma_dut_print(dut, DUT_MSG_ERROR,
8507 "TWT teardown cannot be done without NL80211_SUPPORT defined");
8508 return -1;
8509#endif /* NL80211_SUPPORT */
8510}
8511
8512
Kiran Kumar Lokere50eb2cd2018-12-18 18:31:28 -08008513static int sta_transmit_omi(struct sigma_dut *dut, struct sigma_conn *conn,
8514 struct sigma_cmd *cmd)
8515{
8516#ifdef NL80211_SUPPORT
8517 struct nlattr *params;
8518 struct nlattr *attr;
8519 struct nlattr *attr1;
8520 struct nl_msg *msg;
8521 int ifindex, ret;
8522 const char *val;
8523 const char *intf = get_param(cmd, "Interface");
8524 uint8_t rx_nss = 0xFF, ch_bw = 0xFF, tx_nsts = 0xFF, ulmu_dis = 0,
8525 ulmu_data_dis = 0;
8526
8527 ifindex = if_nametoindex(intf);
8528 if (ifindex == 0) {
8529 sigma_dut_print(dut, DUT_MSG_ERROR,
8530 "%s: Index for interface %s failed",
8531 __func__, intf);
8532 return -1;
8533 }
8534 val = get_param(cmd, "OMCtrl_RxNSS");
8535 if (val)
8536 rx_nss = atoi(val);
8537
8538 val = get_param(cmd, "OMCtrl_ChnlWidth");
8539 if (val)
8540 ch_bw = atoi(val);
8541
8542 val = get_param(cmd, "OMCtrl_ULMUDisable");
8543 if (val)
8544 ulmu_dis = atoi(val);
8545
8546 val = get_param(cmd, "OMCtrl_TxNSTS");
8547 if (val)
8548 tx_nsts = atoi(val);
8549
8550 val = get_param(cmd, "OMCtrl_ULMUDataDisable");
8551 if (val)
8552 ulmu_data_dis = atoi(val);
8553
8554 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
8555 NL80211_CMD_VENDOR)) ||
8556 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
8557 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
8558 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
8559 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
8560 !(attr = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
8561 !(params = nla_nest_start(
8562 msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_HE_OMI_TX)) ||
8563 !(attr1 = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
8564 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_HE_OMI_RX_NSS, rx_nss) ||
8565 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_HE_OMI_CH_BW, ch_bw) ||
8566 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_HE_OMI_TX_NSTS, tx_nsts) ||
8567 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DATA_DISABLE,
8568 ulmu_data_dis) ||
8569 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_HE_OMI_ULMU_DISABLE,
8570 ulmu_dis)) {
8571 sigma_dut_print(dut, DUT_MSG_ERROR,
8572 "%s: err in adding vendor_cmd and vendor_data",
8573 __func__);
8574 nlmsg_free(msg);
8575 return -1;
8576 }
8577 nla_nest_end(msg, attr1);
8578 nla_nest_end(msg, params);
8579 nla_nest_end(msg, attr);
8580
8581 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
8582 if (ret) {
8583 sigma_dut_print(dut, DUT_MSG_ERROR,
8584 "%s: err in send_and_recv_msgs, ret=%d",
8585 __func__, ret);
8586 }
8587
8588 return ret;
8589#else /* NL80211_SUPPORT */
8590 sigma_dut_print(dut, DUT_MSG_ERROR,
8591 "OMI TX cannot be processed without NL80211_SUPPORT defined");
8592 return -1;
8593#endif /* NL80211_SUPPORT */
8594}
8595
8596
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008597static int cmd_sta_set_wireless_vht(struct sigma_dut *dut,
8598 struct sigma_conn *conn,
8599 struct sigma_cmd *cmd)
8600{
8601 const char *intf = get_param(cmd, "Interface");
8602 const char *val;
Arif Hussaina37e9552018-06-20 17:05:59 -07008603 const char *program;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008604 int tkip = -1;
8605 int wep = -1;
8606
Arif Hussaina37e9552018-06-20 17:05:59 -07008607 program = get_param(cmd, "Program");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008608 val = get_param(cmd, "SGI80");
8609 if (val) {
8610 int sgi80;
8611
8612 sgi80 = strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0;
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008613 run_iwpriv(dut, intf, "shortgi %d", sgi80);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008614 }
8615
8616 val = get_param(cmd, "TxBF");
8617 if (val && (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0)) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008618 switch (get_driver_type(dut)) {
Kiran Kumar Lokerecb57d822018-07-06 16:37:42 -07008619 case DRIVER_WCN:
8620 if (sta_set_tx_beamformee(dut, intf, 1)) {
8621 send_resp(dut, conn, SIGMA_ERROR,
8622 "ErrorCode,Failed to set TX beamformee enable");
8623 return 0;
8624 }
8625 break;
8626 case DRIVER_ATHEROS:
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008627 if (run_iwpriv(dut, intf, "vhtsubfee 1") < 0) {
Kiran Kumar Lokerecb57d822018-07-06 16:37:42 -07008628 send_resp(dut, conn, SIGMA_ERROR,
8629 "ErrorCode,Setting vhtsubfee failed");
8630 return 0;
8631 }
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008632 if (run_iwpriv(dut, intf, "vhtsubfer 1") < 0) {
Kiran Kumar Lokerecb57d822018-07-06 16:37:42 -07008633 send_resp(dut, conn, SIGMA_ERROR,
8634 "ErrorCode,Setting vhtsubfer failed");
8635 return 0;
8636 }
8637 break;
8638 default:
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008639 sigma_dut_print(dut, DUT_MSG_ERROR,
Kiran Kumar Lokerecb57d822018-07-06 16:37:42 -07008640 "Unsupported driver type");
8641 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008642 }
8643 }
8644
8645 val = get_param(cmd, "MU_TxBF");
8646 if (val && (strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0)) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008647 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008648 case DRIVER_ATHEROS:
8649 ath_sta_set_txsp_stream(dut, intf, "1SS");
8650 ath_sta_set_rxsp_stream(dut, intf, "1SS");
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008651 run_iwpriv(dut, intf, "vhtmubfee 1");
8652 run_iwpriv(dut, intf, "vhtmubfer 1");
Sunil Duttae9e5d12018-06-29 11:50:47 +05308653 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008654 case DRIVER_WCN:
8655 if (wcn_sta_set_sp_stream(dut, intf, "1SS") < 0) {
8656 send_resp(dut, conn, SIGMA_ERROR,
8657 "ErrorCode,Failed to set RX/TXSP_STREAM");
8658 return 0;
8659 }
Sunil Duttae9e5d12018-06-29 11:50:47 +05308660 break;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008661 default:
8662 sigma_dut_print(dut, DUT_MSG_ERROR,
8663 "Setting SP_STREAM not supported");
8664 break;
8665 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008666 }
8667
8668 val = get_param(cmd, "LDPC");
8669 if (val) {
8670 int ldpc;
8671
8672 ldpc = strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0;
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008673 run_iwpriv(dut, intf, "ldpc %d", ldpc);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008674 }
8675
Amarnath Hullur Subramanyam7bae60e2018-01-31 03:46:50 -08008676 val = get_param(cmd, "BCC");
8677 if (val) {
8678 int bcc;
8679
8680 bcc = strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0;
8681 /* use LDPC iwpriv itself to set bcc coding, bcc coding
8682 * is mutually exclusive to bcc */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008683 run_iwpriv(dut, intf, "ldpc %d", !bcc);
Amarnath Hullur Subramanyam7bae60e2018-01-31 03:46:50 -08008684 }
8685
Arif Hussain7b47d2d2018-05-09 10:44:02 -07008686 val = get_param(cmd, "MaxHE-MCS_1SS_RxMapLTE80");
8687 if (val && dut->sta_nss == 1)
8688 cmd_set_max_he_mcs(dut, intf, atoi(val));
8689
8690 val = get_param(cmd, "MaxHE-MCS_2SS_RxMapLTE80");
8691 if (val && dut->sta_nss == 2)
8692 cmd_set_max_he_mcs(dut, intf, atoi(val));
8693
Arif Hussainac6c5112018-05-25 17:34:00 -07008694 val = get_param(cmd, "MCS_FixedRate");
8695 if (val) {
8696#ifdef NL80211_SUPPORT
8697 int mcs, ratecode = 0;
8698 enum he_mcs_config mcs_config;
8699 int ret;
Jouni Malinenb9b671d2019-04-26 13:23:17 +03008700 char buf[60];
Arif Hussainac6c5112018-05-25 17:34:00 -07008701
8702 ratecode = (0x07 & dut->sta_nss) << 5;
8703 mcs = atoi(val);
8704 /* Add the MCS to the ratecode */
8705 if (mcs >= 0 && mcs <= 11) {
8706 ratecode += mcs;
8707 if (dut->device_type == STA_testbed &&
8708 mcs > 7 && mcs <= 11) {
8709 if (mcs <= 9)
8710 mcs_config = HE_80_MCS0_9;
8711 else
8712 mcs_config = HE_80_MCS0_11;
8713 ret = sta_set_he_mcs(dut, intf, mcs_config);
8714 if (ret) {
8715 sigma_dut_print(dut, DUT_MSG_ERROR,
8716 "MCS_FixedRate: mcs setting failed, mcs:%d, mcs_config %d, ret:%d",
8717 mcs, mcs_config, ret);
8718 }
8719 }
8720 snprintf(buf, sizeof(buf),
8721 "iwpriv %s set_11ax_rate 0x%03x",
8722 intf, ratecode);
8723 if (system(buf) != 0) {
8724 sigma_dut_print(dut, DUT_MSG_ERROR,
8725 "MCS_FixedRate: iwpriv setting of 11ax rates 0x%03x failed",
8726 ratecode);
8727 }
8728 } else {
8729 sigma_dut_print(dut, DUT_MSG_ERROR,
8730 "MCS_FixedRate: HE MCS %d not supported",
8731 mcs);
8732 }
8733#else /* NL80211_SUPPORT */
8734 sigma_dut_print(dut, DUT_MSG_ERROR,
8735 "MCS_FixedRate cannot be changed without NL80211_SUPPORT defined");
8736#endif /* NL80211_SUPPORT */
8737 }
8738
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008739 val = get_param(cmd, "opt_md_notif_ie");
8740 if (val) {
8741 char *result = NULL;
8742 char delim[] = ";";
8743 char token[30];
8744 int value, config_val = 0;
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308745 char *saveptr;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008746
Peng Xub8fc5cc2017-05-10 17:27:28 -07008747 strlcpy(token, val, sizeof(token));
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308748 result = strtok_r(token, delim, &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008749
8750 /* Extract the NSS information */
8751 if (result) {
8752 value = atoi(result);
8753 switch (value) {
8754 case 1:
8755 config_val = 1;
8756 break;
8757 case 2:
8758 config_val = 3;
8759 break;
8760 case 3:
8761 config_val = 7;
8762 break;
8763 case 4:
8764 config_val = 15;
8765 break;
8766 default:
8767 config_val = 3;
8768 break;
8769 }
8770
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008771 run_iwpriv(dut, intf, "rxchainmask %d", config_val);
8772 run_iwpriv(dut, intf, "txchainmask %d", config_val);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008773
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008774 }
8775
8776 /* Extract the channel width information */
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308777 result = strtok_r(NULL, delim, &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008778 if (result) {
8779 value = atoi(result);
8780 switch (value) {
8781 case 20:
8782 config_val = 0;
8783 break;
8784 case 40:
8785 config_val = 1;
8786 break;
8787 case 80:
8788 config_val = 2;
8789 break;
8790 case 160:
8791 config_val = 3;
8792 break;
8793 default:
8794 config_val = 2;
8795 break;
8796 }
8797
8798 dut->chwidth = config_val;
8799
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008800 run_iwpriv(dut, intf, "chwidth %d", config_val);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008801 }
8802
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008803 run_iwpriv(dut, intf, "opmode_notify 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008804 }
8805
8806 val = get_param(cmd, "nss_mcs_cap");
8807 if (val) {
8808 int nss, mcs;
8809 char token[20];
8810 char *result = NULL;
8811 unsigned int vht_mcsmap = 0;
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308812 char *saveptr;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008813
Peng Xub8fc5cc2017-05-10 17:27:28 -07008814 strlcpy(token, val, sizeof(token));
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308815 result = strtok_r(token, ";", &saveptr);
Pradeep Reddy POTTETIcd649a22016-01-29 12:55:59 +05308816 if (!result) {
8817 sigma_dut_print(dut, DUT_MSG_ERROR,
Arif Hussaina37e9552018-06-20 17:05:59 -07008818 "NSS not specified");
8819 send_resp(dut, conn, SIGMA_ERROR,
8820 "errorCode,NSS not specified");
Pradeep Reddy POTTETIcd649a22016-01-29 12:55:59 +05308821 return 0;
8822 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008823 nss = atoi(result);
8824
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008825 run_iwpriv(dut, intf, "nss %d", nss);
Arif Hussainac6c5112018-05-25 17:34:00 -07008826 dut->sta_nss = nss;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008827
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308828 result = strtok_r(NULL, ";", &saveptr);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008829 if (result == NULL) {
8830 sigma_dut_print(dut, DUT_MSG_ERROR,
Arif Hussaina37e9552018-06-20 17:05:59 -07008831 "MCS not specified");
8832 send_resp(dut, conn, SIGMA_ERROR,
8833 "errorCode,MCS not specified");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008834 return 0;
8835 }
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +05308836 result = strtok_r(result, "-", &saveptr);
8837 result = strtok_r(NULL, "-", &saveptr);
Pradeep Reddy POTTETIcd649a22016-01-29 12:55:59 +05308838 if (!result) {
8839 sigma_dut_print(dut, DUT_MSG_ERROR,
Arif Hussaina37e9552018-06-20 17:05:59 -07008840 "MCS not specified");
8841 send_resp(dut, conn, SIGMA_ERROR,
8842 "errorCode,MCS not specified");
Pradeep Reddy POTTETIcd649a22016-01-29 12:55:59 +05308843 return 0;
8844 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008845 mcs = atoi(result);
8846
Arif Hussaina37e9552018-06-20 17:05:59 -07008847 if (program && strcasecmp(program, "HE") == 0) {
8848#ifdef NL80211_SUPPORT
8849 enum he_mcs_config mcs_config;
8850 int ret;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008851
Arif Hussaina37e9552018-06-20 17:05:59 -07008852 if (mcs >= 0 && mcs <= 7) {
8853 mcs_config = HE_80_MCS0_7;
8854 } else if (mcs > 7 && mcs <= 9) {
8855 mcs_config = HE_80_MCS0_9;
8856 } else if (mcs > 9 && mcs <= 11) {
8857 mcs_config = HE_80_MCS0_11;
8858 } else {
8859 sigma_dut_print(dut, DUT_MSG_ERROR,
8860 "nss_mcs_cap: HE: Invalid mcs: %d",
8861 mcs);
8862 send_resp(dut, conn, SIGMA_ERROR,
8863 "errorCode,Invalid MCS");
8864 return 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008865 }
Arif Hussaina37e9552018-06-20 17:05:59 -07008866
8867 ret = sta_set_he_mcs(dut, intf, mcs_config);
8868 if (ret) {
8869 sigma_dut_print(dut, DUT_MSG_ERROR,
8870 "nss_mcs_cap: HE: Setting of MCS failed, mcs_config: %d, ret: %d",
8871 mcs_config, ret);
8872 send_resp(dut, conn, SIGMA_ERROR,
8873 "errorCode,Failed to set MCS");
8874 return 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008875 }
Arif Hussaina37e9552018-06-20 17:05:59 -07008876#else /* NL80211_SUPPORT */
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008877 sigma_dut_print(dut, DUT_MSG_ERROR,
Arif Hussaina37e9552018-06-20 17:05:59 -07008878 "nss_mcs_cap: HE: MCS cannot be changed without NL80211_SUPPORT defined");
8879#endif /* NL80211_SUPPORT */
8880 } else {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008881 run_iwpriv(dut, intf, "vhtmcs %d", mcs);
Arif Hussaina37e9552018-06-20 17:05:59 -07008882
8883 switch (nss) {
8884 case 1:
8885 switch (mcs) {
8886 case 7:
8887 vht_mcsmap = 0xfffc;
8888 break;
8889 case 8:
8890 vht_mcsmap = 0xfffd;
8891 break;
8892 case 9:
8893 vht_mcsmap = 0xfffe;
8894 break;
8895 default:
8896 vht_mcsmap = 0xfffe;
8897 break;
8898 }
8899 break;
8900 case 2:
8901 switch (mcs) {
8902 case 7:
8903 vht_mcsmap = 0xfff0;
8904 break;
8905 case 8:
8906 vht_mcsmap = 0xfff5;
8907 break;
8908 case 9:
8909 vht_mcsmap = 0xfffa;
8910 break;
8911 default:
8912 vht_mcsmap = 0xfffa;
8913 break;
8914 }
8915 break;
8916 case 3:
8917 switch (mcs) {
8918 case 7:
8919 vht_mcsmap = 0xffc0;
8920 break;
8921 case 8:
8922 vht_mcsmap = 0xffd5;
8923 break;
8924 case 9:
8925 vht_mcsmap = 0xffea;
8926 break;
8927 default:
8928 vht_mcsmap = 0xffea;
8929 break;
8930 }
8931 break;
8932 default:
8933 vht_mcsmap = 0xffea;
8934 break;
8935 }
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008936 run_iwpriv(dut, intf, "vht_mcsmap 0x%04x", vht_mcsmap);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008937 }
8938 }
8939
8940 /* UNSUPPORTED: val = get_param(cmd, "Tx_lgi_rate"); */
8941
8942 val = get_param(cmd, "Vht_tkip");
8943 if (val)
8944 tkip = strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0;
8945
8946 val = get_param(cmd, "Vht_wep");
8947 if (val)
8948 wep = strcmp(val, "1") == 0 || strcasecmp(val, "Enable") == 0;
8949
8950 if (tkip != -1 || wep != -1) {
8951 if ((tkip == 1 && wep != 0) || (wep == 1 && tkip != 0)) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008952 run_iwpriv(dut, intf, "htweptkip 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008953 } else if ((tkip == 0 && wep != 1) || (wep == 0 && tkip != 1)) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07008954 run_iwpriv(dut, intf, "htweptkip 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008955 } else {
8956 sigma_dut_print(dut, DUT_MSG_ERROR,
8957 "ErrorCode,mixed mode of VHT TKIP/WEP not supported");
8958 return 0;
8959 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008960 }
8961
Arif Hussain55f00da2018-07-03 08:28:26 -07008962 val = get_param(cmd, "txBandwidth");
8963 if (val) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +02008964 switch (get_driver_type(dut)) {
Arif Hussain55f00da2018-07-03 08:28:26 -07008965 case DRIVER_WCN:
8966 if (wcn_sta_set_width(dut, intf, val) < 0) {
8967 send_resp(dut, conn, SIGMA_ERROR,
8968 "ErrorCode,Failed to set txBandwidth");
8969 return 0;
8970 }
8971 break;
8972 case DRIVER_ATHEROS:
8973 if (ath_set_width(dut, conn, intf, val) < 0) {
8974 send_resp(dut, conn, SIGMA_ERROR,
8975 "ErrorCode,Failed to set txBandwidth");
8976 return 0;
8977 }
8978 break;
8979 default:
8980 sigma_dut_print(dut, DUT_MSG_ERROR,
8981 "Setting txBandwidth not supported");
8982 break;
8983 }
8984 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02008985
Arif Hussain9765f7d2018-07-03 08:28:26 -07008986 val = get_param(cmd, "BeamformeeSTS");
8987 if (val) {
Kiran Kumar Lokerebc89d432018-07-10 12:20:13 -07008988 if (sta_set_tx_beamformee(dut, intf, 1)) {
8989 send_resp(dut, conn, SIGMA_ERROR,
8990 "ErrorCode,Failed to set TX beamformee enable");
8991 return 0;
8992 }
8993
Arif Hussain9765f7d2018-07-03 08:28:26 -07008994 if (sta_set_beamformee_sts(dut, intf, atoi(val))) {
8995 send_resp(dut, conn, SIGMA_ERROR,
8996 "ErrorCode,Failed to set BeamformeeSTS");
8997 return 0;
8998 }
8999 }
9000
Arif Hussain68d23f52018-07-11 13:39:08 -07009001 val = get_param(cmd, "Trig_MAC_Padding_Dur");
9002 if (val) {
Kiran Kumar Lokere55eb5582018-08-19 20:03:26 -07009003#ifdef NL80211_SUPPORT
9004 enum qca_wlan_he_mac_padding_dur set_val;
9005
9006 switch (atoi(val)) {
9007 case 16:
9008 set_val = QCA_WLAN_HE_16US_OF_PROCESS_TIME;
9009 break;
9010 case 8:
9011 set_val = QCA_WLAN_HE_8US_OF_PROCESS_TIME;
9012 break;
9013 default:
9014 set_val = QCA_WLAN_HE_NO_ADDITIONAL_PROCESS_TIME;
9015 break;
9016 }
9017 if (sta_set_mac_padding_duration(dut, intf, set_val)) {
Arif Hussain68d23f52018-07-11 13:39:08 -07009018 send_resp(dut, conn, SIGMA_ERROR,
9019 "ErrorCode,Failed to set MAC padding duration");
9020 return 0;
9021 }
Kiran Kumar Lokere55eb5582018-08-19 20:03:26 -07009022#else /* NL80211_SUPPORT */
9023 sigma_dut_print(dut, DUT_MSG_ERROR,
9024 "MAC padding duration cannot be changed without NL80211_SUPPORT defined");
9025#endif /* NL80211_SUPPORT */
Arif Hussain68d23f52018-07-11 13:39:08 -07009026 }
9027
Arif Hussain480d5f42019-03-12 14:40:42 -07009028 val = get_param(cmd, "TWT_ReqSupport");
9029 if (val) {
9030 int set_val;
9031
9032 if (strcasecmp(val, "Enable") == 0) {
9033 set_val = 1;
9034 } else if (strcasecmp(val, "Disable") == 0) {
9035 set_val = 0;
9036 } else {
9037 send_resp(dut, conn, SIGMA_ERROR,
9038 "ErrorCode,Invalid TWT_ReqSupport");
9039 return STATUS_SENT;
9040 }
9041
9042 if (sta_set_twt_req_support(dut, intf, set_val)) {
9043 sigma_dut_print(dut, DUT_MSG_ERROR,
9044 "Failed to set TWT req support %d",
9045 set_val);
9046 send_resp(dut, conn, SIGMA_ERROR,
9047 "ErrorCode,Failed to set TWT_ReqSupport");
9048 return STATUS_SENT;
9049 }
9050 }
9051
Kiran Kumar Lokereb1012682018-08-08 17:48:32 -07009052 val = get_param(cmd, "MU_EDCA");
9053 if (val && (strcasecmp(val, "Override") == 0)) {
9054 if (sta_set_mu_edca_override(dut, intf, 1)) {
9055 send_resp(dut, conn, SIGMA_ERROR,
9056 "ErrorCode,Failed to set MU EDCA override");
9057 return 0;
9058 }
9059 }
Kiran Kumar Lokerec6581822018-08-01 16:18:34 -07009060
Kiran Kumar Lokerede33e372018-08-29 16:26:24 -07009061 val = get_param(cmd, "OMControl");
9062 if (val) {
9063 int set_val = 1;
9064
9065 if (strcasecmp(val, "Enable") == 0)
9066 set_val = 1;
9067 else if (strcasecmp(val, "Disable") == 0)
9068 set_val = 0;
9069
9070 if (sta_set_om_ctrl_supp(dut, intf, set_val)) {
9071 send_resp(dut, conn, SIGMA_ERROR,
9072 "ErrorCode,Failed to set OM ctrl supp");
9073 return 0;
9074 }
9075 }
9076
Kiran Kumar Lokerec6581822018-08-01 16:18:34 -07009077 val = get_param(cmd, "ADDBAResp_BufSize");
9078 if (val) {
9079 int buf_size;
9080
9081 if (strcasecmp(val, "gt64") == 0)
9082 buf_size = 256;
9083 else
9084 buf_size = 64;
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009085 if (get_driver_type(dut) == DRIVER_WCN &&
Kiran Kumar Lokerec6581822018-08-01 16:18:34 -07009086 sta_set_addba_buf_size(dut, intf, buf_size)) {
9087 send_resp(dut, conn, SIGMA_ERROR,
9088 "ErrorCode,set addbaresp_buff_size failed");
9089 return 0;
9090 }
9091 }
9092
9093 val = get_param(cmd, "ADDBAReq_BufSize");
9094 if (val) {
9095 int buf_size;
9096
9097 if (strcasecmp(val, "gt64") == 0)
9098 buf_size = 256;
9099 else
9100 buf_size = 64;
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009101 if (get_driver_type(dut) == DRIVER_WCN &&
Kiran Kumar Lokerec6581822018-08-01 16:18:34 -07009102 sta_set_addba_buf_size(dut, intf, buf_size)) {
9103 send_resp(dut, conn, SIGMA_ERROR,
9104 "ErrorCode,set addbareq_buff_size failed");
9105 return 0;
9106 }
9107 }
9108
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009109 return cmd_sta_set_wireless_common(intf, dut, conn, cmd);
9110}
9111
9112
9113static int sta_set_wireless_60g(struct sigma_dut *dut,
9114 struct sigma_conn *conn,
9115 struct sigma_cmd *cmd)
9116{
9117 const char *dev_role = get_param(cmd, "DevRole");
9118
9119 if (!dev_role) {
9120 send_resp(dut, conn, SIGMA_INVALID,
9121 "ErrorCode,DevRole not specified");
9122 return 0;
9123 }
9124
9125 if (strcasecmp(dev_role, "PCP") == 0)
9126 return sta_set_60g_pcp(dut, conn, cmd);
9127 if (strcasecmp(dev_role, "STA") == 0)
9128 return sta_set_60g_sta(dut, conn, cmd);
9129 send_resp(dut, conn, SIGMA_INVALID,
9130 "ErrorCode,DevRole not supported");
9131 return 0;
9132}
9133
9134
Ankita Bajaj0d5825b2017-10-25 16:20:17 +05309135static int sta_set_wireless_oce(struct sigma_dut *dut, struct sigma_conn *conn,
9136 struct sigma_cmd *cmd)
9137{
9138 int status;
9139 const char *intf = get_param(cmd, "Interface");
9140 const char *val = get_param(cmd, "DevRole");
9141
9142 if (val && strcasecmp(val, "STA-CFON") == 0) {
9143 status = sta_cfon_set_wireless(dut, conn, cmd);
9144 if (status)
9145 return status;
9146 }
9147 return cmd_sta_set_wireless_common(intf, dut, conn, cmd);
9148}
9149
9150
Jouni Malinen67433fc2020-06-26 22:50:33 +03009151static enum sigma_cmd_result
9152sta_set_wireless_wpa3(struct sigma_dut *dut, struct sigma_conn *conn,
9153 struct sigma_cmd *cmd)
Vamsi Krishnac1633d22020-05-06 18:31:21 +05309154{
9155 const char *intf = get_param(cmd, "Interface");
9156 const char *val;
9157
9158 val = get_param(cmd, "ocvc");
9159 if (val)
9160 dut->ocvc = atoi(val);
9161
Jouni Malinen67433fc2020-06-26 22:50:33 +03009162 val = get_param(cmd, "ClientPrivacy");
9163 if (val) {
9164 dut->client_privacy = atoi(val);
9165 if (dut->client_privacy &&
9166 (wpa_command(intf, "SET mac_addr 1") < 0 ||
9167 wpa_command(intf, "SET rand_addr_lifetime 1") < 0 ||
9168 wpa_command(intf, "SET preassoc_mac_addr 1") < 0 ||
9169 wpa_command(intf, "SET gas_rand_mac_addr 1") < 0 ||
9170 wpa_command(intf, "SET gas_rand_addr_lifetime 1") < 0)) {
9171 send_resp(dut, conn, SIGMA_ERROR,
9172 "errorCode,Failed to enable random MAC address use");
9173 return STATUS_SENT_ERROR;
9174 }
9175 }
9176
Vamsi Krishnac1633d22020-05-06 18:31:21 +05309177 return cmd_sta_set_wireless_common(intf, dut, conn, cmd);
9178}
9179
9180
Jouni Malinenf7222712019-06-13 01:50:21 +03009181static enum sigma_cmd_result cmd_sta_set_wireless(struct sigma_dut *dut,
9182 struct sigma_conn *conn,
9183 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009184{
9185 const char *val;
9186
9187 val = get_param(cmd, "Program");
9188 if (val) {
9189 if (strcasecmp(val, "11n") == 0)
9190 return cmd_sta_set_11n(dut, conn, cmd);
Amarnath Hullur Subramanyam4f860292018-01-31 03:49:35 -08009191 if (strcasecmp(val, "VHT") == 0 || strcasecmp(val, "HE") == 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009192 return cmd_sta_set_wireless_vht(dut, conn, cmd);
9193 if (strcasecmp(val, "60ghz") == 0)
9194 return sta_set_wireless_60g(dut, conn, cmd);
Ankita Bajaj0d5825b2017-10-25 16:20:17 +05309195 if (strcasecmp(val, "OCE") == 0)
9196 return sta_set_wireless_oce(dut, conn, cmd);
Alexei Avshalom Lazar66bb9972018-12-18 16:01:43 +02009197 /* sta_set_wireless in WPS program is only used for 60G */
9198 if (is_60g_sigma_dut(dut))
9199 return sta_set_wireless_60g(dut, conn, cmd);
Vamsi Krishnac1633d22020-05-06 18:31:21 +05309200 if (strcasecmp(val, "WPA3") == 0)
9201 return sta_set_wireless_wpa3(dut, conn, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009202 send_resp(dut, conn, SIGMA_ERROR,
9203 "ErrorCode,Program value not supported");
9204 } else {
9205 send_resp(dut, conn, SIGMA_ERROR,
9206 "ErrorCode,Program argument not available");
9207 }
9208
9209 return 0;
9210}
9211
9212
9213static void ath_sta_inject_frame(struct sigma_dut *dut, const char *intf,
9214 int tid)
9215{
9216 char buf[100];
9217 int tid_to_dscp [] = { 0x00, 0x20, 0x40, 0x60, 0x80, 0xa0, 0xc0, 0xe0 };
9218
Pradeep Reddy POTTETId31d1322016-10-13 17:22:03 +05309219 if (tid < 0 ||
9220 tid >= (int) (sizeof(tid_to_dscp) / sizeof(tid_to_dscp[0]))) {
9221 sigma_dut_print(dut, DUT_MSG_ERROR, "Unsupported TID: %d", tid);
9222 return;
9223 }
9224
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009225 /*
9226 * Two ways to ensure that addba request with a
9227 * non zero TID could be sent out. EV 117296
9228 */
9229 snprintf(buf, sizeof(buf),
9230 "ping -c 8 -Q %d `arp -a | grep wlan0 | awk '{print $2}' | tr -d '()'`",
9231 tid);
9232 if (system(buf) != 0) {
9233 sigma_dut_print(dut, DUT_MSG_ERROR,
9234 "Ping did not send out");
9235 }
9236
9237 snprintf(buf, sizeof(buf),
9238 "iwconfig %s | grep Access | awk '{print $6}' > %s",
9239 intf, VI_QOS_TMP_FILE);
9240 if (system(buf) != 0)
9241 return;
9242
9243 snprintf(buf, sizeof(buf),
9244 "ifconfig %s | grep HWaddr | cut -b 39-56 >> %s",
9245 intf, VI_QOS_TMP_FILE);
9246 if (system(buf) != 0)
9247 sigma_dut_print(dut, DUT_MSG_ERROR, "HWaddr matching failed");
9248
9249 snprintf(buf,sizeof(buf), "sed -n '3,$p' %s >> %s",
9250 VI_QOS_REFFILE, VI_QOS_TMP_FILE);
9251 if (system(buf) != 0) {
9252 sigma_dut_print(dut, DUT_MSG_ERROR,
9253 "VI_QOS_TEMP_FILE generation error failed");
9254 }
9255 snprintf(buf, sizeof(buf), "sed '5 c %x' %s > %s",
9256 tid_to_dscp[tid], VI_QOS_TMP_FILE, VI_QOS_FILE);
9257 if (system(buf) != 0) {
9258 sigma_dut_print(dut, DUT_MSG_ERROR,
9259 "VI_QOS_FILE generation failed");
9260 }
9261
9262 snprintf(buf, sizeof(buf), "sed '5 c %x' %s > %s",
9263 tid_to_dscp[tid], VI_QOS_TMP_FILE, VI_QOS_FILE);
9264 if (system(buf) != 0) {
9265 sigma_dut_print(dut, DUT_MSG_ERROR,
9266 "VI_QOS_FILE generation failed");
9267 }
9268
9269 snprintf(buf, sizeof(buf), "ethinject %s %s", intf, VI_QOS_FILE);
9270 if (system(buf) != 0) {
9271 }
9272}
9273
9274
9275static int ath_sta_send_addba(struct sigma_dut *dut, struct sigma_conn *conn,
9276 struct sigma_cmd *cmd)
9277{
9278 const char *intf = get_param(cmd, "Interface");
9279 const char *val;
9280 int tid = 0;
9281 char buf[100];
9282
9283 val = get_param(cmd, "TID");
9284 if (val) {
9285 tid = atoi(val);
9286 if (tid)
9287 ath_sta_inject_frame(dut, intf, tid);
9288 }
9289
9290 /* Command sequence for ADDBA request on Peregrine based devices */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -07009291 run_iwpriv(dut, intf, "setaddbaoper 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009292
9293 snprintf(buf, sizeof(buf), "wifitool %s senddelba 1 %d 1 4", intf, tid);
9294 if (system(buf) != 0) {
9295 sigma_dut_print(dut, DUT_MSG_ERROR,
9296 "wifitool senddelba failed");
9297 }
9298
9299 snprintf(buf, sizeof(buf), "wifitool %s sendaddba 1 %d 64", intf, tid);
9300 if (system(buf) != 0) {
9301 sigma_dut_print(dut, DUT_MSG_ERROR,
9302 "wifitool sendaddba failed");
9303 }
9304
9305 /* UNSUPPORTED: val = get_param(cmd, "Dest_mac"); */
9306
9307 return 1;
9308}
9309
9310
Lior David9981b512017-01-20 13:16:40 +02009311#ifdef __linux__
9312
9313static int wil6210_send_addba(struct sigma_dut *dut, const char *dest_mac,
9314 int agg_size)
9315{
9316 char dir[128], buf[128];
9317 FILE *f;
9318 regex_t re;
9319 regmatch_t m[2];
Jouni Malinen3aa72862019-05-29 23:14:51 +03009320 int rc, ret = -1, vring_id, found, res;
Lior David9981b512017-01-20 13:16:40 +02009321
9322 if (wil6210_get_debugfs_dir(dut, dir, sizeof(dir))) {
9323 sigma_dut_print(dut, DUT_MSG_ERROR,
9324 "failed to get wil6210 debugfs dir");
9325 return -1;
9326 }
9327
Jouni Malinen3aa72862019-05-29 23:14:51 +03009328 res = snprintf(buf, sizeof(buf), "%s/vrings", dir);
9329 if (res < 0 || res >= sizeof(buf))
9330 return -1;
Lior David9981b512017-01-20 13:16:40 +02009331 f = fopen(buf, "r");
9332 if (!f) {
9333 sigma_dut_print(dut, DUT_MSG_ERROR, "failed to open: %s", buf);
Alexei Avshalom Lazar2af1d252018-11-13 14:10:13 +02009334 /* newer wil6210 driver renamed file to "rings" */
Jouni Malinen3aa72862019-05-29 23:14:51 +03009335 res = snprintf(buf, sizeof(buf), "%s/rings", dir);
9336 if (res < 0 || res >= sizeof(buf))
9337 return -1;
Alexei Avshalom Lazar2af1d252018-11-13 14:10:13 +02009338 f = fopen(buf, "r");
9339 if (!f) {
9340 sigma_dut_print(dut, DUT_MSG_ERROR,
9341 "failed to open: %s", buf);
9342 return -1;
9343 }
Lior David9981b512017-01-20 13:16:40 +02009344 }
9345
Alexei Avshalom Lazar2af1d252018-11-13 14:10:13 +02009346 /* can be either VRING tx... or RING... */
9347 if (regcomp(&re, "RING tx_[ \t]*([0-9]+)", REG_EXTENDED)) {
Lior David9981b512017-01-20 13:16:40 +02009348 sigma_dut_print(dut, DUT_MSG_ERROR, "regcomp failed");
9349 goto out;
9350 }
9351
9352 /* find TX VRING for the mac address */
9353 found = 0;
9354 while (fgets(buf, sizeof(buf), f)) {
9355 if (strcasestr(buf, dest_mac)) {
9356 found = 1;
9357 break;
9358 }
9359 }
9360
9361 if (!found) {
9362 sigma_dut_print(dut, DUT_MSG_ERROR,
9363 "no TX VRING for %s", dest_mac);
9364 goto out;
9365 }
9366
9367 /* extract VRING ID, "VRING tx_<id> = {" */
9368 if (!fgets(buf, sizeof(buf), f)) {
9369 sigma_dut_print(dut, DUT_MSG_ERROR,
9370 "no VRING start line for %s", dest_mac);
9371 goto out;
9372 }
9373
9374 rc = regexec(&re, buf, 2, m, 0);
9375 regfree(&re);
9376 if (rc || m[1].rm_so < 0) {
9377 sigma_dut_print(dut, DUT_MSG_ERROR,
9378 "no VRING TX ID for %s", dest_mac);
9379 goto out;
9380 }
9381 buf[m[1].rm_eo] = 0;
9382 vring_id = atoi(&buf[m[1].rm_so]);
9383
9384 /* send the addba command */
9385 fclose(f);
Jouni Malinen3aa72862019-05-29 23:14:51 +03009386 res = snprintf(buf, sizeof(buf), "%s/back", dir);
9387 if (res < 0 || res >= sizeof(buf))
9388 return -1;
Lior David9981b512017-01-20 13:16:40 +02009389 f = fopen(buf, "w");
9390 if (!f) {
9391 sigma_dut_print(dut, DUT_MSG_ERROR,
9392 "failed to open: %s", buf);
9393 return -1;
9394 }
9395
9396 fprintf(f, "add %d %d\n", vring_id, agg_size);
9397
9398 ret = 0;
9399
9400out:
9401 fclose(f);
9402
9403 return ret;
9404}
9405
9406
Alexei Avshalom Lazar79fa3fe2018-12-24 15:43:33 +02009407int send_addba_60g(struct sigma_dut *dut, struct sigma_conn *conn,
9408 struct sigma_cmd *cmd, const char *mac_param)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009409{
9410 const char *val;
9411 int tid = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009412
9413 val = get_param(cmd, "TID");
9414 if (val) {
9415 tid = atoi(val);
9416 if (tid != 0) {
9417 sigma_dut_print(dut, DUT_MSG_ERROR,
9418 "Ignore TID %d for send_addba use TID 0 for 60g since only 0 required on TX",
9419 tid);
9420 }
9421 }
9422
Alexei Avshalom Lazar79fa3fe2018-12-24 15:43:33 +02009423 val = get_param(cmd, mac_param);
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009424 if (!val) {
9425 sigma_dut_print(dut, DUT_MSG_ERROR,
9426 "Currently not supporting addba for 60G without Dest_mac");
Jouni Malinen0e29cf22019-02-19 01:13:21 +02009427 return ERROR_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009428 }
9429
Lior David9981b512017-01-20 13:16:40 +02009430 if (wil6210_send_addba(dut, val, dut->back_rcv_buf))
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009431 return -1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009432
9433 return 1;
9434}
9435
Lior David9981b512017-01-20 13:16:40 +02009436#endif /* __linux__ */
9437
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009438
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009439static int wcn_sta_send_addba(struct sigma_dut *dut, struct sigma_conn *conn,
9440 struct sigma_cmd *cmd)
9441{
9442#ifdef NL80211_SUPPORT
9443 const char *intf = get_param(cmd, "Interface");
9444 const char *val;
9445 int tid = -1;
9446 int bufsize = 64;
9447 struct nl_msg *msg;
9448 int ret = 0;
9449 struct nlattr *params;
9450 int ifindex;
9451
9452 val = get_param(cmd, "TID");
9453 if (val)
9454 tid = atoi(val);
9455
9456 if (tid == -1) {
9457 send_resp(dut, conn, SIGMA_ERROR,
9458 "ErrorCode,sta_send_addba tid invalid");
9459 return 0;
9460 }
9461
9462 /* UNSUPPORTED: val = get_param(cmd, "Dest_mac"); */
9463
9464 ifindex = if_nametoindex(intf);
9465 if (ifindex == 0) {
9466 sigma_dut_print(dut, DUT_MSG_ERROR,
9467 "%s: Index for interface %s failed",
9468 __func__, intf);
9469 send_resp(dut, conn, SIGMA_ERROR,
9470 "ErrorCode,sta_send_addba interface invalid");
9471 return 0;
9472 }
9473
9474 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
9475 NL80211_CMD_VENDOR)) ||
9476 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
9477 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
9478 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
9479 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
9480 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
9481 nla_put_u8(msg,
9482 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADD_DEL_BA_SESSION,
9483 QCA_WLAN_ADD_BA) ||
9484 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_BA_TID,
9485 tid) ||
Kiran Kumar Lokere26e27582018-08-01 16:18:34 -07009486 nla_put_u16(msg,
9487 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_ADDBA_BUFF_SIZE,
9488 bufsize)) {
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009489 sigma_dut_print(dut, DUT_MSG_ERROR,
9490 "%s: err in adding vendor_cmd and vendor_data",
9491 __func__);
9492 nlmsg_free(msg);
9493 send_resp(dut, conn, SIGMA_ERROR,
9494 "ErrorCode,sta_send_addba err in adding vendor_cmd and vendor_data");
9495 return 0;
9496 }
9497 nla_nest_end(msg, params);
9498
9499 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
9500 if (ret) {
9501 sigma_dut_print(dut, DUT_MSG_ERROR,
9502 "%s: err in send_and_recv_msgs, ret=%d",
9503 __func__, ret);
Sunil Dutt30605592018-05-04 20:35:50 +05309504 if (ret == -EOPNOTSUPP)
9505 return 1;
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009506 send_resp(dut, conn, SIGMA_ERROR,
9507 "ErrorCode,sta_send_addba err in send_and_recv_msgs");
9508 return 0;
9509 }
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009510#else /* NL80211_SUPPORT */
9511 sigma_dut_print(dut, DUT_MSG_ERROR,
9512 "sta_send_addba not supported without NL80211_SUPPORT defined");
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009513#endif /* NL80211_SUPPORT */
Sunil Dutt30605592018-05-04 20:35:50 +05309514
9515 return 1;
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009516}
9517
9518
Jouni Malinenf7222712019-06-13 01:50:21 +03009519static enum sigma_cmd_result cmd_sta_send_addba(struct sigma_dut *dut,
9520 struct sigma_conn *conn,
9521 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009522{
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009523 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009524 case DRIVER_ATHEROS:
9525 return ath_sta_send_addba(dut, conn, cmd);
Amarnath Hullur Subramanyama72c0162018-02-27 14:49:09 -08009526 case DRIVER_WCN:
9527 return wcn_sta_send_addba(dut, conn, cmd);
Lior David9981b512017-01-20 13:16:40 +02009528#ifdef __linux__
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009529 case DRIVER_WIL6210:
Alexei Avshalom Lazar79fa3fe2018-12-24 15:43:33 +02009530 return send_addba_60g(dut, conn, cmd, "Dest_mac");
Lior David9981b512017-01-20 13:16:40 +02009531#endif /* __linux__ */
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009532 default:
9533 /*
9534 * There is no driver specific implementation for other drivers.
9535 * Ignore the command and report COMPLETE since the following
9536 * throughput test operation will end up sending ADDBA anyway.
9537 */
9538 return 1;
9539 }
9540}
9541
9542
9543int inject_eth_frame(int s, const void *data, size_t len,
9544 unsigned short ethtype, char *dst, char *src)
9545{
9546 struct iovec iov[4] = {
9547 {
9548 .iov_base = dst,
9549 .iov_len = ETH_ALEN,
9550 },
9551 {
9552 .iov_base = src,
9553 .iov_len = ETH_ALEN,
9554 },
9555 {
9556 .iov_base = &ethtype,
9557 .iov_len = sizeof(unsigned short),
9558 },
9559 {
9560 .iov_base = (void *) data,
9561 .iov_len = len,
9562 }
9563 };
9564 struct msghdr msg = {
9565 .msg_name = NULL,
9566 .msg_namelen = 0,
9567 .msg_iov = iov,
9568 .msg_iovlen = 4,
9569 .msg_control = NULL,
9570 .msg_controllen = 0,
9571 .msg_flags = 0,
9572 };
9573
9574 return sendmsg(s, &msg, 0);
9575}
9576
9577#if defined(__linux__) || defined(__QNXNTO__)
9578
9579int inject_frame(int s, const void *data, size_t len, int encrypt)
9580{
9581#define IEEE80211_RADIOTAP_F_WEP 0x04
9582#define IEEE80211_RADIOTAP_F_FRAG 0x08
9583 unsigned char rtap_hdr[] = {
9584 0x00, 0x00, /* radiotap version */
9585 0x0e, 0x00, /* radiotap length */
9586 0x02, 0xc0, 0x00, 0x00, /* bmap: flags, tx and rx flags */
9587 IEEE80211_RADIOTAP_F_FRAG, /* F_FRAG (fragment if required) */
9588 0x00, /* padding */
9589 0x00, 0x00, /* RX and TX flags to indicate that */
9590 0x00, 0x00, /* this is the injected frame directly */
9591 };
9592 struct iovec iov[2] = {
9593 {
9594 .iov_base = &rtap_hdr,
9595 .iov_len = sizeof(rtap_hdr),
9596 },
9597 {
9598 .iov_base = (void *) data,
9599 .iov_len = len,
9600 }
9601 };
9602 struct msghdr msg = {
9603 .msg_name = NULL,
9604 .msg_namelen = 0,
9605 .msg_iov = iov,
9606 .msg_iovlen = 2,
9607 .msg_control = NULL,
9608 .msg_controllen = 0,
9609 .msg_flags = 0,
9610 };
9611
9612 if (encrypt)
9613 rtap_hdr[8] |= IEEE80211_RADIOTAP_F_WEP;
9614
9615 return sendmsg(s, &msg, 0);
9616}
9617
9618
9619int open_monitor(const char *ifname)
9620{
9621#ifdef __QNXNTO__
9622 struct sockaddr_dl ll;
9623 int s;
9624
9625 memset(&ll, 0, sizeof(ll));
9626 ll.sdl_family = AF_LINK;
9627 ll.sdl_index = if_nametoindex(ifname);
9628 if (ll.sdl_index == 0) {
9629 perror("if_nametoindex");
9630 return -1;
9631 }
9632 s = socket(PF_INET, SOCK_RAW, 0);
9633#else /* __QNXNTO__ */
9634 struct sockaddr_ll ll;
9635 int s;
9636
9637 memset(&ll, 0, sizeof(ll));
9638 ll.sll_family = AF_PACKET;
9639 ll.sll_ifindex = if_nametoindex(ifname);
9640 if (ll.sll_ifindex == 0) {
9641 perror("if_nametoindex");
9642 return -1;
9643 }
9644 s = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL));
9645#endif /* __QNXNTO__ */
9646 if (s < 0) {
9647 perror("socket[PF_PACKET,SOCK_RAW]");
9648 return -1;
9649 }
9650
9651 if (bind(s, (struct sockaddr *) &ll, sizeof(ll)) < 0) {
9652 perror("monitor socket bind");
9653 close(s);
9654 return -1;
9655 }
9656
9657 return s;
9658}
9659
9660
9661static int hex2num(char c)
9662{
9663 if (c >= '0' && c <= '9')
9664 return c - '0';
9665 if (c >= 'a' && c <= 'f')
9666 return c - 'a' + 10;
9667 if (c >= 'A' && c <= 'F')
9668 return c - 'A' + 10;
9669 return -1;
9670}
9671
9672
9673int hwaddr_aton(const char *txt, unsigned char *addr)
9674{
9675 int i;
9676
9677 for (i = 0; i < 6; i++) {
9678 int a, b;
9679
9680 a = hex2num(*txt++);
9681 if (a < 0)
9682 return -1;
9683 b = hex2num(*txt++);
9684 if (b < 0)
9685 return -1;
9686 *addr++ = (a << 4) | b;
9687 if (i < 5 && *txt++ != ':')
9688 return -1;
9689 }
9690
9691 return 0;
9692}
9693
9694#endif /* defined(__linux__) || defined(__QNXNTO__) */
9695
Veerendranath Jakkam49774122020-07-05 09:52:18 +05309696
9697#ifdef NL80211_SUPPORT
9698static int nl80211_send_frame_cmd(struct sigma_dut *dut, const char *intf,
9699 const u8 *data, size_t data_len, int freq)
9700{
9701 struct nl_msg *msg;
9702 int ret = 0;
9703 int ifindex;
9704
9705 ifindex = if_nametoindex(intf);
9706 if (ifindex == 0) {
9707 sigma_dut_print(dut, DUT_MSG_ERROR,
9708 "%s: Index for interface %s failed",
9709 __func__, intf);
9710 return -1;
9711 }
9712
9713 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
9714 NL80211_CMD_FRAME)) ||
9715 (freq && nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ, freq)) ||
9716 nla_put(msg, NL80211_ATTR_FRAME, data_len, data)) {
9717 sigma_dut_print(dut, DUT_MSG_ERROR,
9718 "%s: Error in adding NL80211_CMD_FRAME",
9719 __func__);
9720 nlmsg_free(msg);
9721 return -1;
9722 }
9723
9724 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
9725 if (ret) {
9726 sigma_dut_print(dut, DUT_MSG_ERROR,
9727 "nl80211: Frame command failed: ret=%d (%s) req=%u",
9728 ret, strerror(-ret), freq);
9729 return -1;
9730 }
9731
9732 return 0;
9733}
9734#endif /* NL80211_SUPPORT */
9735
9736
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009737enum send_frame_type {
9738 DISASSOC, DEAUTH, SAQUERY, AUTH, ASSOCREQ, REASSOCREQ, DLS_REQ
9739};
9740enum send_frame_protection {
9741 CORRECT_KEY, INCORRECT_KEY, UNPROTECTED
9742};
9743
9744
9745static int sta_inject_frame(struct sigma_dut *dut, struct sigma_conn *conn,
Veerendranath Jakkam49774122020-07-05 09:52:18 +05309746 const char *intf, enum send_frame_type frame,
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009747 enum send_frame_protection protected,
Veerendranath Jakkam49774122020-07-05 09:52:18 +05309748 const char *dest, int use_monitor)
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009749{
9750#ifdef __linux__
9751 unsigned char buf[1000], *pos;
9752 int s, res;
9753 char bssid[20], addr[20];
9754 char result[32], ssid[100];
9755 size_t ssid_len;
9756
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009757 if (get_wpa_status(get_station_ifname(dut), "wpa_state", result,
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009758 sizeof(result)) < 0 ||
9759 strncmp(result, "COMPLETED", 9) != 0) {
9760 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Not connected");
9761 return 0;
9762 }
9763
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009764 if (get_wpa_status(get_station_ifname(dut), "bssid",
9765 bssid, sizeof(bssid)) < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009766 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not get "
9767 "current BSSID");
9768 return 0;
9769 }
9770
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009771 if (get_wpa_status(get_station_ifname(dut), "address",
9772 addr, sizeof(addr)) < 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009773 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not get "
9774 "own MAC address");
9775 return 0;
9776 }
9777
Jouni Malinen016ae6c2019-11-04 17:00:01 +02009778 if (get_wpa_status(get_station_ifname(dut), "ssid", ssid, sizeof(ssid))
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009779 < 0) {
9780 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not get "
9781 "current SSID");
9782 return 0;
9783 }
9784 ssid_len = strlen(ssid);
9785
9786 pos = buf;
9787
9788 /* Frame Control */
9789 switch (frame) {
9790 case DISASSOC:
9791 *pos++ = 0xa0;
9792 break;
9793 case DEAUTH:
9794 *pos++ = 0xc0;
9795 break;
9796 case SAQUERY:
9797 *pos++ = 0xd0;
9798 break;
9799 case AUTH:
9800 *pos++ = 0xb0;
9801 break;
9802 case ASSOCREQ:
9803 *pos++ = 0x00;
9804 break;
9805 case REASSOCREQ:
9806 *pos++ = 0x20;
9807 break;
9808 case DLS_REQ:
9809 *pos++ = 0xd0;
9810 break;
9811 }
9812
9813 if (protected == INCORRECT_KEY)
9814 *pos++ = 0x40; /* Set Protected field to 1 */
9815 else
9816 *pos++ = 0x00;
9817
9818 /* Duration */
9819 *pos++ = 0x00;
9820 *pos++ = 0x00;
9821
9822 /* addr1 = DA (current AP) */
9823 hwaddr_aton(bssid, pos);
9824 pos += 6;
9825 /* addr2 = SA (own address) */
9826 hwaddr_aton(addr, pos);
9827 pos += 6;
9828 /* addr3 = BSSID (current AP) */
9829 hwaddr_aton(bssid, pos);
9830 pos += 6;
9831
9832 /* Seq# (to be filled by driver/mac80211) */
9833 *pos++ = 0x00;
9834 *pos++ = 0x00;
9835
9836 if (protected == INCORRECT_KEY) {
9837 /* CCMP parameters */
9838 memcpy(pos, "\x61\x01\x00\x20\x00\x10\x00\x00", 8);
9839 pos += 8;
9840 }
9841
9842 if (protected == INCORRECT_KEY) {
9843 switch (frame) {
9844 case DEAUTH:
9845 /* Reason code (encrypted) */
9846 memcpy(pos, "\xa7\x39", 2);
9847 pos += 2;
9848 break;
9849 case DISASSOC:
9850 /* Reason code (encrypted) */
9851 memcpy(pos, "\xa7\x39", 2);
9852 pos += 2;
9853 break;
9854 case SAQUERY:
9855 /* Category|Action|TransID (encrypted) */
9856 memcpy(pos, "\x6f\xbd\xe9\x4d", 4);
9857 pos += 4;
9858 break;
9859 default:
9860 return -1;
9861 }
9862
9863 /* CCMP MIC */
9864 memcpy(pos, "\xc8\xd8\x3b\x06\x5d\xb7\x25\x68", 8);
9865 pos += 8;
9866 } else {
9867 switch (frame) {
9868 case DEAUTH:
9869 /* reason code = 8 */
9870 *pos++ = 0x08;
9871 *pos++ = 0x00;
9872 break;
9873 case DISASSOC:
9874 /* reason code = 8 */
9875 *pos++ = 0x08;
9876 *pos++ = 0x00;
9877 break;
9878 case SAQUERY:
9879 /* Category - SA Query */
9880 *pos++ = 0x08;
9881 /* SA query Action - Request */
9882 *pos++ = 0x00;
9883 /* Transaction ID */
9884 *pos++ = 0x12;
9885 *pos++ = 0x34;
Veerendranath Jakkam54ddc352020-07-05 15:47:54 +05309886 if (dut->saquery_oci_freq) {
9887 /* OCI IE - Extended ID */
9888 *pos++ = 0xFF;
9889 *pos++ = 0x04;
9890 *pos++ = 0x36;
9891 /* Operating Class */
9892 *pos++ = 0x74;
9893 /* Primary Channel */
9894 *pos++ = freq_to_channel(dut->saquery_oci_freq);
9895 /* Frequency Segment 1 Channel Number */
9896 *pos++ = 0x00;
9897 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009898 break;
9899 case AUTH:
9900 /* Auth Alg (Open) */
9901 *pos++ = 0x00;
9902 *pos++ = 0x00;
9903 /* Seq# */
9904 *pos++ = 0x01;
9905 *pos++ = 0x00;
9906 /* Status code */
9907 *pos++ = 0x00;
9908 *pos++ = 0x00;
9909 break;
9910 case ASSOCREQ:
9911 /* Capability Information */
9912 *pos++ = 0x31;
9913 *pos++ = 0x04;
9914 /* Listen Interval */
9915 *pos++ = 0x0a;
9916 *pos++ = 0x00;
9917 /* SSID */
9918 *pos++ = 0x00;
9919 *pos++ = ssid_len;
9920 memcpy(pos, ssid, ssid_len);
9921 pos += ssid_len;
9922 /* Supported Rates */
9923 memcpy(pos, "\x01\x08\x02\x04\x0b\x16\x0c\x12\x18\x24",
9924 10);
9925 pos += 10;
9926 /* Extended Supported Rates */
9927 memcpy(pos, "\x32\x04\x30\x48\x60\x6c", 6);
9928 pos += 6;
9929 /* RSN */
9930 memcpy(pos, "\x30\x1a\x01\x00\x00\x0f\xac\x04\x01\x00"
9931 "\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x02\xc0"
9932 "\x00\x00\x00\x00\x0f\xac\x06", 28);
9933 pos += 28;
9934 break;
9935 case REASSOCREQ:
9936 /* Capability Information */
9937 *pos++ = 0x31;
9938 *pos++ = 0x04;
9939 /* Listen Interval */
9940 *pos++ = 0x0a;
9941 *pos++ = 0x00;
9942 /* Current AP */
9943 hwaddr_aton(bssid, pos);
9944 pos += 6;
9945 /* SSID */
9946 *pos++ = 0x00;
9947 *pos++ = ssid_len;
9948 memcpy(pos, ssid, ssid_len);
9949 pos += ssid_len;
9950 /* Supported Rates */
9951 memcpy(pos, "\x01\x08\x02\x04\x0b\x16\x0c\x12\x18\x24",
9952 10);
9953 pos += 10;
9954 /* Extended Supported Rates */
9955 memcpy(pos, "\x32\x04\x30\x48\x60\x6c", 6);
9956 pos += 6;
Veerendranath Jakkam54ddc352020-07-05 15:47:54 +05309957 /* RSNE - Group and Pairwise ciphers */
9958 memcpy(pos,
9959 "\x30\x1a\x01\x00\x00\x0f\xac\x04\x01\x00\x00\x0f\xac\x04",
9960 14);
9961 pos += 14;
9962 /* RSNE - AKM Suite count */
9963 *pos++ = 0x01;
9964 *pos++ = 0x00;
9965 /* RSNE - AKM Suites */
9966 if (dut->program == PROGRAM_WPA3)
9967 memcpy(pos, "\x00\x0f\xac\x08", 4);
9968 else
9969 memcpy(pos, "\x00\x0f\xac\x02", 4);
9970 pos += 4;
9971 /* RSNE - Capabilities */
9972 *pos++ = 0xc0;
9973 if (dut->ocvc)
9974 *pos++ = 0x40;
9975 else
9976 *pos++ = 0x00;
9977 /* RSNE - PMKID list and Group Management Ciphers */
9978 memcpy(pos, "\x00\x00\x00\x0f\xac\x06", 6);
9979 pos += 6;
Jouni Malinencd4e3c32015-10-29 12:39:56 +02009980 break;
9981 case DLS_REQ:
9982 /* Category - DLS */
9983 *pos++ = 0x02;
9984 /* DLS Action - Request */
9985 *pos++ = 0x00;
9986 /* Destination MACAddress */
9987 if (dest)
9988 hwaddr_aton(dest, pos);
9989 else
9990 memset(pos, 0, 6);
9991 pos += 6;
9992 /* Source MACAddress */
9993 hwaddr_aton(addr, pos);
9994 pos += 6;
9995 /* Capability Information */
9996 *pos++ = 0x10; /* Privacy */
9997 *pos++ = 0x06; /* QoS */
9998 /* DLS Timeout Value */
9999 *pos++ = 0x00;
10000 *pos++ = 0x01;
10001 /* Supported rates */
10002 *pos++ = 0x01;
10003 *pos++ = 0x08;
10004 *pos++ = 0x0c; /* 6 Mbps */
10005 *pos++ = 0x12; /* 9 Mbps */
10006 *pos++ = 0x18; /* 12 Mbps */
10007 *pos++ = 0x24; /* 18 Mbps */
10008 *pos++ = 0x30; /* 24 Mbps */
10009 *pos++ = 0x48; /* 36 Mbps */
10010 *pos++ = 0x60; /* 48 Mbps */
10011 *pos++ = 0x6c; /* 54 Mbps */
10012 /* TODO: Extended Supported Rates */
10013 /* TODO: HT Capabilities */
10014 break;
10015 }
10016 }
10017
Veerendranath Jakkam49774122020-07-05 09:52:18 +053010018 if (use_monitor) {
10019 s = open_monitor("sigmadut");
10020 if (s < 0) {
10021 send_resp(dut, conn, SIGMA_ERROR,
10022 "errorCode,Failed to open monitor socket");
10023 return 0;
10024 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010025
Veerendranath Jakkam49774122020-07-05 09:52:18 +053010026 res = inject_frame(s, buf, pos - buf, protected == CORRECT_KEY);
10027 if (res < 0) {
10028 send_resp(dut, conn, SIGMA_ERROR,
10029 "errorCode,Failed to inject frame");
10030 close(s);
10031 return 0;
10032 }
10033 if (res < pos - buf) {
10034 send_resp(dut, conn, SIGMA_ERROR,
10035 "errorCode,Only partial frame sent");
10036 close(s);
10037 return 0;
10038 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010039
Veerendranath Jakkam49774122020-07-05 09:52:18 +053010040 close(s);
10041 } else {
10042#ifdef NL80211_SUPPORT
10043 int freq;
10044 char freq_str[10];
10045
10046 if (get_wpa_status(get_station_ifname(dut), "freq",
10047 freq_str, sizeof(freq_str)) < 0) {
10048 send_resp(dut, conn, SIGMA_ERROR,
10049 "errorCode,Could not get current operating frequency");
10050 return 0;
10051 }
10052 freq = atoi(freq_str);
10053
10054 if (nl80211_send_frame_cmd(dut, intf, buf, pos - buf, freq)) {
10055 send_resp(dut, conn, SIGMA_ERROR,
10056 "errorCode,Failed to inject frame");
10057 return 0;
10058 }
10059#else /* NL80211_SUPPORT */
10060 send_resp(dut, conn, SIGMA_ERROR,
10061 "errorCode,Failed to inject frame (no NL80211_SUPPORT)");
10062 return 0;
10063#endif /* NL80211_SUPPORT */
10064 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010065
10066 return 1;
10067#else /* __linux__ */
10068 send_resp(dut, conn, SIGMA_ERROR, "errorCode,sta_send_frame not "
10069 "yet supported");
10070 return 0;
10071#endif /* __linux__ */
10072}
10073
10074
10075static int cmd_sta_send_frame_tdls(struct sigma_dut *dut,
10076 struct sigma_conn *conn,
10077 struct sigma_cmd *cmd)
10078{
10079 const char *intf = get_param(cmd, "Interface");
10080 const char *sta, *val;
10081 unsigned char addr[ETH_ALEN];
10082 char buf[100];
10083
Alexei Avshalom Lazar4a3c2f82019-05-02 13:35:37 +030010084 if (!intf)
10085 return -1;
10086
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010087 sta = get_param(cmd, "peer");
10088 if (sta == NULL)
10089 sta = get_param(cmd, "station");
10090 if (sta == NULL) {
10091 send_resp(dut, conn, SIGMA_ERROR,
10092 "ErrorCode,Missing peer address");
10093 return 0;
10094 }
10095 if (hwaddr_aton(sta, addr) < 0) {
10096 send_resp(dut, conn, SIGMA_ERROR,
10097 "ErrorCode,Invalid peer address");
10098 return 0;
10099 }
10100
10101 val = get_param(cmd, "type");
10102 if (val == NULL)
10103 return -1;
10104
10105 if (strcasecmp(val, "DISCOVERY") == 0) {
10106 snprintf(buf, sizeof(buf), "TDLS_DISCOVER %s", sta);
10107 if (wpa_command(intf, buf) < 0) {
10108 send_resp(dut, conn, SIGMA_ERROR,
10109 "ErrorCode,Failed to send TDLS discovery");
10110 return 0;
10111 }
10112 return 1;
10113 }
10114
10115 if (strcasecmp(val, "SETUP") == 0) {
10116 int status = 0, timeout = 0;
10117
10118 val = get_param(cmd, "Status");
10119 if (val)
10120 status = atoi(val);
10121
10122 val = get_param(cmd, "Timeout");
10123 if (val)
10124 timeout = atoi(val);
10125
10126 if (status != 0 && status != 37) {
10127 send_resp(dut, conn, SIGMA_ERROR,
10128 "ErrorCode,Unsupported status value");
10129 return 0;
10130 }
10131
10132 if (timeout != 0 && timeout != 301) {
10133 send_resp(dut, conn, SIGMA_ERROR,
10134 "ErrorCode,Unsupported timeout value");
10135 return 0;
10136 }
10137
10138 if (status && timeout) {
10139 send_resp(dut, conn, SIGMA_ERROR,
10140 "ErrorCode,Unsupported timeout+status "
10141 "combination");
10142 return 0;
10143 }
10144
10145 if (status == 37 &&
10146 wpa_command(intf, "SET tdls_testing 0x200")) {
10147 send_resp(dut, conn, SIGMA_ERROR,
10148 "ErrorCode,Failed to enable "
10149 "decline setup response test mode");
10150 return 0;
10151 }
10152
10153 if (timeout == 301) {
10154 int res;
10155 if (dut->no_tpk_expiration)
10156 res = wpa_command(intf,
10157 "SET tdls_testing 0x108");
10158 else
10159 res = wpa_command(intf,
10160 "SET tdls_testing 0x8");
10161 if (res) {
10162 send_resp(dut, conn, SIGMA_ERROR,
10163 "ErrorCode,Failed to set short TPK "
10164 "lifetime");
10165 return 0;
10166 }
10167 }
10168
10169 snprintf(buf, sizeof(buf), "TDLS_SETUP %s", sta);
10170 if (wpa_command(intf, buf) < 0) {
10171 send_resp(dut, conn, SIGMA_ERROR,
10172 "ErrorCode,Failed to send TDLS setup");
10173 return 0;
10174 }
10175 return 1;
10176 }
10177
10178 if (strcasecmp(val, "TEARDOWN") == 0) {
10179 snprintf(buf, sizeof(buf), "TDLS_TEARDOWN %s", sta);
10180 if (wpa_command(intf, buf) < 0) {
10181 send_resp(dut, conn, SIGMA_ERROR,
10182 "ErrorCode,Failed to send TDLS teardown");
10183 return 0;
10184 }
10185 return 1;
10186 }
10187
10188 send_resp(dut, conn, SIGMA_ERROR,
10189 "ErrorCode,Unsupported TDLS frame");
10190 return 0;
10191}
10192
10193
10194static int sta_ap_known(const char *ifname, const char *bssid)
10195{
10196 char buf[4096];
10197
Jouni Malinendd32f192018-09-15 02:55:19 +030010198 snprintf(buf, sizeof(buf), "BSS MASK=1 %s", bssid);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010199 if (wpa_command_resp(ifname, buf, buf, sizeof(buf)) < 0)
10200 return 0;
10201 if (strncmp(buf, "id=", 3) != 0)
10202 return 0;
10203 return 1;
10204}
10205
10206
10207static int sta_scan_ap(struct sigma_dut *dut, const char *ifname,
10208 const char *bssid)
10209{
10210 int res;
10211 struct wpa_ctrl *ctrl;
10212 char buf[256];
10213
10214 if (sta_ap_known(ifname, bssid))
10215 return 0;
10216 sigma_dut_print(dut, DUT_MSG_DEBUG,
10217 "AP not in BSS table - start scan");
10218
10219 ctrl = open_wpa_mon(ifname);
10220 if (ctrl == NULL) {
10221 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to open "
10222 "wpa_supplicant monitor connection");
10223 return -1;
10224 }
10225
10226 if (wpa_command(ifname, "SCAN") < 0) {
10227 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to start scan");
10228 wpa_ctrl_detach(ctrl);
10229 wpa_ctrl_close(ctrl);
10230 return -1;
10231 }
10232
10233 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-SCAN-RESULTS",
10234 buf, sizeof(buf));
10235
10236 wpa_ctrl_detach(ctrl);
10237 wpa_ctrl_close(ctrl);
10238
10239 if (res < 0) {
10240 sigma_dut_print(dut, DUT_MSG_INFO, "Scan did not complete");
10241 return -1;
10242 }
10243
10244 if (sta_ap_known(ifname, bssid))
10245 return 0;
10246 sigma_dut_print(dut, DUT_MSG_INFO, "AP not in BSS table");
10247 return -1;
10248}
10249
10250
10251static int cmd_sta_send_frame_hs2_neighadv(struct sigma_dut *dut,
10252 struct sigma_conn *conn,
10253 struct sigma_cmd *cmd,
10254 const char *intf)
10255{
10256 char buf[200];
10257
10258 snprintf(buf, sizeof(buf), "ndsend 2001:DB8::1 %s", intf);
10259 if (system(buf) != 0) {
10260 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Failed to run "
10261 "ndsend");
10262 return 0;
10263 }
10264
10265 return 1;
10266}
10267
10268
10269static int cmd_sta_send_frame_hs2_neighsolreq(struct sigma_dut *dut,
10270 struct sigma_conn *conn,
10271 struct sigma_cmd *cmd,
10272 const char *intf)
10273{
10274 char buf[200];
10275 const char *ip = get_param(cmd, "SenderIP");
10276
Peng Xu26b356d2017-10-04 17:58:16 -070010277 if (!ip)
10278 return 0;
10279
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010280 snprintf(buf, sizeof(buf), "ndisc6 -nm %s %s -r 4", ip, intf);
10281 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
10282 if (system(buf) == 0) {
10283 sigma_dut_print(dut, DUT_MSG_INFO,
10284 "Neighbor Solicitation got a response "
10285 "for %s@%s", ip, intf);
10286 }
10287
10288 return 1;
10289}
10290
10291
10292static int cmd_sta_send_frame_hs2_arpprobe(struct sigma_dut *dut,
10293 struct sigma_conn *conn,
10294 struct sigma_cmd *cmd,
10295 const char *ifname)
10296{
10297 char buf[200];
10298 const char *ip = get_param(cmd, "SenderIP");
10299
10300 if (ip == NULL) {
10301 send_resp(dut, conn, SIGMA_ERROR,
10302 "ErrorCode,Missing SenderIP parameter");
10303 return 0;
10304 }
10305 snprintf(buf, sizeof(buf), "arping -I %s -D %s -c 4", ifname, ip);
10306 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
10307 if (system(buf) != 0) {
10308 sigma_dut_print(dut, DUT_MSG_INFO, "arping DAD got a response "
10309 "for %s@%s", ip, ifname);
10310 }
10311
10312 return 1;
10313}
10314
10315
10316static int cmd_sta_send_frame_hs2_arpannounce(struct sigma_dut *dut,
10317 struct sigma_conn *conn,
10318 struct sigma_cmd *cmd,
10319 const char *ifname)
10320{
10321 char buf[200];
10322 char ip[16];
10323 int s;
Peng Xub3756882017-10-04 14:39:09 -070010324 struct ifreq ifr;
10325 struct sockaddr_in saddr;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010326
10327 s = socket(PF_INET, SOCK_DGRAM, 0);
Peng Xub3756882017-10-04 14:39:09 -070010328 if (s < 0) {
10329 perror("socket");
10330 return -1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010331 }
10332
Peng Xub3756882017-10-04 14:39:09 -070010333 memset(&ifr, 0, sizeof(ifr));
10334 strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
10335 if (ioctl(s, SIOCGIFADDR, &ifr) < 0) {
10336 sigma_dut_print(dut, DUT_MSG_INFO,
10337 "Failed to get %s IP address: %s",
10338 ifname, strerror(errno));
10339 close(s);
10340 return -1;
10341 }
10342 close(s);
10343
10344 memcpy(&saddr, &ifr.ifr_addr, sizeof(struct sockaddr_in));
10345 strlcpy(ip, inet_ntoa(saddr.sin_addr), sizeof(ip));
10346
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010347 snprintf(buf, sizeof(buf), "arping -I %s -s %s %s -c 4", ifname, ip,
10348 ip);
10349 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
10350 if (system(buf) != 0) {
10351 }
10352
10353 return 1;
10354}
10355
10356
10357static int cmd_sta_send_frame_hs2_arpreply(struct sigma_dut *dut,
10358 struct sigma_conn *conn,
10359 struct sigma_cmd *cmd,
10360 const char *ifname)
10361{
10362 char buf[200], addr[20];
10363 char dst[ETH_ALEN], src[ETH_ALEN];
10364 short ethtype = htons(ETH_P_ARP);
10365 char *pos;
10366 int s, res;
10367 const char *val;
10368 struct sockaddr_in taddr;
10369
10370 val = get_param(cmd, "dest");
10371 if (val)
10372 hwaddr_aton(val, (unsigned char *) dst);
10373
10374 val = get_param(cmd, "DestIP");
10375 if (val)
10376 inet_aton(val, &taddr.sin_addr);
Peng Xu151c9e12017-10-04 14:39:09 -070010377 else
10378 return -2;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010379
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010380 if (get_wpa_status(get_station_ifname(dut), "address", addr,
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010381 sizeof(addr)) < 0)
10382 return -2;
10383 hwaddr_aton(addr, (unsigned char *) src);
10384
10385 pos = buf;
10386 *pos++ = 0x00;
10387 *pos++ = 0x01;
10388 *pos++ = 0x08;
10389 *pos++ = 0x00;
10390 *pos++ = 0x06;
10391 *pos++ = 0x04;
10392 *pos++ = 0x00;
10393 *pos++ = 0x02;
10394 memcpy(pos, src, ETH_ALEN);
10395 pos += ETH_ALEN;
10396 memcpy(pos, &taddr.sin_addr, 4);
10397 pos += 4;
10398 memcpy(pos, dst, ETH_ALEN);
10399 pos += ETH_ALEN;
10400 memcpy(pos, &taddr.sin_addr, 4);
10401 pos += 4;
10402
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010403 s = open_monitor(get_station_ifname(dut));
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010404 if (s < 0) {
10405 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to open "
10406 "monitor socket");
10407 return 0;
10408 }
10409
10410 res = inject_eth_frame(s, buf, pos - buf, ethtype, dst, src);
10411 if (res < 0) {
10412 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to "
10413 "inject frame");
Pradeep Reddy POTTETI673d85c2016-07-26 19:08:07 +053010414 close(s);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010415 return 0;
10416 }
10417
10418 close(s);
10419
10420 return 1;
10421}
10422
10423
10424static int cmd_sta_send_frame_hs2_dls_req(struct sigma_dut *dut,
10425 struct sigma_conn *conn,
10426 struct sigma_cmd *cmd,
10427 const char *intf, const char *dest)
10428{
10429 char buf[100];
10430
10431 if (if_nametoindex("sigmadut") == 0) {
10432 snprintf(buf, sizeof(buf),
10433 "iw dev %s interface add sigmadut type monitor",
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010434 get_station_ifname(dut));
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010435 if (system(buf) != 0 ||
10436 if_nametoindex("sigmadut") == 0) {
10437 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to add "
10438 "monitor interface with '%s'", buf);
10439 return -2;
10440 }
10441 }
10442
10443 if (system("ifconfig sigmadut up") != 0) {
10444 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to set "
10445 "monitor interface up");
10446 return -2;
10447 }
10448
Veerendranath Jakkam49774122020-07-05 09:52:18 +053010449 return sta_inject_frame(dut, conn, intf, DLS_REQ, UNPROTECTED, dest, 1);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010450}
10451
10452
10453static int cmd_sta_send_frame_hs2(struct sigma_dut *dut,
10454 struct sigma_conn *conn,
10455 struct sigma_cmd *cmd)
10456{
10457 const char *intf = get_param(cmd, "Interface");
10458 const char *dest = get_param(cmd, "Dest");
10459 const char *type = get_param(cmd, "FrameName");
10460 const char *val;
10461 char buf[200], *pos, *end;
10462 int count, count2;
10463
10464 if (type == NULL)
10465 type = get_param(cmd, "Type");
10466
10467 if (intf == NULL || dest == NULL || type == NULL)
10468 return -1;
10469
10470 if (strcasecmp(type, "NeighAdv") == 0)
10471 return cmd_sta_send_frame_hs2_neighadv(dut, conn, cmd, intf);
10472
10473 if (strcasecmp(type, "NeighSolicitReq") == 0)
10474 return cmd_sta_send_frame_hs2_neighsolreq(dut, conn, cmd, intf);
10475
10476 if (strcasecmp(type, "ARPProbe") == 0)
10477 return cmd_sta_send_frame_hs2_arpprobe(dut, conn, cmd, intf);
10478
10479 if (strcasecmp(type, "ARPAnnounce") == 0)
10480 return cmd_sta_send_frame_hs2_arpannounce(dut, conn, cmd, intf);
10481
10482 if (strcasecmp(type, "ARPReply") == 0)
10483 return cmd_sta_send_frame_hs2_arpreply(dut, conn, cmd, intf);
10484
10485 if (strcasecmp(type, "DLS-request") == 0 ||
10486 strcasecmp(type, "DLSrequest") == 0)
10487 return cmd_sta_send_frame_hs2_dls_req(dut, conn, cmd, intf,
10488 dest);
10489
10490 if (strcasecmp(type, "ANQPQuery") != 0 &&
10491 strcasecmp(type, "Query") != 0) {
10492 send_resp(dut, conn, SIGMA_ERROR,
10493 "ErrorCode,Unsupported HS 2.0 send frame type");
10494 return 0;
10495 }
10496
10497 if (sta_scan_ap(dut, intf, dest) < 0) {
10498 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Could not find "
10499 "the requested AP");
10500 return 0;
10501 }
10502
10503 pos = buf;
10504 end = buf + sizeof(buf);
10505 count = 0;
10506 pos += snprintf(pos, end - pos, "ANQP_GET %s ", dest);
10507
10508 val = get_param(cmd, "ANQP_CAP_LIST");
10509 if (val && atoi(val)) {
10510 pos += snprintf(pos, end - pos, "%s257", count > 0 ? "," : "");
10511 count++;
10512 }
10513
10514 val = get_param(cmd, "VENUE_NAME");
10515 if (val && atoi(val)) {
10516 pos += snprintf(pos, end - pos, "%s258", count > 0 ? "," : "");
10517 count++;
10518 }
10519
10520 val = get_param(cmd, "NETWORK_AUTH_TYPE");
10521 if (val && atoi(val)) {
10522 pos += snprintf(pos, end - pos, "%s260", count > 0 ? "," : "");
10523 count++;
10524 }
10525
10526 val = get_param(cmd, "ROAMING_CONS");
10527 if (val && atoi(val)) {
10528 pos += snprintf(pos, end - pos, "%s261", count > 0 ? "," : "");
10529 count++;
10530 }
10531
10532 val = get_param(cmd, "IP_ADDR_TYPE_AVAILABILITY");
10533 if (val && atoi(val)) {
10534 pos += snprintf(pos, end - pos, "%s262", count > 0 ? "," : "");
10535 count++;
10536 }
10537
10538 val = get_param(cmd, "NAI_REALM_LIST");
10539 if (val && atoi(val)) {
10540 pos += snprintf(pos, end - pos, "%s263", count > 0 ? "," : "");
10541 count++;
10542 }
10543
10544 val = get_param(cmd, "3GPP_INFO");
10545 if (val && atoi(val)) {
10546 pos += snprintf(pos, end - pos, "%s264", count > 0 ? "," : "");
10547 count++;
10548 }
10549
10550 val = get_param(cmd, "DOMAIN_LIST");
10551 if (val && atoi(val)) {
10552 pos += snprintf(pos, end - pos, "%s268", count > 0 ? "," : "");
10553 count++;
10554 }
10555
Jouni Malinen34cf9532018-04-29 19:26:33 +030010556 val = get_param(cmd, "Venue_URL");
10557 if (val && atoi(val)) {
10558 pos += snprintf(pos, end - pos, "%s277", count > 0 ? "," : "");
10559 count++;
10560 }
10561
Jouni Malinend3bca5d2018-04-29 17:25:23 +030010562 val = get_param(cmd, "Advice_Of_Charge");
10563 if (val && atoi(val)) {
10564 pos += snprintf(pos, end - pos, "%s278", count > 0 ? "," : "");
10565 count++;
10566 }
10567
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010568 if (count && wpa_command(intf, buf)) {
10569 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,ANQP_GET failed");
10570 return 0;
10571 }
10572
10573 pos = buf;
10574 end = buf + sizeof(buf);
10575 count2 = 0;
10576 pos += snprintf(pos, end - pos, "HS20_ANQP_GET %s ", dest);
10577
10578 val = get_param(cmd, "HS_CAP_LIST");
10579 if (val && atoi(val)) {
10580 pos += snprintf(pos, end - pos, "%s2", count2 > 0 ? "," : "");
10581 count2++;
10582 }
10583
10584 val = get_param(cmd, "OPER_NAME");
10585 if (val && atoi(val)) {
10586 pos += snprintf(pos, end - pos, "%s3", count2 > 0 ? "," : "");
10587 count2++;
10588 }
10589
10590 val = get_param(cmd, "WAN_METRICS");
10591 if (!val)
10592 val = get_param(cmd, "WAN_MAT");
10593 if (!val)
10594 val = get_param(cmd, "WAN_MET");
10595 if (val && atoi(val)) {
10596 pos += snprintf(pos, end - pos, "%s4", count2 > 0 ? "," : "");
10597 count2++;
10598 }
10599
10600 val = get_param(cmd, "CONNECTION_CAPABILITY");
10601 if (val && atoi(val)) {
10602 pos += snprintf(pos, end - pos, "%s5", count2 > 0 ? "," : "");
10603 count2++;
10604 }
10605
10606 val = get_param(cmd, "OP_CLASS");
10607 if (val && atoi(val)) {
10608 pos += snprintf(pos, end - pos, "%s7", count2 > 0 ? "," : "");
10609 count2++;
10610 }
10611
10612 val = get_param(cmd, "OSU_PROVIDER_LIST");
10613 if (val && atoi(val)) {
10614 pos += snprintf(pos, end - pos, "%s8", count2 > 0 ? "," : "");
10615 count2++;
10616 }
10617
Jouni Malinenf67afec2018-04-29 19:24:58 +030010618 val = get_param(cmd, "OPER_ICON_METADATA");
10619 if (!val)
10620 val = get_param(cmd, "OPERATOR_ICON_METADATA");
10621 if (val && atoi(val)) {
10622 pos += snprintf(pos, end - pos, "%s12", count2 > 0 ? "," : "");
10623 count2++;
10624 }
10625
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010626 if (count && count2) {
10627 sigma_dut_print(dut, DUT_MSG_DEBUG, "Wait before sending out "
10628 "second query");
10629 sleep(1);
10630 }
10631
10632 if (count2 && wpa_command(intf, buf)) {
10633 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,HS20_ANQP_GET "
10634 "failed");
10635 return 0;
10636 }
10637
10638 val = get_param(cmd, "NAI_HOME_REALM_LIST");
10639 if (val) {
10640 if (count || count2) {
10641 sigma_dut_print(dut, DUT_MSG_DEBUG, "Wait before "
10642 "sending out second query");
10643 sleep(1);
10644 }
10645
10646 if (strcmp(val, "1") == 0)
10647 val = "mail.example.com";
10648 snprintf(buf, end - pos,
10649 "HS20_GET_NAI_HOME_REALM_LIST %s realm=%s",
10650 dest, val);
10651 if (wpa_command(intf, buf)) {
10652 send_resp(dut, conn, SIGMA_ERROR,
10653 "ErrorCode,HS20_GET_NAI_HOME_REALM_LIST "
10654 "failed");
10655 return 0;
10656 }
10657 }
10658
10659 val = get_param(cmd, "ICON_REQUEST");
10660 if (val) {
10661 if (count || count2) {
10662 sigma_dut_print(dut, DUT_MSG_DEBUG, "Wait before "
10663 "sending out second query");
10664 sleep(1);
10665 }
10666
10667 snprintf(buf, end - pos,
10668 "HS20_ICON_REQUEST %s %s", dest, val);
10669 if (wpa_command(intf, buf)) {
10670 send_resp(dut, conn, SIGMA_ERROR,
10671 "ErrorCode,HS20_ICON_REQUEST failed");
10672 return 0;
10673 }
10674 }
10675
10676 return 1;
10677}
10678
10679
10680static int ath_sta_send_frame_vht(struct sigma_dut *dut,
10681 struct sigma_conn *conn,
10682 struct sigma_cmd *cmd)
10683{
10684 const char *val;
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010685 const char *ifname;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010686 int chwidth, nss;
10687
10688 val = get_param(cmd, "framename");
10689 if (!val)
10690 return -1;
10691 sigma_dut_print(dut, DUT_MSG_DEBUG, "framename is %s", val);
10692
10693 /* Command sequence to generate Op mode notification */
10694 if (val && strcasecmp(val, "Op_md_notif_frm") == 0) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010695 ifname = get_station_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010696
10697 /* Disable STBC */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070010698 run_iwpriv(dut, ifname, "tx_stbc 0");
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010699
10700 /* Extract Channel width */
10701 val = get_param(cmd, "Channel_width");
10702 if (val) {
10703 switch (atoi(val)) {
10704 case 20:
10705 chwidth = 0;
10706 break;
10707 case 40:
10708 chwidth = 1;
10709 break;
10710 case 80:
10711 chwidth = 2;
10712 break;
10713 case 160:
10714 chwidth = 3;
10715 break;
10716 default:
10717 chwidth = 2;
10718 break;
10719 }
10720
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070010721 run_iwpriv(dut, ifname, "chwidth %d", chwidth);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010722 }
10723
10724 /* Extract NSS */
10725 val = get_param(cmd, "NSS");
10726 if (val) {
10727 switch (atoi(val)) {
10728 case 1:
10729 nss = 1;
10730 break;
10731 case 2:
10732 nss = 3;
10733 break;
10734 case 3:
10735 nss = 7;
10736 break;
10737 default:
10738 /* We do not support NSS > 3 */
10739 nss = 3;
10740 break;
10741 }
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070010742 run_iwpriv(dut, ifname, "rxchainmask %d", nss);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010743 }
10744
10745 /* Opmode notify */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070010746 run_iwpriv(dut, ifname, "opmode_notify 1");
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010747 }
10748
10749 return 1;
10750}
10751
10752
Kiran Kumar Lokere00d74412020-07-23 13:26:51 -070010753static int wcn_sta_set_pmf_config(struct sigma_dut *dut, const char *intf,
10754 enum send_frame_protection protected)
10755{
10756#ifdef NL80211_SUPPORT
10757 struct nl_msg *msg;
10758 int ret = 0;
10759 struct nlattr *params;
10760 int ifindex;
10761
10762 ifindex = if_nametoindex(intf);
10763 if (ifindex == 0) {
10764 sigma_dut_print(dut, DUT_MSG_ERROR,
10765 "%s: Index for interface %s failed",
10766 __func__, intf);
10767 return -1;
10768 }
10769
10770 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
10771 NL80211_CMD_VENDOR)) ||
10772 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
10773 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
10774 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
10775 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
10776 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
10777 nla_put_u8(msg,
10778 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_PMF_PROTECTION,
10779 protected)) {
10780 sigma_dut_print(dut, DUT_MSG_ERROR,
10781 "%s: err in adding vendor_cmd and vendor_data",
10782 __func__);
10783 nlmsg_free(msg);
10784 return -1;
10785 }
10786 nla_nest_end(msg, params);
10787
10788 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
10789 if (ret) {
10790 sigma_dut_print(dut, DUT_MSG_ERROR,
10791 "%s: err in send_and_recv_msgs, ret=%d",
10792 __func__, ret);
10793 }
10794 return ret;
10795#else /* NL80211_SUPPORT */
10796 sigma_dut_print(dut, DUT_MSG_ERROR,
10797 "PMF config cannot be set without NL80211_SUPPORT defined");
10798 return -1;
10799#endif /* NL80211_SUPPORT */
10800}
10801
10802
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010803static int cmd_sta_send_frame_vht(struct sigma_dut *dut,
10804 struct sigma_conn *conn,
10805 struct sigma_cmd *cmd)
10806{
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010807 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020010808 case DRIVER_ATHEROS:
10809 return ath_sta_send_frame_vht(dut, conn, cmd);
10810 default:
10811 send_resp(dut, conn, SIGMA_ERROR,
10812 "errorCode,Unsupported sta_set_frame(VHT) with the current driver");
10813 return 0;
10814 }
10815}
10816
10817
Kiran Kumar Lokerec2c3b412020-07-23 13:51:27 -070010818static int wcn_sta_send_disassoc(struct sigma_dut *dut, const char *intf)
10819{
10820#ifdef NL80211_SUPPORT
10821 struct nl_msg *msg;
10822 int ret = 0;
10823 struct nlattr *params;
10824 int ifindex;
10825
10826 ifindex = if_nametoindex(intf);
10827 if (ifindex == 0) {
10828 sigma_dut_print(dut, DUT_MSG_ERROR,
10829 "%s: Index for interface %s failed",
10830 __func__, intf);
10831 return -1;
10832 }
10833
10834 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
10835 NL80211_CMD_VENDOR)) ||
10836 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
10837 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
10838 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
10839 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
10840 !(params = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
10841 nla_put_flag(msg,
10842 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_DISASSOC_TX)) {
10843 sigma_dut_print(dut, DUT_MSG_ERROR,
10844 "%s: err in adding vendor_cmd and vendor_data",
10845 __func__);
10846 nlmsg_free(msg);
10847 return -1;
10848 }
10849 nla_nest_end(msg, params);
10850
10851 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
10852 if (ret) {
10853 sigma_dut_print(dut, DUT_MSG_ERROR,
10854 "%s: err in send_and_recv_msgs, ret=%d",
10855 __func__, ret);
10856 }
10857 return ret;
10858#else /* NL80211_SUPPORT */
10859 sigma_dut_print(dut, DUT_MSG_ERROR,
10860 "Disassoc Tx cannot be done without NL80211_SUPPORT defined");
10861 return -1;
10862#endif /* NL80211_SUPPORT */
10863}
10864
10865
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010866static int wcn_sta_send_frame_he(struct sigma_dut *dut, struct sigma_conn *conn,
10867 struct sigma_cmd *cmd)
10868{
10869 const char *val;
10870 const char *intf = get_param(cmd, "Interface");
Kiran Kumar Lokere00d74412020-07-23 13:26:51 -070010871 enum send_frame_protection protected;
10872 const char *pmf;
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010873
Alexei Avshalom Lazar4a3c2f82019-05-02 13:35:37 +030010874 if (!intf)
10875 return -1;
10876
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010877 val = get_param(cmd, "framename");
10878 if (!val)
10879 return -1;
10880 sigma_dut_print(dut, DUT_MSG_DEBUG, "framename is %s", val);
10881
Kiran Kumar Lokere00d74412020-07-23 13:26:51 -070010882 pmf = get_param(cmd, "PMFProtected");
10883 if (!pmf)
10884 pmf = get_param(cmd, "Protected");
10885 if (pmf) {
10886 if (strcasecmp(pmf, "Correct-key") == 0 ||
10887 strcasecmp(pmf, "CorrectKey") == 0) {
10888 protected = CORRECT_KEY;
10889 } else if (strcasecmp(pmf, "IncorrectKey") == 0) {
10890 protected = INCORRECT_KEY;
10891 } else if (strcasecmp(pmf, "Unprotected") == 0) {
10892 protected = UNPROTECTED;
10893 } else {
10894 send_resp(dut, conn, SIGMA_ERROR,
10895 "errorCode,Unsupported PMFProtected");
10896 return STATUS_SENT_ERROR;
10897 }
10898 sigma_dut_print(dut, DUT_MSG_DEBUG, "Config PMF protection %d",
10899 protected);
10900 wcn_sta_set_pmf_config(dut, intf, protected);
10901 }
10902
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010903 /* Command sequence to generate Op mode notification */
10904 if (val && strcasecmp(val, "action") == 0) {
10905 val = get_param(cmd, "PPDUTxType");
10906 if (val && strcasecmp(val, "TB") == 0) {
10907 if (sta_set_action_tx_in_he_tb_ppdu(dut, intf, 1)) {
10908 sigma_dut_print(dut, DUT_MSG_ERROR,
10909 "failed to send TB PPDU Tx cfg");
10910 send_resp(dut, conn, SIGMA_ERROR,
10911 "ErrorCode,set TB PPDU Tx cfg failed");
10912 return 0;
10913 }
10914 return 1;
10915 }
10916
10917 sigma_dut_print(dut, DUT_MSG_ERROR,
10918 "Action Tx type is not defined");
Kiran Kumar Lokerec2c3b412020-07-23 13:51:27 -070010919
10920 return SUCCESS_SEND_STATUS;
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010921 }
10922
Kiran Kumar Lokerec2c3b412020-07-23 13:51:27 -070010923 if (strcasecmp(val, "disassoc") == 0)
10924 wcn_sta_send_disassoc(dut, intf);
10925
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010926 return 1;
10927}
10928
10929
10930static int cmd_sta_send_frame_he(struct sigma_dut *dut,
10931 struct sigma_conn *conn,
10932 struct sigma_cmd *cmd)
10933{
Jouni Malinen016ae6c2019-11-04 17:00:01 +020010934 switch (get_driver_type(dut)) {
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070010935 case DRIVER_WCN:
10936 return wcn_sta_send_frame_he(dut, conn, cmd);
10937 default:
10938 send_resp(dut, conn, SIGMA_ERROR,
10939 "errorCode,Unsupported sta_set_frame(HE) with the current driver");
10940 return 0;
10941 }
10942}
10943
10944
Lior David0fe101e2017-03-09 16:09:50 +020010945#ifdef __linux__
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030010946
10947static int
10948wil6210_send_p2p_frame_60g(struct sigma_dut *dut, struct sigma_cmd *cmd,
10949 const char *frame_name, const char *dest_mac)
10950{
10951 int isprobereq = strcasecmp(frame_name, "probereq") == 0;
10952 const char *ssid = get_param(cmd, "ssid");
10953 const char *countstr = get_param(cmd, "count");
10954 const char *channelstr = get_param(cmd, "channel");
10955 const char *group_id = get_param(cmd, "groupid");
10956 const char *client_id = get_param(cmd, "clientmac");
10957 int count, channel, freq, i;
10958 const char *fname;
10959 char frame[1024], src_mac[20], group_id_attr[25],
10960 device_macstr[3 * ETH_ALEN], client_mac[ETH_ALEN];
10961 const char *group_ssid;
10962 const int group_ssid_prefix_len = 9;
10963 struct ieee80211_hdr_3addr *hdr = (struct ieee80211_hdr_3addr *) frame;
10964 size_t framelen = sizeof(frame);
10965 struct template_frame_tag tags[2];
10966 size_t tags_total = ARRAY_SIZE(tags);
10967 int tag_index, len, dst_len;
10968
10969 if (!countstr || !channelstr) {
10970 sigma_dut_print(dut, DUT_MSG_ERROR,
10971 "Missing argument: count, channel");
10972 return -1;
10973 }
10974 if (isprobereq && !ssid) {
10975 sigma_dut_print(dut, DUT_MSG_ERROR,
10976 "Missing argument: ssid");
10977 return -1;
10978 }
10979 if (!isprobereq && (!group_id || !client_id)) {
10980 sigma_dut_print(dut, DUT_MSG_ERROR,
10981 "Missing argument: group_id, client_id");
10982 return -1;
10983 }
10984
10985 count = atoi(countstr);
10986 channel = atoi(channelstr);
10987 freq = channel_to_freq(dut, channel);
10988
10989 if (!freq) {
10990 sigma_dut_print(dut, DUT_MSG_ERROR,
10991 "invalid channel: %s", channelstr);
10992 return -1;
10993 }
10994
10995 if (isprobereq) {
10996 if (strcasecmp(ssid, "wildcard") == 0) {
10997 fname = "probe_req_wildcard.txt";
10998 } else if (strcasecmp(ssid, "P2P_Wildcard") == 0) {
10999 fname = "probe_req_P2P_Wildcard.txt";
11000 } else {
11001 sigma_dut_print(dut, DUT_MSG_ERROR,
11002 "invalid probe request type");
11003 return -1;
11004 }
11005 } else {
11006 fname = "P2P_device_discovery_req.txt";
11007 }
11008
11009 if (parse_template_frame_file(dut, fname, frame, &framelen,
11010 tags, &tags_total)) {
11011 sigma_dut_print(dut, DUT_MSG_ERROR,
11012 "invalid frame template: %s", fname);
11013 return -1;
11014 }
11015
Jouni Malinen016ae6c2019-11-04 17:00:01 +020011016 if (get_wpa_status(get_station_ifname(dut), "address",
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030011017 src_mac, sizeof(src_mac)) < 0 ||
11018 parse_mac_address(dut, src_mac, &hdr->addr2[0]) ||
11019 parse_mac_address(dut, dest_mac, &hdr->addr1[0]))
11020 return -1;
11021 /* Use wildcard BSSID, since we are in PBSS */
11022 memset(&hdr->addr3, 0xFF, ETH_ALEN);
11023
11024 if (!isprobereq) {
11025 tag_index = find_template_frame_tag(tags, tags_total, 1);
11026 if (tag_index < 0) {
11027 sigma_dut_print(dut, DUT_MSG_ERROR,
11028 "can't find device id attribute");
11029 return -1;
11030 }
11031 if (parse_mac_address(dut, client_id,
11032 (unsigned char *) client_mac)) {
11033 sigma_dut_print(dut, DUT_MSG_ERROR,
11034 "invalid client_id: %s", client_id);
11035 return -1;
11036 }
11037 if (replace_p2p_attribute(dut, &frame[tags[tag_index].offset],
11038 framelen - tags[tag_index].offset,
11039 IEEE80211_P2P_ATTR_DEVICE_ID,
11040 client_mac, ETH_ALEN)) {
11041 sigma_dut_print(dut, DUT_MSG_ERROR,
11042 "fail to replace device id attribute");
11043 return -1;
11044 }
11045
11046 /*
11047 * group_id arg contains device MAC address followed by
11048 * space and SSID (DIRECT-somessid).
11049 * group id attribute contains device address (6 bytes)
11050 * followed by SSID prefix DIRECT-XX (9 bytes)
11051 */
11052 if (strlen(group_id) < sizeof(device_macstr)) {
11053 sigma_dut_print(dut, DUT_MSG_ERROR,
11054 "group_id arg too short");
11055 return -1;
11056 }
11057 memcpy(device_macstr, group_id, sizeof(device_macstr));
11058 device_macstr[sizeof(device_macstr) - 1] = '\0';
11059 if (parse_mac_address(dut, device_macstr,
11060 (unsigned char *) group_id_attr)) {
11061 sigma_dut_print(dut, DUT_MSG_ERROR,
11062 "fail to parse device address from group_id");
11063 return -1;
11064 }
11065 group_ssid = strchr(group_id, ' ');
11066 if (!group_ssid) {
11067 sigma_dut_print(dut, DUT_MSG_ERROR,
11068 "invalid group_id arg, no ssid");
11069 return -1;
11070 }
11071 group_ssid++;
11072 len = strlen(group_ssid);
11073 if (len < group_ssid_prefix_len) {
11074 sigma_dut_print(dut, DUT_MSG_ERROR,
11075 "group_id SSID too short");
11076 return -1;
11077 }
11078 dst_len = sizeof(group_id_attr) - ETH_ALEN;
11079 if (len > dst_len) {
11080 sigma_dut_print(dut, DUT_MSG_ERROR,
11081 "group_id SSID (%s) too long",
11082 group_ssid);
11083 return -1;
11084 }
11085
11086 memcpy(group_id_attr + ETH_ALEN, group_ssid, len);
11087 tag_index = find_template_frame_tag(tags, tags_total, 2);
11088 if (tag_index < 0) {
11089 sigma_dut_print(dut, DUT_MSG_ERROR,
11090 "can't find group id attribute");
11091 return -1;
11092 }
11093 if (replace_p2p_attribute(dut, &frame[tags[tag_index].offset],
11094 framelen - tags[tag_index].offset,
11095 IEEE80211_P2P_ATTR_GROUP_ID,
11096 group_id_attr,
11097 sizeof(group_id_attr))) {
11098 sigma_dut_print(dut, DUT_MSG_ERROR,
11099 "fail to replace group id attribute");
11100 return -1;
11101 }
11102 }
11103
11104 for (i = 0; i < count; i++) {
11105 if (wil6210_transmit_frame(dut, freq,
11106 WIL_TRANSMIT_FRAME_DEFAULT_ROC,
11107 frame, framelen)) {
11108 sigma_dut_print(dut, DUT_MSG_ERROR,
11109 "fail to transmit probe request frame");
11110 return -1;
11111 }
11112 }
11113
11114 return 0;
11115}
11116
11117
Lior David0fe101e2017-03-09 16:09:50 +020011118int wil6210_send_frame_60g(struct sigma_dut *dut, struct sigma_conn *conn,
11119 struct sigma_cmd *cmd)
11120{
11121 const char *frame_name = get_param(cmd, "framename");
11122 const char *mac = get_param(cmd, "dest_mac");
11123
11124 if (!frame_name || !mac) {
11125 sigma_dut_print(dut, DUT_MSG_ERROR,
11126 "framename and dest_mac must be provided");
11127 return -1;
11128 }
11129
11130 if (strcasecmp(frame_name, "brp") == 0) {
11131 const char *l_rx = get_param(cmd, "L-RX");
11132 int l_rx_i;
11133
11134 if (!l_rx) {
11135 sigma_dut_print(dut, DUT_MSG_ERROR,
11136 "L-RX must be provided");
11137 return -1;
11138 }
11139 l_rx_i = atoi(l_rx);
11140
11141 sigma_dut_print(dut, DUT_MSG_INFO,
11142 "dev_send_frame: BRP-RX, dest_mac %s, L-RX %s",
11143 mac, l_rx);
11144 if (l_rx_i != 16) {
11145 sigma_dut_print(dut, DUT_MSG_ERROR,
11146 "unsupported L-RX: %s", l_rx);
11147 return -1;
11148 }
11149
11150 if (wil6210_send_brp_rx(dut, mac, l_rx_i))
11151 return -1;
11152 } else if (strcasecmp(frame_name, "ssw") == 0) {
11153 sigma_dut_print(dut, DUT_MSG_INFO,
11154 "dev_send_frame: SLS, dest_mac %s", mac);
11155 if (wil6210_send_sls(dut, mac))
11156 return -1;
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030011157 } else if ((strcasecmp(frame_name, "probereq") == 0) ||
11158 (strcasecmp(frame_name, "devdiscreq") == 0)) {
11159 sigma_dut_print(dut, DUT_MSG_INFO,
11160 "dev_send_frame: %s, dest_mac %s", frame_name,
11161 mac);
11162 if (wil6210_send_p2p_frame_60g(dut, cmd, frame_name, mac))
11163 return -1;
Lior David0fe101e2017-03-09 16:09:50 +020011164 } else {
11165 sigma_dut_print(dut, DUT_MSG_ERROR,
11166 "unsupported frame type: %s", frame_name);
11167 return -1;
11168 }
11169
11170 return 1;
11171}
Alexei Avshalom Lazara90032d2019-05-02 13:34:02 +030011172
Lior David0fe101e2017-03-09 16:09:50 +020011173#endif /* __linux__ */
11174
11175
11176static int cmd_sta_send_frame_60g(struct sigma_dut *dut,
11177 struct sigma_conn *conn,
11178 struct sigma_cmd *cmd)
11179{
Jouni Malinen016ae6c2019-11-04 17:00:01 +020011180 switch (get_driver_type(dut)) {
Lior David0fe101e2017-03-09 16:09:50 +020011181#ifdef __linux__
11182 case DRIVER_WIL6210:
11183 return wil6210_send_frame_60g(dut, conn, cmd);
11184#endif /* __linux__ */
11185 default:
11186 send_resp(dut, conn, SIGMA_ERROR,
11187 "errorCode,Unsupported sta_set_frame(60G) with the current driver");
11188 return 0;
11189 }
11190}
11191
11192
Ashwini Patildb59b3c2017-04-13 15:19:23 +053011193static int mbo_send_anqp_query(struct sigma_dut *dut, struct sigma_conn *conn,
11194 const char *intf, struct sigma_cmd *cmd)
11195{
11196 const char *val, *addr;
11197 char buf[100];
11198
11199 addr = get_param(cmd, "DestMac");
11200 if (!addr) {
11201 send_resp(dut, conn, SIGMA_INVALID,
11202 "ErrorCode,AP MAC address is missing");
11203 return 0;
11204 }
11205
11206 val = get_param(cmd, "ANQPQuery_ID");
11207 if (!val) {
11208 send_resp(dut, conn, SIGMA_INVALID,
11209 "ErrorCode,Missing ANQPQuery_ID");
11210 return 0;
11211 }
11212
11213 if (strcasecmp(val, "NeighborReportReq") == 0) {
11214 snprintf(buf, sizeof(buf), "ANQP_GET %s 272", addr);
11215 } else if (strcasecmp(val, "QueryListWithCellPref") == 0) {
11216 snprintf(buf, sizeof(buf), "ANQP_GET %s 272,mbo:2", addr);
11217 } else {
11218 sigma_dut_print(dut, DUT_MSG_ERROR, "Invalid ANQPQuery_ID: %s",
11219 val);
11220 send_resp(dut, conn, SIGMA_INVALID,
11221 "ErrorCode,Invalid ANQPQuery_ID");
11222 return 0;
11223 }
11224
Ashwini Patild174f2c2017-04-13 16:49:46 +053011225 /* Set gas_address3 field to IEEE 802.11-2012 standard compliant form
11226 * (Address3 = Wildcard BSSID when sent to not-associated AP;
11227 * if associated, AP BSSID).
11228 */
11229 if (wpa_command(intf, "SET gas_address3 1") < 0) {
11230 send_resp(dut, conn, SIGMA_ERROR,
11231 "ErrorCode,Failed to set gas_address3");
11232 return 0;
11233 }
11234
Ashwini Patildb59b3c2017-04-13 15:19:23 +053011235 if (wpa_command(intf, buf) < 0) {
11236 send_resp(dut, conn, SIGMA_ERROR,
11237 "ErrorCode,Failed to send ANQP query");
11238 return 0;
11239 }
11240
11241 return 1;
11242}
11243
11244
11245static int mbo_cmd_sta_send_frame(struct sigma_dut *dut,
11246 struct sigma_conn *conn,
11247 const char *intf,
11248 struct sigma_cmd *cmd)
11249{
11250 const char *val = get_param(cmd, "FrameName");
11251
11252 if (val && strcasecmp(val, "ANQPQuery") == 0)
11253 return mbo_send_anqp_query(dut, conn, intf, cmd);
11254
11255 return 2;
11256}
11257
11258
Veerendranath Jakkam54ddc352020-07-05 15:47:54 +053011259static enum sigma_cmd_result cmd_sta_send_frame_wpa3(struct sigma_dut *dut,
11260 struct sigma_conn *conn,
11261 const char *intf,
11262 struct sigma_cmd *cmd)
11263{
11264 const char *val = get_param(cmd, "framename");
11265
11266 if (!val)
11267 return INVALID_SEND_STATUS;
11268
11269 if (strcasecmp(val, "SAQueryReq") == 0) {
11270 val = get_param(cmd, "OCIChannel");
11271
11272 if (!val) {
11273 send_resp(dut, conn, SIGMA_ERROR,
11274 "errorCode,OCIChannel not present");
11275 return STATUS_SENT_ERROR;
11276 }
11277
11278 dut->saquery_oci_freq = channel_to_freq(dut, atoi(val));
11279 if (!dut->saquery_oci_freq) {
11280 send_resp(dut, conn, SIGMA_ERROR,
11281 "errorCode,Invalid OCIChannel number");
11282 return STATUS_SENT_ERROR;
11283 }
11284
11285 return sta_inject_frame(dut, conn, intf, SAQUERY, CORRECT_KEY,
11286 NULL, 0);
11287 }
11288
11289 if (strcasecmp(val, "reassocreq") == 0)
11290 return sta_inject_frame(dut, conn, intf, REASSOCREQ,
11291 CORRECT_KEY, NULL, 0);
11292
11293 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported framename");
11294 return STATUS_SENT_ERROR;
11295}
11296
11297
Vinita S. Malooee9e7e92020-04-28 16:26:50 +053011298static enum sigma_cmd_result
11299cmd_sta_send_frame_mscs(struct sigma_dut *dut, struct sigma_conn *conn,
11300 const char *intf, struct sigma_cmd *cmd)
11301{
11302 char buf[128], *pos;
11303 const char *val, *classifier_type = "04", *type;
11304 int len, rem_len;
11305 u8 up_bitmap;
11306
11307 val = get_param(cmd, "FrameName");
11308 type = get_param(cmd, "Request_Type");
11309 if (!val || !type || strcasecmp(val, "MSCSReq") != 0) {
11310 sigma_dut_print(dut, DUT_MSG_ERROR,
11311 "%s: frame name or type not valid", __func__);
11312 return INVALID_SEND_STATUS;
11313 }
11314
11315 rem_len = sizeof(buf);
11316 pos = buf;
11317 if (strcasecmp(type, "add") == 0) {
11318 len = snprintf(pos, rem_len, "MSCS add");
11319 } else if (strcasecmp(type, "update") == 0) {
11320 len = snprintf(pos, rem_len, "MSCS change");
11321 } else if (strcasecmp(type, "remove") == 0) {
11322 if (wpa_command(intf, "MSCS remove") != 0) {
11323 send_resp(dut, conn, SIGMA_ERROR,
11324 "ErrorCode,Failed to send MSCS frame req");
11325 return STATUS_SENT_ERROR;
11326 }
11327 return SUCCESS_SEND_STATUS;
11328 } else {
11329 sigma_dut_print(dut, DUT_MSG_ERROR,
11330 "%s: request type invalid", __func__);
11331 return INVALID_SEND_STATUS;
11332 }
11333
11334 if (len < 0 || len >= rem_len)
11335 goto fail;
11336
11337 pos += len;
11338 rem_len -= len;
11339
11340 val = get_param(cmd, "User_Priority_Bitmap");
11341 if (!val) {
11342 sigma_dut_print(dut, DUT_MSG_ERROR,
11343 "%s: user priority bitmap empty", __func__);
11344 return INVALID_SEND_STATUS;
11345 }
11346
11347 switch (atoi(val)) {
11348 case 0:
11349 up_bitmap = 0x00;
11350 break;
11351 case 1:
11352 up_bitmap = 0xF0;
11353 break;
11354 case 2:
11355 up_bitmap = 0xF6;
11356 break;
11357 default:
11358 sigma_dut_print(dut, DUT_MSG_ERROR,
11359 "%s: Unknown User_Priority_Bitmap value %d",
11360 __func__, atoi(val));
11361 return INVALID_SEND_STATUS;
11362 }
11363
11364 len = snprintf(pos, rem_len, " up_bitmap=%02x", up_bitmap);
11365 if (len < 0 || len >= rem_len)
11366 goto fail;
11367
11368 pos += len;
11369 rem_len -= len;
11370
11371 val = get_param(cmd, "User_Priority_Limit");
11372 if (!val) {
11373 sigma_dut_print(dut, DUT_MSG_ERROR,
11374 "%s: invalid user priority limit", __func__);
11375 return INVALID_SEND_STATUS;
11376 }
11377
11378 len = snprintf(pos, rem_len, " up_limit=%s", val);
11379 if (len < 0 || len >= rem_len)
11380 goto fail;
11381
11382 pos += len;
11383 rem_len -= len;
11384
11385 val = get_param(cmd, "Stream_Timeout");
11386 if (!val)
11387 val = get_param(cmd, "Stream_Timtout");
11388 if (!val) {
11389 sigma_dut_print(dut, DUT_MSG_ERROR,
11390 "%s: invalid stream timeout", __func__);
11391 return INVALID_SEND_STATUS;
11392 }
11393
11394 len = snprintf(pos, rem_len, " stream_timeout=%s", val);
11395 if (len < 0 || len >= rem_len)
11396 goto fail;
11397
11398 pos += len;
11399 rem_len -= len;
11400
11401 val = get_param(cmd, "TCLAS_Mask");
11402 if (!val) {
11403 sigma_dut_print(dut, DUT_MSG_ERROR,
11404 "%s: invalid tclas mask", __func__);
11405 return INVALID_SEND_STATUS;
11406 }
11407
11408 len = snprintf(pos, rem_len, " frame_classifier=%s%lx%032x",
11409 classifier_type, strtol(val, NULL, 2), 0);
11410 if (len < 0 || len >= rem_len)
11411 goto fail;
11412
11413 if (wpa_command(intf, buf) != 0) {
11414 send_resp(dut, conn, SIGMA_ERROR,
11415 "ErrorCode,Failed to send MSCS frame req");
11416 return STATUS_SENT_ERROR;
11417 }
11418
11419 sigma_dut_print(dut, DUT_MSG_DEBUG,
11420 "MSCS frame request sent: %s", buf);
11421
11422 return SUCCESS_SEND_STATUS;
11423fail:
11424 sigma_dut_print(dut, DUT_MSG_ERROR,
11425 "Failed to create MSCS frame req");
11426 return ERROR_SEND_STATUS;
11427}
11428
11429
Jouni Malinenf7222712019-06-13 01:50:21 +030011430enum sigma_cmd_result cmd_sta_send_frame(struct sigma_dut *dut,
11431 struct sigma_conn *conn,
11432 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011433{
11434 const char *intf = get_param(cmd, "Interface");
11435 const char *val;
11436 enum send_frame_type frame;
11437 enum send_frame_protection protected;
11438 char buf[100];
11439 unsigned char addr[ETH_ALEN];
11440 int res;
11441
Alexei Avshalom Lazar4a3c2f82019-05-02 13:35:37 +030011442 if (!intf)
11443 return -1;
11444
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011445 val = get_param(cmd, "program");
11446 if (val == NULL)
11447 val = get_param(cmd, "frame");
11448 if (val && strcasecmp(val, "TDLS") == 0)
11449 return cmd_sta_send_frame_tdls(dut, conn, cmd);
11450 if (val && (strcasecmp(val, "HS2") == 0 ||
Jouni Malinen1f6ae642018-06-07 23:56:13 +030011451 strcasecmp(val, "HS2-R2") == 0 ||
11452 strcasecmp(val, "HS2-R3") == 0))
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011453 return cmd_sta_send_frame_hs2(dut, conn, cmd);
11454 if (val && strcasecmp(val, "VHT") == 0)
11455 return cmd_sta_send_frame_vht(dut, conn, cmd);
Kiran Kumar Lokere419f6962018-10-24 19:03:04 -070011456 if (val && strcasecmp(val, "HE") == 0)
11457 return cmd_sta_send_frame_he(dut, conn, cmd);
priyadharshini gowthamand66913a2016-07-29 15:11:17 -070011458 if (val && strcasecmp(val, "LOC") == 0)
11459 return loc_cmd_sta_send_frame(dut, conn, cmd);
Lior David0fe101e2017-03-09 16:09:50 +020011460 if (val && strcasecmp(val, "60GHz") == 0)
11461 return cmd_sta_send_frame_60g(dut, conn, cmd);
Ashwini Patildb59b3c2017-04-13 15:19:23 +053011462 if (val && strcasecmp(val, "MBO") == 0) {
11463 res = mbo_cmd_sta_send_frame(dut, conn, intf, cmd);
11464 if (res != 2)
11465 return res;
11466 }
Veerendranath Jakkam54ddc352020-07-05 15:47:54 +053011467 if (val && strcasecmp(val, "WPA3") == 0)
11468 return cmd_sta_send_frame_wpa3(dut, conn, intf, cmd);
Vinita S. Malooee9e7e92020-04-28 16:26:50 +053011469 if (val && strcasecmp(val, "QM") == 0)
11470 return cmd_sta_send_frame_mscs(dut, conn, intf, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011471
11472 val = get_param(cmd, "TD_DISC");
11473 if (val) {
11474 if (hwaddr_aton(val, addr) < 0)
11475 return -1;
11476 snprintf(buf, sizeof(buf), "TDLS_DISCOVER %s", val);
11477 if (wpa_command(intf, buf) < 0) {
11478 send_resp(dut, conn, SIGMA_ERROR,
11479 "ErrorCode,Failed to send TDLS discovery");
11480 return 0;
11481 }
11482 return 1;
11483 }
11484
11485 val = get_param(cmd, "TD_Setup");
11486 if (val) {
11487 if (hwaddr_aton(val, addr) < 0)
11488 return -1;
11489 snprintf(buf, sizeof(buf), "TDLS_SETUP %s", val);
11490 if (wpa_command(intf, buf) < 0) {
11491 send_resp(dut, conn, SIGMA_ERROR,
11492 "ErrorCode,Failed to start TDLS setup");
11493 return 0;
11494 }
11495 return 1;
11496 }
11497
11498 val = get_param(cmd, "TD_TearDown");
11499 if (val) {
11500 if (hwaddr_aton(val, addr) < 0)
11501 return -1;
11502 snprintf(buf, sizeof(buf), "TDLS_TEARDOWN %s", val);
11503 if (wpa_command(intf, buf) < 0) {
11504 send_resp(dut, conn, SIGMA_ERROR,
11505 "ErrorCode,Failed to tear down TDLS link");
11506 return 0;
11507 }
11508 return 1;
11509 }
11510
11511 val = get_param(cmd, "TD_ChannelSwitch");
11512 if (val) {
11513 /* TODO */
11514 send_resp(dut, conn, SIGMA_ERROR,
11515 "ErrorCode,TD_ChannelSwitch not yet supported");
11516 return 0;
11517 }
11518
11519 val = get_param(cmd, "TD_NF");
11520 if (val) {
11521 /* TODO */
11522 send_resp(dut, conn, SIGMA_ERROR,
11523 "ErrorCode,TD_NF not yet supported");
11524 return 0;
11525 }
11526
11527 val = get_param(cmd, "PMFFrameType");
11528 if (val == NULL)
11529 val = get_param(cmd, "FrameName");
11530 if (val == NULL)
11531 val = get_param(cmd, "Type");
11532 if (val == NULL)
11533 return -1;
11534 if (strcasecmp(val, "disassoc") == 0)
11535 frame = DISASSOC;
11536 else if (strcasecmp(val, "deauth") == 0)
11537 frame = DEAUTH;
11538 else if (strcasecmp(val, "saquery") == 0)
11539 frame = SAQUERY;
11540 else if (strcasecmp(val, "auth") == 0)
11541 frame = AUTH;
11542 else if (strcasecmp(val, "assocreq") == 0)
11543 frame = ASSOCREQ;
11544 else if (strcasecmp(val, "reassocreq") == 0)
11545 frame = REASSOCREQ;
11546 else if (strcasecmp(val, "neigreq") == 0) {
11547 sigma_dut_print(dut, DUT_MSG_INFO, "Got neighbor request");
11548
11549 val = get_param(cmd, "ssid");
11550 if (val == NULL)
11551 return -1;
11552
11553 res = send_neighbor_request(dut, intf, val);
11554 if (res) {
11555 send_resp(dut, conn, SIGMA_ERROR, "errorCode,"
11556 "Failed to send neighbor report request");
11557 return 0;
11558 }
11559
11560 return 1;
Ashwini Patil5acd7382017-04-13 15:55:04 +053011561 } else if (strcasecmp(val, "transmgmtquery") == 0 ||
11562 strcasecmp(val, "BTMQuery") == 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011563 sigma_dut_print(dut, DUT_MSG_DEBUG,
11564 "Got Transition Management Query");
11565
Ashwini Patil5acd7382017-04-13 15:55:04 +053011566 res = send_trans_mgmt_query(dut, intf, cmd);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011567 if (res) {
11568 send_resp(dut, conn, SIGMA_ERROR, "errorCode,"
11569 "Failed to send Transition Management Query");
11570 return 0;
11571 }
11572
11573 return 1;
11574 } else {
11575 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported "
11576 "PMFFrameType");
11577 return 0;
11578 }
11579
11580 val = get_param(cmd, "PMFProtected");
11581 if (val == NULL)
11582 val = get_param(cmd, "Protected");
11583 if (val == NULL)
11584 return -1;
11585 if (strcasecmp(val, "Correct-key") == 0 ||
11586 strcasecmp(val, "CorrectKey") == 0)
11587 protected = CORRECT_KEY;
11588 else if (strcasecmp(val, "IncorrectKey") == 0)
11589 protected = INCORRECT_KEY;
11590 else if (strcasecmp(val, "Unprotected") == 0)
11591 protected = UNPROTECTED;
11592 else {
11593 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported "
11594 "PMFProtected");
11595 return 0;
11596 }
11597
11598 if (protected != UNPROTECTED &&
11599 (frame == AUTH || frame == ASSOCREQ || frame == REASSOCREQ)) {
11600 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Impossible "
11601 "PMFProtected for auth/assocreq/reassocreq");
11602 return 0;
11603 }
11604
11605 if (if_nametoindex("sigmadut") == 0) {
11606 snprintf(buf, sizeof(buf),
11607 "iw dev %s interface add sigmadut type monitor",
Jouni Malinen016ae6c2019-11-04 17:00:01 +020011608 get_station_ifname(dut));
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011609 if (system(buf) != 0 ||
11610 if_nametoindex("sigmadut") == 0) {
11611 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to add "
11612 "monitor interface with '%s'", buf);
11613 return -2;
11614 }
11615 }
11616
11617 if (system("ifconfig sigmadut up") != 0) {
11618 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to set "
11619 "monitor interface up");
11620 return -2;
11621 }
11622
Veerendranath Jakkam49774122020-07-05 09:52:18 +053011623 return sta_inject_frame(dut, conn, intf, frame, protected, NULL, 1);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011624}
11625
11626
11627static int cmd_sta_set_parameter_hs2(struct sigma_dut *dut,
11628 struct sigma_conn *conn,
11629 struct sigma_cmd *cmd,
11630 const char *ifname)
11631{
11632 char buf[200];
11633 const char *val;
11634
11635 val = get_param(cmd, "ClearARP");
11636 if (val && atoi(val) == 1) {
11637 snprintf(buf, sizeof(buf), "ip neigh flush dev %s", ifname);
11638 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11639 if (system(buf) != 0) {
11640 send_resp(dut, conn, SIGMA_ERROR,
11641 "errorCode,Failed to clear ARP cache");
11642 return 0;
11643 }
11644 }
11645
11646 return 1;
11647}
11648
11649
11650int cmd_sta_set_parameter(struct sigma_dut *dut, struct sigma_conn *conn,
11651 struct sigma_cmd *cmd)
11652{
11653 const char *intf = get_param(cmd, "Interface");
11654 const char *val;
11655
11656 if (intf == NULL)
11657 return -1;
11658
11659 val = get_param(cmd, "program");
11660 if (val && (strcasecmp(val, "HS2") == 0 ||
Jouni Malinen1f6ae642018-06-07 23:56:13 +030011661 strcasecmp(val, "HS2-R2") == 0 ||
11662 strcasecmp(val, "HS2-R3") == 0))
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011663 return cmd_sta_set_parameter_hs2(dut, conn, cmd, intf);
11664
11665 return -1;
11666}
11667
11668
Jouni Malinenf7222712019-06-13 01:50:21 +030011669static enum sigma_cmd_result cmd_sta_set_macaddr(struct sigma_dut *dut,
11670 struct sigma_conn *conn,
11671 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011672{
11673 const char *intf = get_param(cmd, "Interface");
11674 const char *mac = get_param(cmd, "MAC");
11675
11676 if (intf == NULL || mac == NULL)
11677 return -1;
11678
11679 sigma_dut_print(dut, DUT_MSG_INFO, "Change local MAC address for "
11680 "interface %s to %s", intf, mac);
11681
11682 if (dut->set_macaddr) {
11683 char buf[128];
11684 int res;
11685 if (strcasecmp(mac, "default") == 0) {
11686 res = snprintf(buf, sizeof(buf), "%s",
11687 dut->set_macaddr);
11688 dut->tmp_mac_addr = 0;
11689 } else {
11690 res = snprintf(buf, sizeof(buf), "%s %s",
11691 dut->set_macaddr, mac);
11692 dut->tmp_mac_addr = 1;
11693 }
11694 if (res < 0 || res >= (int) sizeof(buf))
11695 return -1;
11696 if (system(buf) != 0) {
11697 send_resp(dut, conn, SIGMA_ERROR,
11698 "errorCode,Failed to set MAC "
11699 "address");
11700 return 0;
11701 }
11702 return 1;
11703 }
11704
11705 if (strcasecmp(mac, "default") == 0)
11706 return 1;
11707
11708 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported "
11709 "command");
11710 return 0;
11711}
11712
11713
11714static int iwpriv_tdlsoffchnmode(struct sigma_dut *dut,
11715 struct sigma_conn *conn, const char *intf,
11716 int val)
11717{
11718 char buf[200];
11719 int res;
11720
11721 res = snprintf(buf, sizeof(buf), "iwpriv %s tdlsoffchnmode %d",
11722 intf, val);
11723 if (res < 0 || res >= (int) sizeof(buf))
11724 return -1;
11725 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11726 if (system(buf) != 0) {
11727 send_resp(dut, conn, SIGMA_ERROR,
11728 "errorCode,Failed to configure offchannel mode");
11729 return 0;
11730 }
11731
11732 return 1;
11733}
11734
11735
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011736static int off_chan_val(enum sec_ch_offset off)
11737{
11738 switch (off) {
11739 case SEC_CH_NO:
11740 return 0;
11741 case SEC_CH_40ABOVE:
11742 return 40;
11743 case SEC_CH_40BELOW:
11744 return -40;
11745 }
11746
11747 return 0;
11748}
11749
11750
11751static int iwpriv_set_offchan(struct sigma_dut *dut, struct sigma_conn *conn,
11752 const char *intf, int off_ch_num,
11753 enum sec_ch_offset sec)
11754{
11755 char buf[200];
11756 int res;
11757
11758 res = snprintf(buf, sizeof(buf), "iwpriv %s tdlsoffchan %d",
11759 intf, off_ch_num);
11760 if (res < 0 || res >= (int) sizeof(buf))
11761 return -1;
11762 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11763 if (system(buf) != 0) {
11764 send_resp(dut, conn, SIGMA_ERROR,
11765 "errorCode,Failed to set offchan");
11766 return 0;
11767 }
11768
11769 res = snprintf(buf, sizeof(buf), "iwpriv %s tdlsecchnoffst %d",
11770 intf, off_chan_val(sec));
11771 if (res < 0 || res >= (int) sizeof(buf))
11772 return -1;
11773 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11774 if (system(buf) != 0) {
11775 send_resp(dut, conn, SIGMA_ERROR,
11776 "errorCode,Failed to set sec chan offset");
11777 return 0;
11778 }
11779
11780 return 1;
11781}
11782
11783
11784static int tdls_set_offchannel_offset(struct sigma_dut *dut,
11785 struct sigma_conn *conn,
11786 const char *intf, int off_ch_num,
11787 enum sec_ch_offset sec)
11788{
11789 char buf[200];
11790 int res;
11791
11792 res = snprintf(buf, sizeof(buf), "DRIVER TDLSOFFCHANNEL %d",
11793 off_ch_num);
11794 if (res < 0 || res >= (int) sizeof(buf))
11795 return -1;
11796 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11797
11798 if (wpa_command(intf, buf) < 0) {
11799 send_resp(dut, conn, SIGMA_ERROR,
11800 "ErrorCode,Failed to set offchan");
11801 return 0;
11802 }
11803 res = snprintf(buf, sizeof(buf), "DRIVER TDLSSECONDARYCHANNELOFFSET %d",
11804 off_chan_val(sec));
11805 if (res < 0 || res >= (int) sizeof(buf))
11806 return -1;
11807
11808 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11809
11810 if (wpa_command(intf, buf) < 0) {
11811 send_resp(dut, conn, SIGMA_ERROR,
11812 "ErrorCode,Failed to set sec chan offset");
11813 return 0;
11814 }
11815
11816 return 1;
11817}
11818
11819
11820static int tdls_set_offchannel_mode(struct sigma_dut *dut,
11821 struct sigma_conn *conn,
11822 const char *intf, int val)
11823{
11824 char buf[200];
11825 int res;
11826
11827 res = snprintf(buf, sizeof(buf), "DRIVER TDLSOFFCHANNELMODE %d",
11828 val);
11829 if (res < 0 || res >= (int) sizeof(buf))
11830 return -1;
11831 sigma_dut_print(dut, DUT_MSG_DEBUG, "Run: %s", buf);
11832
11833 if (wpa_command(intf, buf) < 0) {
11834 send_resp(dut, conn, SIGMA_ERROR,
11835 "ErrorCode,Failed to configure offchannel mode");
11836 return 0;
11837 }
11838
11839 return 1;
11840}
11841
11842
11843static int cmd_sta_set_rfeature_tdls(const char *intf, struct sigma_dut *dut,
11844 struct sigma_conn *conn,
11845 struct sigma_cmd *cmd)
11846{
11847 const char *val;
11848 enum {
11849 CHSM_NOT_SET,
11850 CHSM_ENABLE,
11851 CHSM_DISABLE,
11852 CHSM_REJREQ,
11853 CHSM_UNSOLRESP
11854 } chsm = CHSM_NOT_SET;
11855 int off_ch_num = -1;
11856 enum sec_ch_offset sec_ch = SEC_CH_NO;
11857 int res;
11858
11859 val = get_param(cmd, "Uapsd");
11860 if (val) {
11861 char buf[100];
11862 if (strcasecmp(val, "Enable") == 0)
11863 snprintf(buf, sizeof(buf), "SET ps 99");
11864 else if (strcasecmp(val, "Disable") == 0)
11865 snprintf(buf, sizeof(buf), "SET ps 98");
11866 else {
11867 send_resp(dut, conn, SIGMA_ERROR, "errorCode,"
11868 "Unsupported uapsd parameter value");
11869 return 0;
11870 }
11871 if (wpa_command(intf, buf)) {
11872 send_resp(dut, conn, SIGMA_ERROR,
11873 "ErrorCode,Failed to change U-APSD "
11874 "powersave mode");
11875 return 0;
11876 }
11877 }
11878
11879 val = get_param(cmd, "TPKTIMER");
11880 if (val && strcasecmp(val, "DISABLE") == 0) {
11881 if (wpa_command(intf, "SET tdls_testing 0x100")) {
11882 send_resp(dut, conn, SIGMA_ERROR,
11883 "ErrorCode,Failed to enable no TPK "
11884 "expiration test mode");
11885 return 0;
11886 }
11887 dut->no_tpk_expiration = 1;
11888 }
11889
11890 val = get_param(cmd, "ChSwitchMode");
11891 if (val) {
11892 if (strcasecmp(val, "Enable") == 0 ||
11893 strcasecmp(val, "Initiate") == 0)
11894 chsm = CHSM_ENABLE;
11895 else if (strcasecmp(val, "Disable") == 0 ||
11896 strcasecmp(val, "passive") == 0)
11897 chsm = CHSM_DISABLE;
11898 else if (strcasecmp(val, "RejReq") == 0)
11899 chsm = CHSM_REJREQ;
11900 else if (strcasecmp(val, "UnSolResp") == 0)
11901 chsm = CHSM_UNSOLRESP;
11902 else {
11903 send_resp(dut, conn, SIGMA_ERROR,
11904 "ErrorCode,Unknown ChSwitchMode value");
11905 return 0;
11906 }
11907 }
11908
11909 val = get_param(cmd, "OffChNum");
11910 if (val) {
11911 off_ch_num = atoi(val);
11912 if (off_ch_num == 0) {
11913 send_resp(dut, conn, SIGMA_ERROR,
11914 "ErrorCode,Invalid OffChNum");
11915 return 0;
11916 }
11917 }
11918
11919 val = get_param(cmd, "SecChOffset");
11920 if (val) {
11921 if (strcmp(val, "20") == 0)
11922 sec_ch = SEC_CH_NO;
11923 else if (strcasecmp(val, "40above") == 0)
11924 sec_ch = SEC_CH_40ABOVE;
11925 else if (strcasecmp(val, "40below") == 0)
11926 sec_ch = SEC_CH_40BELOW;
11927 else {
11928 send_resp(dut, conn, SIGMA_ERROR,
11929 "ErrorCode,Unknown SecChOffset value");
11930 return 0;
11931 }
11932 }
11933
11934 if (chsm == CHSM_NOT_SET) {
11935 /* no offchannel changes requested */
11936 return 1;
11937 }
11938
Jouni Malinen016ae6c2019-11-04 17:00:01 +020011939 if (strcmp(intf, get_main_ifname(dut)) != 0 &&
11940 strcmp(intf, get_station_ifname(dut)) != 0) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011941 send_resp(dut, conn, SIGMA_ERROR,
11942 "ErrorCode,Unknown interface");
11943 return 0;
11944 }
11945
11946 switch (chsm) {
11947 case CHSM_NOT_SET:
Jouni Malinen280f5ba2016-08-29 21:33:10 +030011948 res = 1;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020011949 break;
11950 case CHSM_ENABLE:
11951 if (off_ch_num < 0) {
11952 send_resp(dut, conn, SIGMA_ERROR,
11953 "ErrorCode,Missing OffChNum argument");
11954 return 0;
11955 }
11956 if (wifi_chip_type == DRIVER_WCN) {
11957 res = tdls_set_offchannel_offset(dut, conn, intf,
11958 off_ch_num, sec_ch);
11959 } else {
11960 res = iwpriv_set_offchan(dut, conn, intf, off_ch_num,
11961 sec_ch);
11962 }
11963 if (res != 1)
11964 return res;
11965 if (wifi_chip_type == DRIVER_WCN)
11966 res = tdls_set_offchannel_mode(dut, conn, intf, 1);
11967 else
11968 res = iwpriv_tdlsoffchnmode(dut, conn, intf, 1);
11969 break;
11970 case CHSM_DISABLE:
11971 if (wifi_chip_type == DRIVER_WCN)
11972 res = tdls_set_offchannel_mode(dut, conn, intf, 2);
11973 else
11974 res = iwpriv_tdlsoffchnmode(dut, conn, intf, 2);
11975 break;
11976 case CHSM_REJREQ:
11977 if (wifi_chip_type == DRIVER_WCN)
11978 res = tdls_set_offchannel_mode(dut, conn, intf, 3);
11979 else
11980 res = iwpriv_tdlsoffchnmode(dut, conn, intf, 3);
11981 break;
11982 case CHSM_UNSOLRESP:
11983 if (off_ch_num < 0) {
11984 send_resp(dut, conn, SIGMA_ERROR,
11985 "ErrorCode,Missing OffChNum argument");
11986 return 0;
11987 }
11988 if (wifi_chip_type == DRIVER_WCN) {
11989 res = tdls_set_offchannel_offset(dut, conn, intf,
11990 off_ch_num, sec_ch);
11991 } else {
11992 res = iwpriv_set_offchan(dut, conn, intf, off_ch_num,
11993 sec_ch);
11994 }
11995 if (res != 1)
11996 return res;
11997 if (wifi_chip_type == DRIVER_WCN)
11998 res = tdls_set_offchannel_mode(dut, conn, intf, 4);
11999 else
12000 res = iwpriv_tdlsoffchnmode(dut, conn, intf, 4);
12001 break;
12002 }
12003
12004 return res;
12005}
12006
12007
12008static int ath_sta_set_rfeature_vht(const char *intf, struct sigma_dut *dut,
12009 struct sigma_conn *conn,
12010 struct sigma_cmd *cmd)
12011{
12012 const char *val;
Srikanth Marepalli5415acf2018-08-27 12:53:11 +053012013 char *token = NULL, *result;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012014
Priyadharshini Gowthaman8c5b9a42019-07-31 14:38:48 -070012015 novap_reset(dut, intf, 1);
priyadharshini gowthamane5e25172015-12-08 14:53:48 -080012016
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012017 val = get_param(cmd, "nss_mcs_opt");
12018 if (val) {
12019 /* String (nss_operating_mode; mcs_operating_mode) */
12020 int nss, mcs;
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +053012021 char *saveptr;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012022
12023 token = strdup(val);
12024 if (!token)
12025 return 0;
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +053012026 result = strtok_r(token, ";", &saveptr);
Pradeep Reddy POTTETI41b8c542016-06-15 16:09:46 +053012027 if (!result) {
12028 sigma_dut_print(dut, DUT_MSG_ERROR,
12029 "VHT NSS not specified");
12030 goto failed;
12031 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012032 if (strcasecmp(result, "def") != 0) {
12033 nss = atoi(result);
12034 if (nss == 4)
12035 ath_disable_txbf(dut, intf);
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070012036 if (run_iwpriv(dut, intf, "nss %d", nss) < 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012037 goto failed;
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070012038
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012039 }
12040
Pradeep Reddy POTTETIdbf7d712016-04-28 18:42:07 +053012041 result = strtok_r(NULL, ";", &saveptr);
Pradeep Reddy POTTETI41b8c542016-06-15 16:09:46 +053012042 if (!result) {
12043 sigma_dut_print(dut, DUT_MSG_ERROR,
12044 "VHT MCS not specified");
12045 goto failed;
12046 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012047 if (strcasecmp(result, "def") == 0) {
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070012048 if (run_iwpriv(dut, intf, "set11NRates 0") < 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012049 goto failed;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012050 } else {
12051 mcs = atoi(result);
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070012052 if (run_iwpriv(dut, intf, "vhtmcs %d", mcs) < 0)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012053 goto failed;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012054 }
12055 /* Channel width gets messed up, fix this */
Priyadharshini Gowthamanb999e9e2019-04-22 15:45:55 -070012056 run_iwpriv(dut, intf, "chwidth %d", dut->chwidth);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012057 }
12058
Srikanth Marepalli5415acf2018-08-27 12:53:11 +053012059 free(token);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012060 return 1;
12061failed:
12062 free(token);
12063 return 0;
12064}
12065
12066
12067static int cmd_sta_set_rfeature_vht(const char *intf, struct sigma_dut *dut,
12068 struct sigma_conn *conn,
12069 struct sigma_cmd *cmd)
12070{
Jouni Malinen016ae6c2019-11-04 17:00:01 +020012071 switch (get_driver_type(dut)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012072 case DRIVER_ATHEROS:
12073 return ath_sta_set_rfeature_vht(intf, dut, conn, cmd);
12074 default:
12075 send_resp(dut, conn, SIGMA_ERROR,
12076 "errorCode,Unsupported sta_set_rfeature(VHT) with the current driver");
12077 return 0;
12078 }
12079}
12080
12081
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012082static int wcn_sta_set_rfeature_he(const char *intf, struct sigma_dut *dut,
12083 struct sigma_conn *conn,
12084 struct sigma_cmd *cmd)
12085{
12086 const char *val;
12087 char *token = NULL, *result;
12088 char buf[60];
12089
12090 val = get_param(cmd, "nss_mcs_opt");
12091 if (val) {
12092 /* String (nss_operating_mode; mcs_operating_mode) */
12093 int nss, mcs, ratecode;
12094 char *saveptr;
12095
12096 token = strdup(val);
12097 if (!token)
12098 return -2;
12099
12100 result = strtok_r(token, ";", &saveptr);
12101 if (!result) {
12102 sigma_dut_print(dut, DUT_MSG_ERROR,
12103 "HE NSS not specified");
12104 goto failed;
12105 }
12106 nss = 1;
12107 if (strcasecmp(result, "def") != 0)
12108 nss = atoi(result);
12109
12110 result = strtok_r(NULL, ";", &saveptr);
12111 if (!result) {
12112 sigma_dut_print(dut, DUT_MSG_ERROR,
12113 "HE MCS not specified");
12114 goto failed;
12115 }
12116 mcs = 7;
12117 if (strcasecmp(result, "def") != 0)
12118 mcs = atoi(result);
12119
Arif Hussain557bf412018-05-25 17:29:36 -070012120 ratecode = 0x20; /* for nss:1 MCS 0 */
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012121 if (nss == 2) {
Arif Hussain557bf412018-05-25 17:29:36 -070012122 ratecode = 0x40; /* for nss:2 MCS 0 */
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012123 } else if (nss > 2) {
12124 sigma_dut_print(dut, DUT_MSG_ERROR,
12125 "HE NSS %d not supported", nss);
12126 goto failed;
12127 }
12128
Arif Hussain557bf412018-05-25 17:29:36 -070012129 snprintf(buf, sizeof(buf), "iwpriv %s nss %d", intf, nss);
12130 if (system(buf) != 0) {
12131 sigma_dut_print(dut, DUT_MSG_ERROR,
12132 "nss_mcs_opt: iwpriv %s nss %d failed",
12133 intf, nss);
12134 goto failed;
12135 }
Arif Hussainac6c5112018-05-25 17:34:00 -070012136 dut->sta_nss = nss;
Arif Hussain557bf412018-05-25 17:29:36 -070012137
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012138 /* Add the MCS to the ratecode */
12139 if (mcs >= 0 && mcs <= 11) {
12140 ratecode += mcs;
Arif Hussain557bf412018-05-25 17:29:36 -070012141#ifdef NL80211_SUPPORT
12142 if (dut->device_type == STA_testbed) {
12143 enum he_mcs_config mcs_config;
12144 int ret;
12145
12146 if (mcs <= 7)
12147 mcs_config = HE_80_MCS0_7;
12148 else if (mcs <= 9)
12149 mcs_config = HE_80_MCS0_9;
12150 else
12151 mcs_config = HE_80_MCS0_11;
12152 ret = sta_set_he_mcs(dut, intf, mcs_config);
12153 if (ret) {
12154 sigma_dut_print(dut, DUT_MSG_ERROR,
12155 "nss_mcs_opt: mcs setting failed, mcs:%d, mcs_config %d, ret:%d",
12156 mcs, mcs_config, ret);
12157 goto failed;
12158 }
12159 }
12160#endif /* NL80211_SUPPORT */
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012161 } else {
12162 sigma_dut_print(dut, DUT_MSG_ERROR,
12163 "HE MCS %d not supported", mcs);
12164 goto failed;
12165 }
12166 snprintf(buf, sizeof(buf), "iwpriv %s set_11ax_rate 0x%03x",
12167 intf, ratecode);
12168 if (system(buf) != 0) {
12169 sigma_dut_print(dut, DUT_MSG_ERROR,
12170 "iwpriv setting of 11ax rates failed");
12171 goto failed;
12172 }
12173 free(token);
12174 }
12175
12176 val = get_param(cmd, "GI");
12177 if (val) {
Kiran Kumar Lokeref6592d72019-01-16 18:44:00 -080012178 int fix_rate_sgi;
12179
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012180 if (strcmp(val, "0.8") == 0) {
Kiran Kumar Lokereb8fec522018-05-01 14:26:00 -070012181 snprintf(buf, sizeof(buf), "iwpriv %s shortgi 9", intf);
Kiran Kumar Lokeref6592d72019-01-16 18:44:00 -080012182 fix_rate_sgi = 1;
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012183 } else if (strcmp(val, "1.6") == 0) {
Kiran Kumar Lokereb8fec522018-05-01 14:26:00 -070012184 snprintf(buf, sizeof(buf), "iwpriv %s shortgi 10",
12185 intf);
Kiran Kumar Lokeref6592d72019-01-16 18:44:00 -080012186 fix_rate_sgi = 2;
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012187 } else if (strcmp(val, "3.2") == 0) {
Kiran Kumar Lokereb8fec522018-05-01 14:26:00 -070012188 snprintf(buf, sizeof(buf), "iwpriv %s shortgi 11",
12189 intf);
Kiran Kumar Lokeref6592d72019-01-16 18:44:00 -080012190 fix_rate_sgi = 3;
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012191 } else {
12192 send_resp(dut, conn, SIGMA_ERROR,
12193 "errorCode,GI value not supported");
12194 return 0;
12195 }
12196 if (system(buf) != 0) {
12197 send_resp(dut, conn, SIGMA_ERROR,
12198 "errorCode,Failed to set shortgi");
12199 return 0;
12200 }
Kiran Kumar Lokeref6592d72019-01-16 18:44:00 -080012201 snprintf(buf, sizeof(buf), "iwpriv %s shortgi %d",
12202 intf, fix_rate_sgi);
12203 if (system(buf) != 0) {
12204 send_resp(dut, conn, SIGMA_ERROR,
12205 "errorCode,Failed to set fix rate shortgi");
12206 return STATUS_SENT;
12207 }
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012208 }
12209
Subhani Shaik8e7a3052018-04-24 14:03:00 -070012210 val = get_param(cmd, "LTF");
12211 if (val) {
12212#ifdef NL80211_SUPPORT
12213 if (strcmp(val, "3.2") == 0) {
Kiran Kumar Lokere26c0f862020-01-22 11:15:59 -080012214 wcn_set_he_ltf(dut, intf, QCA_WLAN_HE_LTF_1X);
Subhani Shaik8e7a3052018-04-24 14:03:00 -070012215 } if (strcmp(val, "6.4") == 0) {
Kiran Kumar Lokere26c0f862020-01-22 11:15:59 -080012216 wcn_set_he_ltf(dut, intf, QCA_WLAN_HE_LTF_2X);
Subhani Shaik8e7a3052018-04-24 14:03:00 -070012217 } else if (strcmp(val, "12.8") == 0) {
Kiran Kumar Lokere26c0f862020-01-22 11:15:59 -080012218 wcn_set_he_ltf(dut, intf, QCA_WLAN_HE_LTF_4X);
Subhani Shaik8e7a3052018-04-24 14:03:00 -070012219 } else {
12220 send_resp(dut, conn, SIGMA_ERROR,
12221 "errorCode, LTF value not supported");
12222 return 0;
12223 }
12224#else /* NL80211_SUPPORT */
12225 sigma_dut_print(dut, DUT_MSG_ERROR,
12226 "LTF cannot be set without NL80211_SUPPORT defined");
12227 return -2;
12228#endif /* NL80211_SUPPORT */
12229 }
12230
Kiran Kumar Lokere400d68f2018-08-29 18:45:11 -070012231 val = get_param(cmd, "TxSUPPDU");
12232 if (val) {
12233 int set_val = 1;
12234
12235 if (strcasecmp(val, "Enable") == 0)
12236 set_val = 1;
12237 else if (strcasecmp(val, "Disable") == 0)
12238 set_val = 0;
12239
12240 if (sta_set_tx_su_ppdu_cfg(dut, intf, set_val)) {
12241 send_resp(dut, conn, SIGMA_ERROR,
12242 "ErrorCode,Failed to set Tx SU PPDU config");
12243 return 0;
12244 }
12245 }
12246
Arif Hussain480d5f42019-03-12 14:40:42 -070012247 val = get_param(cmd, "TWT_Setup");
12248 if (val) {
12249 if (strcasecmp(val, "Request") == 0) {
12250 if (sta_twt_request(dut, conn, cmd)) {
12251 send_resp(dut, conn, SIGMA_ERROR,
12252 "ErrorCode,sta_twt_request failed");
12253 return STATUS_SENT;
12254 }
12255 } else if (strcasecmp(val, "Teardown") == 0) {
12256 if (sta_twt_teardown(dut, conn, cmd)) {
12257 send_resp(dut, conn, SIGMA_ERROR,
12258 "ErrorCode,sta_twt_teardown failed");
12259 return STATUS_SENT;
12260 }
12261 }
12262 }
12263
Kiran Kumar Lokere50eb2cd2018-12-18 18:31:28 -080012264 val = get_param(cmd, "transmitOMI");
12265 if (val && sta_transmit_omi(dut, conn, cmd)) {
12266 send_resp(dut, conn, SIGMA_ERROR,
12267 "ErrorCode,sta_transmit_omi failed");
12268 return STATUS_SENT;
Kiran Kumar Lokere29c1bb02018-10-08 17:41:02 -070012269 }
12270
Kiran Kumar Lokerec310dcd2018-12-17 20:56:06 -080012271 val = get_param(cmd, "Powersave");
12272 if (val) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012273 int ps;
Kiran Kumar Lokerec310dcd2018-12-17 20:56:06 -080012274
12275 if (strcasecmp(val, "off") == 0) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012276 ps = 2;
Kiran Kumar Lokerec310dcd2018-12-17 20:56:06 -080012277 } else if (strcasecmp(val, "on") == 0) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012278 ps = 1;
Kiran Kumar Lokerec310dcd2018-12-17 20:56:06 -080012279 } else {
12280 sigma_dut_print(dut, DUT_MSG_ERROR,
12281 "Unsupported Powersave value '%s'",
12282 val);
12283 return -1;
12284 }
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012285 if (set_power_save_wcn(dut, intf, ps) < 0)
12286 return 0;
Kiran Kumar Lokerec310dcd2018-12-17 20:56:06 -080012287 }
12288
Kiran Kumar Lokere2c4b7ce2019-01-30 12:02:28 -080012289 val = get_param(cmd, "MU_EDCA");
12290 if (val) {
12291 if (strcasecmp(val, "Override") == 0) {
12292 if (sta_set_mu_edca_override(dut, intf, 1)) {
12293 send_resp(dut, conn, SIGMA_ERROR,
12294 "errorCode,MU EDCA override set failed");
12295 return STATUS_SENT;
12296 }
12297 } else if (strcasecmp(val, "Disable") == 0) {
12298 if (sta_set_mu_edca_override(dut, intf, 0)) {
12299 send_resp(dut, conn, SIGMA_ERROR,
12300 "errorCode,MU EDCA override disable failed");
12301 return STATUS_SENT;
12302 }
12303 }
12304 }
12305
Kiran Kumar Lokeredd086642020-06-04 00:29:26 -070012306 val = get_param(cmd, "Ch_Pref");
12307 if (val && mbo_set_non_pref_ch_list(dut, conn, intf, cmd) == 0)
12308 return STATUS_SENT;
12309
12310 val = get_param(cmd, "Cellular_Data_Cap");
12311 if (val && mbo_set_cellular_data_capa(dut, conn, intf, atoi(val)) == 0)
12312 return STATUS_SENT;
12313
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012314 return 1;
12315
12316failed:
12317 free(token);
12318 return -2;
12319}
12320
12321
12322static int cmd_sta_set_rfeature_he(const char *intf, struct sigma_dut *dut,
12323 struct sigma_conn *conn,
12324 struct sigma_cmd *cmd)
12325{
Jouni Malinen016ae6c2019-11-04 17:00:01 +020012326 switch (get_driver_type(dut)) {
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012327 case DRIVER_WCN:
12328 return wcn_sta_set_rfeature_he(intf, dut, conn, cmd);
12329 default:
12330 send_resp(dut, conn, SIGMA_ERROR,
12331 "errorCode,Unsupported sta_set_rfeature(HE) with the current driver");
12332 return 0;
12333 }
12334}
12335
12336
Kiran Kumar Lokeree580c012019-01-03 17:08:53 -080012337static int cmd_sta_set_power_save_he(const char *intf, struct sigma_dut *dut,
12338 struct sigma_conn *conn,
12339 struct sigma_cmd *cmd)
12340{
12341 const char *val;
12342
12343 val = get_param(cmd, "powersave");
12344 if (val) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012345 int ps;
Kiran Kumar Lokeree580c012019-01-03 17:08:53 -080012346
12347 if (strcasecmp(val, "off") == 0) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012348 ps = 2;
Kiran Kumar Lokeree580c012019-01-03 17:08:53 -080012349 } else if (strcasecmp(val, "on") == 0) {
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012350 ps = 1;
Kiran Kumar Lokeree580c012019-01-03 17:08:53 -080012351 } else {
12352 sigma_dut_print(dut, DUT_MSG_ERROR,
12353 "Unsupported power save config");
12354 return -1;
12355 }
Vinita S. Malooa8b62722020-04-23 01:45:41 +053012356 if (set_power_save_wcn(dut, intf, ps) < 0)
12357 return 0;
Kiran Kumar Lokeree580c012019-01-03 17:08:53 -080012358 return 1;
12359 }
12360
12361 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported command");
12362
12363 return 0;
12364}
12365
12366
Ashwini Patil5acd7382017-04-13 15:55:04 +053012367static int btm_query_candidate_list(struct sigma_dut *dut,
12368 struct sigma_conn *conn,
12369 struct sigma_cmd *cmd)
12370{
12371 const char *bssid, *info, *op_class, *ch, *phy_type, *pref;
12372 int len, ret;
12373 char buf[10];
12374
12375 /*
12376 * Neighbor Report elements format:
12377 * neighbor=<BSSID>,<BSSID Information>,<Operating Class>,
12378 * <Channel Number>,<PHY Type>[,<hexdump of Optional Subelements>]
12379 * eg: neighbor=aa:bb:cc:dd:ee:ff,17,81,6,1,030101
12380 */
12381
12382 bssid = get_param(cmd, "Nebor_BSSID");
12383 if (!bssid) {
12384 send_resp(dut, conn, SIGMA_INVALID,
12385 "errorCode,Nebor_BSSID is missing");
12386 return 0;
12387 }
12388
12389 info = get_param(cmd, "Nebor_Bssid_Info");
12390 if (!info) {
12391 sigma_dut_print(dut, DUT_MSG_INFO,
12392 "Using default value for Nebor_Bssid_Info: %s",
12393 DEFAULT_NEIGHBOR_BSSID_INFO);
12394 info = DEFAULT_NEIGHBOR_BSSID_INFO;
12395 }
12396
12397 op_class = get_param(cmd, "Nebor_Op_Class");
12398 if (!op_class) {
12399 send_resp(dut, conn, SIGMA_INVALID,
12400 "errorCode,Nebor_Op_Class is missing");
12401 return 0;
12402 }
12403
12404 ch = get_param(cmd, "Nebor_Op_Ch");
12405 if (!ch) {
12406 send_resp(dut, conn, SIGMA_INVALID,
12407 "errorCode,Nebor_Op_Ch is missing");
12408 return 0;
12409 }
12410
12411 phy_type = get_param(cmd, "Nebor_Phy_Type");
12412 if (!phy_type) {
12413 sigma_dut_print(dut, DUT_MSG_INFO,
12414 "Using default value for Nebor_Phy_Type: %s",
12415 DEFAULT_NEIGHBOR_PHY_TYPE);
12416 phy_type = DEFAULT_NEIGHBOR_PHY_TYPE;
12417 }
12418
12419 /* Parse optional subelements */
12420 buf[0] = '\0';
12421 pref = get_param(cmd, "Nebor_Pref");
12422 if (pref) {
12423 /* hexdump for preferrence subelement */
12424 ret = snprintf(buf, sizeof(buf), ",0301%02x", atoi(pref));
12425 if (ret < 0 || ret >= (int) sizeof(buf)) {
12426 sigma_dut_print(dut, DUT_MSG_ERROR,
12427 "snprintf failed for optional subelement ret: %d",
12428 ret);
12429 send_resp(dut, conn, SIGMA_ERROR,
12430 "errorCode,snprintf failed for subelement");
12431 return 0;
12432 }
12433 }
12434
12435 if (!dut->btm_query_cand_list) {
12436 dut->btm_query_cand_list = calloc(1, NEIGHBOR_REPORT_SIZE);
12437 if (!dut->btm_query_cand_list) {
12438 send_resp(dut, conn, SIGMA_ERROR,
12439 "errorCode,Failed to allocate memory for btm_query_cand_list");
12440 return 0;
12441 }
12442 }
12443
12444 len = strlen(dut->btm_query_cand_list);
12445 ret = snprintf(dut->btm_query_cand_list + len,
12446 NEIGHBOR_REPORT_SIZE - len, " neighbor=%s,%s,%s,%s,%s%s",
12447 bssid, info, op_class, ch, phy_type, buf);
12448 if (ret < 0 || ret >= NEIGHBOR_REPORT_SIZE - len) {
12449 sigma_dut_print(dut, DUT_MSG_ERROR,
12450 "snprintf failed for neighbor report list ret: %d",
12451 ret);
12452 send_resp(dut, conn, SIGMA_ERROR,
12453 "errorCode,snprintf failed for neighbor report");
12454 free(dut->btm_query_cand_list);
12455 dut->btm_query_cand_list = NULL;
12456 return 0;
12457 }
12458
12459 return 1;
12460}
12461
12462
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +020012463int sta_extract_60g_ese(struct sigma_dut *dut, struct sigma_cmd *cmd,
12464 struct sigma_ese_alloc *allocs, int *allocs_size)
12465{
12466 int max_count = *allocs_size;
12467 int count = 0, i;
12468 const char *val;
12469
12470 do {
12471 val = get_param_indexed(cmd, "AllocID", count);
12472 if (val)
12473 count++;
12474 } while (val);
12475
12476 if (count == 0 || count > max_count) {
12477 sigma_dut_print(dut, DUT_MSG_ERROR,
12478 "Invalid number of allocations(%d)", count);
12479 return -1;
12480 }
12481
12482 for (i = 0; i < count; i++) {
12483 val = get_param_indexed(cmd, "PercentBI", i);
12484 if (!val) {
12485 sigma_dut_print(dut, DUT_MSG_ERROR,
12486 "Missing PercentBI parameter at index %d",
12487 i);
12488 return -1;
12489 }
12490 allocs[i].percent_bi = atoi(val);
12491
12492 val = get_param_indexed(cmd, "SrcAID", i);
12493 if (val)
12494 allocs[i].src_aid = strtol(val, NULL, 0);
12495 else
12496 allocs[i].src_aid = ESE_BCAST_AID;
12497
12498 val = get_param_indexed(cmd, "DestAID", i);
12499 if (val)
12500 allocs[i].dst_aid = strtol(val, NULL, 0);
12501 else
12502 allocs[i].dst_aid = ESE_BCAST_AID;
12503
12504 allocs[i].type = ESE_CBAP;
12505 sigma_dut_print(dut, DUT_MSG_INFO,
12506 "Alloc %d PercentBI %d SrcAID %d DstAID %d",
12507 i, allocs[i].percent_bi, allocs[i].src_aid,
12508 allocs[i].dst_aid);
12509 }
12510
12511 *allocs_size = count;
12512 return 0;
12513}
12514
12515
12516static int sta_set_60g_ese(struct sigma_dut *dut, int count,
12517 struct sigma_ese_alloc *allocs)
12518{
Jouni Malinen016ae6c2019-11-04 17:00:01 +020012519 switch (get_driver_type(dut)) {
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +020012520#ifdef __linux__
12521 case DRIVER_WIL6210:
12522 if (wil6210_set_ese(dut, count, allocs))
12523 return -1;
12524 return 1;
12525#endif /* __linux__ */
12526 default:
12527 sigma_dut_print(dut, DUT_MSG_ERROR,
12528 "Unsupported sta_set_60g_ese with the current driver");
12529 return -1;
12530 }
12531}
12532
12533
12534static int cmd_sta_set_rfeature_60g(const char *intf, struct sigma_dut *dut,
12535 struct sigma_conn *conn,
12536 struct sigma_cmd *cmd)
12537{
12538 const char *val;
12539
12540 val = get_param(cmd, "ExtSchIE");
12541 if (val && !strcasecmp(val, "Enable")) {
12542 struct sigma_ese_alloc allocs[MAX_ESE_ALLOCS];
12543 int count = MAX_ESE_ALLOCS;
12544
12545 if (sta_extract_60g_ese(dut, cmd, allocs, &count))
12546 return -1;
12547 return sta_set_60g_ese(dut, count, allocs);
12548 }
12549
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +020012550 val = get_param(cmd, "MCS_FixedRate");
12551 if (val) {
12552 int sta_mcs = atoi(val);
12553
12554 sigma_dut_print(dut, DUT_MSG_INFO, "Force STA MCS to %d",
12555 sta_mcs);
12556 wil6210_set_force_mcs(dut, 1, sta_mcs);
12557
Jouni Malinen0e29cf22019-02-19 01:13:21 +020012558 return SUCCESS_SEND_STATUS;
Alexei Avshalom Lazaraad97b02018-12-18 16:01:23 +020012559 }
12560
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +020012561 send_resp(dut, conn, SIGMA_ERROR,
12562 "errorCode,Invalid sta_set_rfeature(60G)");
Jouni Malinen0e29cf22019-02-19 01:13:21 +020012563 return STATUS_SENT;
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +020012564}
12565
12566
Veerendranath Jakkam76a845c2020-07-14 13:19:40 +053012567static int wcn_sta_override_oci(struct sigma_dut *dut, const char *intf,
12568 const char *oci_frametype, uint32_t oci_freq)
12569{
12570#ifdef NL80211_SUPPORT
12571 struct nl_msg *msg;
12572 int ret = 0;
12573 struct nlattr *params;
12574 struct nlattr *attr;
12575 int ifindex;
12576 u8 frame_type;
12577
12578 ifindex = if_nametoindex(intf);
12579 if (ifindex == 0) {
12580 sigma_dut_print(dut, DUT_MSG_ERROR,
12581 "%s: Index for interface %s failed",
12582 __func__, intf);
12583 return -1;
12584 }
12585
12586 if (strcasecmp(oci_frametype, "SAQueryReq") == 0) {
12587 frame_type = QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_SA_QUERY_REQ;
12588 } else if (strcasecmp(oci_frametype, "SAQueryResp") == 0) {
12589 frame_type = QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_SA_QUERY_RESP;
12590 } else if (strcasecmp(oci_frametype, "Reassocreq") == 0) {
12591 frame_type = QCA_WLAN_VENDOR_OCI_OVERRIDE_FRAME_FT_REASSOC_REQ;
12592 } else {
12593 sigma_dut_print(dut, DUT_MSG_ERROR, "%s: Unknown frametype %s",
12594 __func__, oci_frametype);
12595 return -1;
12596 }
12597
12598
12599 if (!(msg = nl80211_drv_msg(dut, dut->nl_ctx, ifindex, 0,
12600 NL80211_CMD_VENDOR)) ||
12601 nla_put_u32(msg, NL80211_ATTR_IFINDEX, ifindex) ||
12602 nla_put_u32(msg, NL80211_ATTR_VENDOR_ID, OUI_QCA) ||
12603 nla_put_u32(msg, NL80211_ATTR_VENDOR_SUBCMD,
12604 QCA_NL80211_VENDOR_SUBCMD_WIFI_TEST_CONFIGURATION) ||
12605 !(attr = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA)) ||
12606 !(params = nla_nest_start(
12607 msg,
12608 QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OCI_OVERRIDE)) ||
12609 nla_put_u8(msg, QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_FRAME_TYPE,
12610 frame_type) ||
12611 nla_put_u32(msg, QCA_WLAN_VENDOR_ATTR_OCI_OVERRIDE_FREQUENCY,
12612 oci_freq)) {
12613 sigma_dut_print(dut, DUT_MSG_ERROR,
12614 "%s: err in adding vendor_cmd and vendor_data",
12615 __func__);
12616 nlmsg_free(msg);
12617 return -1;
12618 }
12619 nla_nest_end(msg, params);
12620 nla_nest_end(msg, attr);
12621
12622 ret = send_and_recv_msgs(dut, dut->nl_ctx, msg, NULL, NULL);
12623 if (ret) {
12624 sigma_dut_print(dut, DUT_MSG_ERROR,
12625 "%s: err in send_and_recv_msgs, ret=%d",
12626 __func__, ret);
12627 }
12628 return ret;
12629#else /* NL80211_SUPPORT */
12630 sigma_dut_print(dut, DUT_MSG_ERROR,
12631 "OCI override not possible without NL80211_SUPPORT defined");
12632 return -1;
12633#endif /* NL80211_SUPPORT */
12634}
12635
12636
Jouni Malinen6250cb02020-04-15 13:54:45 +030012637static enum sigma_cmd_result
12638cmd_sta_set_rfeature_wpa3(const char *intf, struct sigma_dut *dut,
12639 struct sigma_conn *conn,
12640 struct sigma_cmd *cmd)
12641{
Vamsi Krishnad29bc762020-05-08 23:23:30 +053012642 const char *val, *oci_chan, *oci_frametype;
Jouni Malinen6250cb02020-04-15 13:54:45 +030012643
Veerendranath Jakkam30bf9072020-04-16 14:37:57 +053012644 val = get_param(cmd, "ReassocReq_RSNXE_Used");
Jouni Malinen6250cb02020-04-15 13:54:45 +030012645 if (val && atoi(val) == 1) {
12646 if (wpa_command(intf, "SET ft_rsnxe_used 1") < 0) {
12647 send_resp(dut, conn, SIGMA_ERROR,
12648 "errorCode,Failed to set ft_rsnxe_used");
12649 return STATUS_SENT_ERROR;
12650 }
12651 return SUCCESS_SEND_STATUS;
12652 }
Vamsi Krishnad29bc762020-05-08 23:23:30 +053012653
12654 oci_chan = get_param(cmd, "OCIChannel");
12655 oci_frametype = get_param(cmd, "OCIFrameType");
12656 if (oci_chan && oci_frametype) {
12657 unsigned int oci_freq = channel_to_freq(dut, atoi(oci_chan));
12658 char buf[100];
12659
12660 if (!oci_freq) {
12661 send_resp(dut, conn, SIGMA_ERROR,
12662 "errorCode,Invalid OCIChannel number");
12663 return STATUS_SENT_ERROR;
12664 }
12665
Veerendranath Jakkam76a845c2020-07-14 13:19:40 +053012666 if (wifi_chip_type == DRIVER_WCN &&
12667 (strcasecmp(oci_frametype, "SAQueryReq") == 0 ||
12668 strcasecmp(oci_frametype, "SAQueryResp") == 0 ||
12669 strcasecmp(oci_frametype, "Reassocreq") == 0)) {
12670 if (wcn_sta_override_oci(dut, intf, oci_frametype,
12671 oci_freq)) {
12672 send_resp(dut, conn, SIGMA_ERROR,
12673 "errorCode,Failed to override OCI");
12674 return STATUS_SENT_ERROR;
12675 }
12676 return SUCCESS_SEND_STATUS;
12677 }
12678
Vamsi Krishnad29bc762020-05-08 23:23:30 +053012679 if (strcasecmp(oci_frametype, "eapolM2") == 0) {
12680 snprintf(buf, sizeof(buf),
12681 "SET oci_freq_override_eapol %d", oci_freq);
12682 } else if (strcasecmp(oci_frametype, "SAQueryReq") == 0) {
12683 snprintf(buf, sizeof(buf),
12684 "SET oci_freq_override_saquery_req %d",
12685 oci_freq);
12686 } else if (strcasecmp(oci_frametype, "SAQueryResp") == 0) {
12687 snprintf(buf, sizeof(buf),
12688 "SET oci_freq_override_saquery_resp %d",
12689 oci_freq);
Veerendranath Jakkam76a845c2020-07-14 13:19:40 +053012690 } else if (strcasecmp(oci_frametype, "GrpKeyM2") == 0) {
12691 snprintf(buf, sizeof(buf),
12692 "SET oci_freq_override_eapol_g2 %d",
12693 oci_freq);
12694 } else if (strcasecmp(oci_frametype, "Reassocreq") == 0) {
12695 snprintf(buf, sizeof(buf),
12696 "SET oci_freq_override_ft_assoc %d",
12697 oci_freq);
Vamsi Krishnad29bc762020-05-08 23:23:30 +053012698 } else {
12699 send_resp(dut, conn, SIGMA_ERROR,
12700 "errorCode,Unsupported OCIFrameType");
12701 return STATUS_SENT_ERROR;
12702 }
12703 if (wpa_command(intf, buf) < 0) {
12704 send_resp(dut, conn, SIGMA_ERROR,
12705 "errorCode,Failed to set oci_freq_override");
12706 return STATUS_SENT_ERROR;
12707 }
12708 return SUCCESS_SEND_STATUS;
12709 }
12710
Jouni Malinen6250cb02020-04-15 13:54:45 +030012711 send_resp(dut, conn, SIGMA_ERROR,
12712 "errorCode,Unsupported WPA3 rfeature");
12713 return STATUS_SENT_ERROR;
12714}
12715
12716
Jouni Malinenf7222712019-06-13 01:50:21 +030012717static enum sigma_cmd_result cmd_sta_set_rfeature(struct sigma_dut *dut,
12718 struct sigma_conn *conn,
12719 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012720{
12721 const char *intf = get_param(cmd, "Interface");
12722 const char *prog = get_param(cmd, "Prog");
Ashwini Patil68d02cd2017-01-10 15:39:16 +053012723 const char *val;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012724
12725 if (intf == NULL || prog == NULL)
12726 return -1;
12727
Ashwini Patil5acd7382017-04-13 15:55:04 +053012728 /* BSS Transition candidate list for BTM query */
12729 val = get_param(cmd, "Nebor_BSSID");
12730 if (val && btm_query_candidate_list(dut, conn, cmd) == 0)
12731 return 0;
12732
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012733 if (strcasecmp(prog, "TDLS") == 0)
12734 return cmd_sta_set_rfeature_tdls(intf, dut, conn, cmd);
12735
12736 if (strcasecmp(prog, "VHT") == 0)
12737 return cmd_sta_set_rfeature_vht(intf, dut, conn, cmd);
12738
Amarnath Hullur Subramanyam42c25a02018-01-31 04:02:27 -080012739 if (strcasecmp(prog, "HE") == 0)
12740 return cmd_sta_set_rfeature_he(intf, dut, conn, cmd);
12741
Ashwini Patil68d02cd2017-01-10 15:39:16 +053012742 if (strcasecmp(prog, "MBO") == 0) {
12743 val = get_param(cmd, "Cellular_Data_Cap");
12744 if (val &&
12745 mbo_set_cellular_data_capa(dut, conn, intf, atoi(val)) == 0)
12746 return 0;
Ashwini Patil00402582017-04-13 12:29:39 +053012747
12748 val = get_param(cmd, "Ch_Pref");
12749 if (val && mbo_set_non_pref_ch_list(dut, conn, intf, cmd) == 0)
12750 return 0;
12751
Ashwini Patil68d02cd2017-01-10 15:39:16 +053012752 return 1;
12753 }
12754
Alexei Avshalom Lazarbc180dc2018-12-18 16:01:14 +020012755 if (strcasecmp(prog, "60GHz") == 0)
12756 return cmd_sta_set_rfeature_60g(intf, dut, conn, cmd);
12757
Jouni Malinen6250cb02020-04-15 13:54:45 +030012758 if (strcasecmp(prog, "WPA3") == 0)
12759 return cmd_sta_set_rfeature_wpa3(intf, dut, conn, cmd);
12760
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012761 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported Prog");
12762 return 0;
12763}
12764
12765
Jouni Malinenf7222712019-06-13 01:50:21 +030012766static enum sigma_cmd_result cmd_sta_set_radio(struct sigma_dut *dut,
12767 struct sigma_conn *conn,
12768 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012769{
12770 const char *intf = get_param(cmd, "Interface");
12771 const char *mode = get_param(cmd, "Mode");
12772 int res;
12773
12774 if (intf == NULL || mode == NULL)
12775 return -1;
12776
12777 if (strcasecmp(mode, "On") == 0)
12778 res = wpa_command(intf, "SET radio_disabled 0");
12779 else if (strcasecmp(mode, "Off") == 0)
12780 res = wpa_command(intf, "SET radio_disabled 1");
12781 else
12782 return -1;
12783
12784 if (res) {
12785 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to change "
12786 "radio mode");
12787 return 0;
12788 }
12789
12790 return 1;
12791}
12792
12793
Jouni Malinenf7222712019-06-13 01:50:21 +030012794static enum sigma_cmd_result cmd_sta_set_pwrsave(struct sigma_dut *dut,
12795 struct sigma_conn *conn,
12796 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012797{
12798 const char *intf = get_param(cmd, "Interface");
12799 const char *mode = get_param(cmd, "Mode");
Alexei Avshalom Lazare49e3872018-12-23 17:26:57 +020012800 const char *prog = get_param(cmd, "program");
12801 const char *powersave = get_param(cmd, "powersave");
12802 int res = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012803
Alexei Avshalom Lazare49e3872018-12-23 17:26:57 +020012804 if (intf == NULL)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012805 return -1;
12806
Alexei Avshalom Lazare49e3872018-12-23 17:26:57 +020012807 if (prog && strcasecmp(prog, "60GHz") == 0) {
12808 /*
12809 * The CAPI mode parameter does not exist in 60G
12810 * unscheduled PS.
12811 */
Hu Wang5dc3ff12019-06-14 15:14:26 +080012812 if (powersave && strcasecmp(powersave, "unscheduled") == 0)
Alexei Avshalom Lazare49e3872018-12-23 17:26:57 +020012813 res = set_ps(intf, dut, 1);
Jouni Malinen016ae6c2019-11-04 17:00:01 +020012814 } else if (prog && get_driver_type(dut) == DRIVER_WCN &&
Alexei Avshalom Lazar2f6fdb42019-02-04 14:16:08 +020012815 strcasecmp(prog, "HE") == 0) {
12816 return cmd_sta_set_power_save_he(intf, dut, conn, cmd);
Alexei Avshalom Lazare49e3872018-12-23 17:26:57 +020012817 } else {
12818 if (mode == NULL)
12819 return -1;
12820
12821 if (strcasecmp(mode, "On") == 0)
12822 res = set_ps(intf, dut, 1);
12823 else if (strcasecmp(mode, "Off") == 0)
12824 res = set_ps(intf, dut, 0);
12825 else
12826 return -1;
12827 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012828
12829 if (res) {
12830 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to change "
12831 "power save mode");
12832 return 0;
12833 }
12834
12835 return 1;
12836}
12837
12838
Jouni Malinenf7222712019-06-13 01:50:21 +030012839static enum sigma_cmd_result cmd_sta_bssid_pool(struct sigma_dut *dut,
12840 struct sigma_conn *conn,
12841 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012842{
12843 const char *intf = get_param(cmd, "Interface");
12844 const char *val, *bssid;
12845 int res;
12846 char *buf;
12847 size_t buf_len;
12848
12849 val = get_param(cmd, "BSSID_FILTER");
12850 if (val == NULL)
12851 return -1;
12852
12853 bssid = get_param(cmd, "BSSID_List");
12854 if (atoi(val) == 0 || bssid == NULL) {
12855 /* Disable BSSID filter */
12856 if (wpa_command(intf, "SET bssid_filter ")) {
12857 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed "
12858 "to disable BSSID filter");
12859 return 0;
12860 }
12861
12862 return 1;
12863 }
12864
12865 buf_len = 100 + strlen(bssid);
12866 buf = malloc(buf_len);
12867 if (buf == NULL)
12868 return -1;
12869
12870 snprintf(buf, buf_len, "SET bssid_filter %s", bssid);
12871 res = wpa_command(intf, buf);
12872 free(buf);
12873 if (res) {
12874 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to enable "
12875 "BSSID filter");
12876 return 0;
12877 }
12878
12879 return 1;
12880}
12881
12882
Jouni Malinenf7222712019-06-13 01:50:21 +030012883static enum sigma_cmd_result cmd_sta_reset_parm(struct sigma_dut *dut,
12884 struct sigma_conn *conn,
12885 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012886{
12887 const char *intf = get_param(cmd, "Interface");
12888 const char *val;
12889
12890 /* TODO: ARP */
12891
12892 val = get_param(cmd, "HS2_CACHE_PROFILE");
12893 if (val && strcasecmp(val, "All") == 0)
12894 hs2_clear_credentials(intf);
12895
12896 return 1;
12897}
12898
12899
Jouni Malinenf7222712019-06-13 01:50:21 +030012900static enum sigma_cmd_result cmd_sta_get_key(struct sigma_dut *dut,
12901 struct sigma_conn *conn,
12902 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012903{
12904 const char *intf = get_param(cmd, "Interface");
12905 const char *key_type = get_param(cmd, "KeyType");
12906 char buf[100], resp[200];
12907
12908 if (key_type == NULL)
12909 return -1;
12910
12911 if (strcasecmp(key_type, "GTK") == 0) {
12912 if (wpa_command_resp(intf, "GET gtk", buf, sizeof(buf)) < 0 ||
12913 strncmp(buf, "FAIL", 4) == 0) {
12914 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
12915 "not fetch current GTK");
12916 return 0;
12917 }
12918 snprintf(resp, sizeof(resp), "KeyValue,%s", buf);
12919 send_resp(dut, conn, SIGMA_COMPLETE, resp);
12920 return 0;
12921 } else {
12922 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Unsupported "
12923 "KeyType");
12924 return 0;
12925 }
12926
12927 return 1;
12928}
12929
12930
12931static int hs2_set_policy(struct sigma_dut *dut)
12932{
12933#ifdef ANDROID
12934 system("ip rule del prio 23000");
12935 if (system("ip rule add from all lookup main prio 23000") != 0) {
12936 sigma_dut_print(dut, DUT_MSG_ERROR,
12937 "Failed to run:ip rule add from all lookup main prio");
12938 return -1;
12939 }
12940 if (system("ip route flush cache") != 0) {
12941 sigma_dut_print(dut, DUT_MSG_ERROR,
12942 "Failed to run ip route flush cache");
12943 return -1;
12944 }
12945 return 1;
12946#else /* ANDROID */
12947 return 0;
12948#endif /* ANDROID */
12949}
12950
12951
Jouni Malinenf7222712019-06-13 01:50:21 +030012952static enum sigma_cmd_result cmd_sta_hs2_associate(struct sigma_dut *dut,
12953 struct sigma_conn *conn,
12954 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012955{
12956 const char *intf = get_param(cmd, "Interface");
12957 const char *val = get_param(cmd, "Ignore_blacklist");
Jouni Malinen439352d2018-09-13 03:42:23 +030012958 const char *band = get_param(cmd, "Band");
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012959 struct wpa_ctrl *ctrl;
Jouni Malinen3aa72862019-05-29 23:14:51 +030012960 int res, r;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012961 char bssid[20], ssid[40], resp[100], buf[100], blacklisted[100];
12962 int tries = 0;
12963 int ignore_blacklist = 0;
12964 const char *events[] = {
12965 "CTRL-EVENT-CONNECTED",
12966 "INTERWORKING-BLACKLISTED",
12967 "INTERWORKING-NO-MATCH",
12968 NULL
12969 };
12970
12971 start_sta_mode(dut);
12972
Jouni Malinen439352d2018-09-13 03:42:23 +030012973 if (band) {
12974 if (strcmp(band, "2.4") == 0) {
12975 wpa_command(intf, "SET setband 2G");
12976 } else if (strcmp(band, "5") == 0) {
12977 wpa_command(intf, "SET setband 5G");
12978 } else {
12979 send_resp(dut, conn, SIGMA_ERROR,
12980 "errorCode,Unsupported band");
12981 return 0;
12982 }
12983 }
12984
Jouni Malinencd4e3c32015-10-29 12:39:56 +020012985 blacklisted[0] = '\0';
12986 if (val && atoi(val))
12987 ignore_blacklist = 1;
12988
12989try_again:
12990 ctrl = open_wpa_mon(intf);
12991 if (ctrl == NULL) {
12992 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to open "
12993 "wpa_supplicant monitor connection");
12994 return -2;
12995 }
12996
12997 tries++;
12998 if (wpa_command(intf, "INTERWORKING_SELECT auto")) {
12999 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to start "
13000 "Interworking connection");
13001 wpa_ctrl_detach(ctrl);
13002 wpa_ctrl_close(ctrl);
13003 return 0;
13004 }
13005
13006 buf[0] = '\0';
13007 while (1) {
13008 char *pos;
13009 res = get_wpa_cli_events(dut, ctrl, events, buf, sizeof(buf));
13010 pos = strstr(buf, "INTERWORKING-BLACKLISTED");
13011 if (!pos)
13012 break;
13013 pos += 25;
13014 sigma_dut_print(dut, DUT_MSG_DEBUG, "Found blacklisted AP: %s",
13015 pos);
13016 if (!blacklisted[0])
13017 memcpy(blacklisted, pos, strlen(pos) + 1);
13018 }
13019
13020 if (ignore_blacklist && blacklisted[0]) {
13021 char *end;
13022 end = strchr(blacklisted, ' ');
13023 if (end)
13024 *end = '\0';
13025 sigma_dut_print(dut, DUT_MSG_DEBUG, "Try to connect to a blacklisted network: %s",
13026 blacklisted);
Jouni Malinen3aa72862019-05-29 23:14:51 +030013027 r = snprintf(buf, sizeof(buf), "INTERWORKING_CONNECT %s",
13028 blacklisted);
13029 if (r < 0 || r >= sizeof(buf) || wpa_command(intf, buf)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013030 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Failed to start Interworking connection to blacklisted network");
13031 wpa_ctrl_detach(ctrl);
13032 wpa_ctrl_close(ctrl);
13033 return 0;
13034 }
13035 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-CONNECTED",
13036 buf, sizeof(buf));
13037 }
13038
13039 wpa_ctrl_detach(ctrl);
13040 wpa_ctrl_close(ctrl);
13041
13042 if (res < 0) {
13043 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Could not "
13044 "connect");
13045 return 0;
13046 }
13047
13048 if (strstr(buf, "INTERWORKING-NO-MATCH") ||
13049 strstr(buf, "INTERWORKING-BLACKLISTED")) {
13050 if (tries < 2) {
13051 sigma_dut_print(dut, DUT_MSG_INFO, "No match found - try again to verify no APs were missed in the scan");
13052 goto try_again;
13053 }
13054 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,No network with "
13055 "matching credentials found");
13056 return 0;
13057 }
13058
13059 if (get_wpa_status(intf, "bssid", bssid, sizeof(bssid)) < 0 ||
13060 get_wpa_status(intf, "ssid", ssid, sizeof(ssid)) < 0) {
13061 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Could not "
13062 "get current BSSID/SSID");
13063 return 0;
13064 }
13065
13066 snprintf(resp, sizeof(resp), "SSID,%s,BSSID,%s", ssid, bssid);
13067 send_resp(dut, conn, SIGMA_COMPLETE, resp);
13068 hs2_set_policy(dut);
13069 return 0;
13070}
13071
13072
Jouni Malinenf7222712019-06-13 01:50:21 +030013073static enum sigma_cmd_result cmd_sta_hs2_venue_info(struct sigma_dut *dut,
13074 struct sigma_conn *conn,
13075 struct sigma_cmd *cmd)
Jouni Malinenb639f1c2018-09-13 02:39:46 +030013076{
13077 const char *intf = get_param(cmd, "Interface");
13078 const char *display = get_param(cmd, "Display");
13079 struct wpa_ctrl *ctrl;
13080 char buf[300], params[400], *pos;
13081 char bssid[20];
13082 int info_avail = 0;
13083 unsigned int old_timeout;
13084 int res;
13085
13086 if (get_wpa_status(intf, "bssid", bssid, sizeof(bssid)) < 0) {
13087 send_resp(dut, conn, SIGMA_ERROR,
13088 "ErrorCode,Could not get current BSSID");
13089 return 0;
13090 }
13091 ctrl = open_wpa_mon(intf);
13092 if (!ctrl) {
13093 sigma_dut_print(dut, DUT_MSG_ERROR,
13094 "Failed to open wpa_supplicant monitor connection");
13095 return -2;
13096 }
13097
13098 snprintf(buf, sizeof(buf), "ANQP_GET %s 277", bssid);
13099 wpa_command(intf, buf);
13100
13101 res = get_wpa_cli_event(dut, ctrl, "GAS-QUERY-DONE", buf, sizeof(buf));
13102 if (res < 0) {
13103 send_resp(dut, conn, SIGMA_ERROR,
13104 "ErrorCode,Could not complete GAS query");
13105 goto fail;
13106 }
13107
13108 old_timeout = dut->default_timeout;
13109 dut->default_timeout = 2;
13110 res = get_wpa_cli_event(dut, ctrl, "RX-VENUE-URL", buf, sizeof(buf));
13111 dut->default_timeout = old_timeout;
13112 if (res < 0)
13113 goto done;
13114 pos = strchr(buf, ' ');
13115 if (!pos)
13116 goto done;
13117 pos++;
13118 pos = strchr(pos, ' ');
13119 if (!pos)
13120 goto done;
13121 pos++;
13122 info_avail = 1;
13123 snprintf(params, sizeof(params), "browser %s", pos);
13124
13125 if (display && strcasecmp(display, "Yes") == 0) {
13126 pid_t pid;
13127
13128 pid = fork();
13129 if (pid < 0) {
13130 perror("fork");
13131 return -1;
13132 }
13133
13134 if (pid == 0) {
13135 run_hs20_osu(dut, params);
13136 exit(0);
13137 }
13138 }
13139
13140done:
13141 snprintf(buf, sizeof(buf), "Info_available,%s",
13142 info_avail ? "Yes" : "No");
13143 send_resp(dut, conn, SIGMA_COMPLETE, buf);
13144fail:
13145 wpa_ctrl_detach(ctrl);
13146 wpa_ctrl_close(ctrl);
13147 return 0;
13148}
13149
13150
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013151static int sta_add_credential_uname_pwd(struct sigma_dut *dut,
13152 struct sigma_conn *conn,
13153 const char *ifname,
13154 struct sigma_cmd *cmd)
13155{
13156 const char *val;
13157 int id;
13158
13159 id = add_cred(ifname);
13160 if (id < 0)
13161 return -2;
13162 sigma_dut_print(dut, DUT_MSG_DEBUG, "Adding credential %d", id);
13163
13164 val = get_param(cmd, "prefer");
13165 if (val && atoi(val) > 0)
13166 set_cred(ifname, id, "priority", "1");
13167
13168 val = get_param(cmd, "REALM");
13169 if (val && set_cred_quoted(ifname, id, "realm", val) < 0) {
13170 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13171 "realm");
13172 return 0;
13173 }
13174
13175 val = get_param(cmd, "HOME_FQDN");
13176 if (val && set_cred_quoted(ifname, id, "domain", val) < 0) {
13177 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13178 "home_fqdn");
13179 return 0;
13180 }
13181
13182 val = get_param(cmd, "Username");
13183 if (val && set_cred_quoted(ifname, id, "username", val) < 0) {
13184 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13185 "username");
13186 return 0;
13187 }
13188
13189 val = get_param(cmd, "Password");
13190 if (val && set_cred_quoted(ifname, id, "password", val) < 0) {
13191 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13192 "password");
13193 return 0;
13194 }
13195
13196 val = get_param(cmd, "ROOT_CA");
13197 if (val) {
13198 char fname[200];
13199 snprintf(fname, sizeof(fname), "%s/%s", sigma_cert_path, val);
13200#ifdef __linux__
13201 if (!file_exists(fname)) {
13202 char msg[300];
13203 snprintf(msg, sizeof(msg), "ErrorCode,ROOT_CA "
13204 "file (%s) not found", fname);
13205 send_resp(dut, conn, SIGMA_ERROR, msg);
13206 return 0;
13207 }
13208#endif /* __linux__ */
13209 if (set_cred_quoted(ifname, id, "ca_cert", fname) < 0) {
13210 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13211 "not set root CA");
13212 return 0;
13213 }
13214 }
13215
13216 return 1;
13217}
13218
13219
13220static int update_devdetail_imsi(struct sigma_dut *dut, const char *imsi)
13221{
13222 FILE *in, *out;
13223 char buf[500];
13224 int found = 0;
13225
13226 in = fopen("devdetail.xml", "r");
13227 if (in == NULL)
13228 return -1;
13229 out = fopen("devdetail.xml.tmp", "w");
13230 if (out == NULL) {
13231 fclose(in);
13232 return -1;
13233 }
13234
13235 while (fgets(buf, sizeof(buf), in)) {
13236 char *pos = strstr(buf, "<IMSI>");
13237 if (pos) {
13238 sigma_dut_print(dut, DUT_MSG_INFO, "Updated DevDetail IMSI to %s",
13239 imsi);
13240 pos += 6;
13241 *pos = '\0';
13242 fprintf(out, "%s%s</IMSI>\n", buf, imsi);
13243 found++;
13244 } else {
13245 fprintf(out, "%s", buf);
13246 }
13247 }
13248
13249 fclose(out);
13250 fclose(in);
13251 if (found)
13252 rename("devdetail.xml.tmp", "devdetail.xml");
13253 else
13254 unlink("devdetail.xml.tmp");
13255
13256 return 0;
13257}
13258
13259
13260static int sta_add_credential_sim(struct sigma_dut *dut,
13261 struct sigma_conn *conn,
13262 const char *ifname, struct sigma_cmd *cmd)
13263{
13264 const char *val, *imsi = NULL;
13265 int id;
13266 char buf[200];
13267 int res;
13268 const char *pos;
13269 size_t mnc_len;
13270 char plmn_mcc[4];
13271 char plmn_mnc[4];
13272
13273 id = add_cred(ifname);
13274 if (id < 0)
13275 return -2;
13276 sigma_dut_print(dut, DUT_MSG_DEBUG, "Adding credential %d", id);
13277
13278 val = get_param(cmd, "prefer");
13279 if (val && atoi(val) > 0)
13280 set_cred(ifname, id, "priority", "1");
13281
13282 val = get_param(cmd, "PLMN_MCC");
13283 if (val == NULL) {
13284 send_resp(dut, conn, SIGMA_ERROR,
13285 "errorCode,Missing PLMN_MCC");
13286 return 0;
13287 }
13288 if (strlen(val) != 3) {
13289 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Invalid MCC");
13290 return 0;
13291 }
13292 snprintf(plmn_mcc, sizeof(plmn_mcc), "%s", val);
13293
13294 val = get_param(cmd, "PLMN_MNC");
13295 if (val == NULL) {
13296 send_resp(dut, conn, SIGMA_ERROR,
13297 "errorCode,Missing PLMN_MNC");
13298 return 0;
13299 }
13300 if (strlen(val) != 2 && strlen(val) != 3) {
13301 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Invalid MNC");
13302 return 0;
13303 }
13304 snprintf(plmn_mnc, sizeof(plmn_mnc), "%s", val);
13305
13306 val = get_param(cmd, "IMSI");
13307 if (val == NULL) {
13308 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Missing SIM "
13309 "IMSI");
13310 return 0;
13311 }
13312
13313 imsi = pos = val;
13314
13315 if (strncmp(plmn_mcc, pos, 3) != 0) {
13316 send_resp(dut, conn, SIGMA_ERROR, "errorCode,MCC mismatch");
13317 return 0;
13318 }
13319 pos += 3;
13320
13321 mnc_len = strlen(plmn_mnc);
13322 if (mnc_len < 2) {
13323 send_resp(dut, conn, SIGMA_ERROR, "errorCode,MNC not set");
13324 return 0;
13325 }
13326
13327 if (strncmp(plmn_mnc, pos, mnc_len) != 0) {
13328 send_resp(dut, conn, SIGMA_ERROR, "errorCode,MNC mismatch");
13329 return 0;
13330 }
13331 pos += mnc_len;
13332
13333 res = snprintf(buf, sizeof(buf), "%s%s-%s",plmn_mcc, plmn_mnc, pos);
13334 if (res < 0 || res >= (int) sizeof(buf))
13335 return -1;
13336 if (set_cred_quoted(ifname, id, "imsi", buf) < 0) {
13337 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13338 "not set IMSI");
13339 return 0;
13340 }
13341
13342 val = get_param(cmd, "Password");
13343 if (val && set_cred_quoted(ifname, id, "milenage", val) < 0) {
13344 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13345 "not set password");
13346 return 0;
13347 }
13348
Jouni Malinenba630452018-06-22 11:49:59 +030013349 if (dut->program == PROGRAM_HS2_R2 || dut->program == PROGRAM_HS2_R3) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013350 /*
13351 * Set provisioning_sp for the test cases where SIM/USIM
13352 * provisioning is used.
13353 */
13354 if (val && set_cred_quoted(ifname, id, "provisioning_sp",
13355 "wi-fi.org") < 0) {
13356 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13357 "not set provisioning_sp");
13358 return 0;
13359 }
13360
13361 update_devdetail_imsi(dut, imsi);
13362 }
13363
13364 return 1;
13365}
13366
13367
13368static int sta_add_credential_cert(struct sigma_dut *dut,
13369 struct sigma_conn *conn,
13370 const char *ifname,
13371 struct sigma_cmd *cmd)
13372{
13373 const char *val;
13374 int id;
13375
13376 id = add_cred(ifname);
13377 if (id < 0)
13378 return -2;
13379 sigma_dut_print(dut, DUT_MSG_DEBUG, "Adding credential %d", id);
13380
13381 val = get_param(cmd, "prefer");
13382 if (val && atoi(val) > 0)
13383 set_cred(ifname, id, "priority", "1");
13384
13385 val = get_param(cmd, "REALM");
13386 if (val && set_cred_quoted(ifname, id, "realm", val) < 0) {
13387 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13388 "realm");
13389 return 0;
13390 }
13391
13392 val = get_param(cmd, "HOME_FQDN");
13393 if (val && set_cred_quoted(ifname, id, "domain", val) < 0) {
13394 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13395 "home_fqdn");
13396 return 0;
13397 }
13398
13399 val = get_param(cmd, "Username");
13400 if (val && set_cred_quoted(ifname, id, "username", val) < 0) {
13401 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not set "
13402 "username");
13403 return 0;
13404 }
13405
13406 val = get_param(cmd, "clientCertificate");
13407 if (val) {
13408 char fname[200];
13409 snprintf(fname, sizeof(fname), "%s/%s", sigma_cert_path, val);
13410#ifdef __linux__
13411 if (!file_exists(fname)) {
13412 char msg[300];
13413 snprintf(msg, sizeof(msg),
13414 "ErrorCode,clientCertificate "
13415 "file (%s) not found", fname);
13416 send_resp(dut, conn, SIGMA_ERROR, msg);
13417 return 0;
13418 }
13419#endif /* __linux__ */
13420 if (set_cred_quoted(ifname, id, "client_cert", fname) < 0) {
13421 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13422 "not set client_cert");
13423 return 0;
13424 }
13425 if (set_cred_quoted(ifname, id, "private_key", fname) < 0) {
13426 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13427 "not set private_key");
13428 return 0;
13429 }
13430 }
13431
13432 val = get_param(cmd, "ROOT_CA");
13433 if (val) {
13434 char fname[200];
13435 snprintf(fname, sizeof(fname), "%s/%s", sigma_cert_path, val);
13436#ifdef __linux__
13437 if (!file_exists(fname)) {
13438 char msg[300];
13439 snprintf(msg, sizeof(msg), "ErrorCode,ROOT_CA "
13440 "file (%s) not found", fname);
13441 send_resp(dut, conn, SIGMA_ERROR, msg);
13442 return 0;
13443 }
13444#endif /* __linux__ */
13445 if (set_cred_quoted(ifname, id, "ca_cert", fname) < 0) {
13446 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could "
13447 "not set root CA");
13448 return 0;
13449 }
13450 }
13451
13452 return 1;
13453}
13454
13455
Jouni Malinenf7222712019-06-13 01:50:21 +030013456static enum sigma_cmd_result cmd_sta_add_credential(struct sigma_dut *dut,
13457 struct sigma_conn *conn,
13458 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013459{
13460 const char *intf = get_param(cmd, "Interface");
13461 const char *type;
13462
13463 start_sta_mode(dut);
13464
13465 type = get_param(cmd, "Type");
13466 if (!type)
13467 return -1;
13468
13469 if (strcasecmp(type, "uname_pwd") == 0)
13470 return sta_add_credential_uname_pwd(dut, conn, intf, cmd);
13471
13472 if (strcasecmp(type, "sim") == 0)
13473 return sta_add_credential_sim(dut, conn, intf, cmd);
13474
13475 if (strcasecmp(type, "cert") == 0)
13476 return sta_add_credential_cert(dut, conn, intf, cmd);
13477
13478 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,Unsupported credential "
13479 "type");
13480 return 0;
13481}
13482
13483
Jouni Malinenf7222712019-06-13 01:50:21 +030013484static enum sigma_cmd_result cmd_sta_scan(struct sigma_dut *dut,
13485 struct sigma_conn *conn,
13486 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013487{
13488 const char *intf = get_param(cmd, "Interface");
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013489 const char *val, *bssid, *ssid, *scan_freq, *short_ssid;
Arif Hussain66a4af02019-02-07 15:04:51 -080013490 char buf[4096];
vamsi krishna89ad8c62017-09-19 12:51:18 +053013491 char ssid_hex[65];
Kiran Kumar Lokere3399af22020-03-04 16:31:56 -080013492 int wildcard_ssid = 0;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013493 int res;
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013494 enum sigma_cmd_result status;
Jouni Malinen228a2fc2020-06-22 23:37:45 +030013495 struct wpa_ctrl *ctrl = NULL;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013496
Jouni Malinen8c1abeb2019-11-06 18:48:34 +020013497 start_sta_mode(dut);
13498
Arif Hussain66a4af02019-02-07 15:04:51 -080013499 val = get_param(cmd, "GetParameter");
13500 if (val && strcmp(val, "SSID_BSSID") == 0) {
Jouni Malinen016ae6c2019-11-04 17:00:01 +020013501 if (get_wpa_ssid_bssid(dut, get_station_ifname(dut),
Arif Hussain66a4af02019-02-07 15:04:51 -080013502 buf, sizeof(buf)) < 0) {
13503 sigma_dut_print(dut, DUT_MSG_ERROR,
13504 "Could not get ssid bssid");
13505 return ERROR_SEND_STATUS;
13506 }
13507
13508 sigma_dut_print(dut, DUT_MSG_INFO, "%s", buf);
13509 send_resp(dut, conn, SIGMA_COMPLETE, buf);
13510 return STATUS_SENT;
13511 }
13512
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013513 val = get_param(cmd, "HESSID");
13514 if (val) {
13515 res = snprintf(buf, sizeof(buf), "SET hessid %s", val);
13516 if (res < 0 || res >= (int) sizeof(buf))
13517 return -1;
13518 wpa_command(intf, buf);
13519 }
13520
13521 val = get_param(cmd, "ACCS_NET_TYPE");
13522 if (val) {
13523 res = snprintf(buf, sizeof(buf), "SET access_network_type %s",
13524 val);
13525 if (res < 0 || res >= (int) sizeof(buf))
13526 return -1;
13527 wpa_command(intf, buf);
13528 }
13529
vamsi krishna89ad8c62017-09-19 12:51:18 +053013530 bssid = get_param(cmd, "Bssid");
13531 ssid = get_param(cmd, "Ssid");
13532
Kiran Kumar Lokere3399af22020-03-04 16:31:56 -080013533 if (ssid && strcasecmp(ssid, "ZeroLength") == 0 &&
13534 dut->device_type == STA_testbed) {
13535 ssid = NULL;
13536 wildcard_ssid = 1;
13537 }
13538
vamsi krishna89ad8c62017-09-19 12:51:18 +053013539 if (ssid) {
13540 if (2 * strlen(ssid) >= sizeof(ssid_hex)) {
13541 send_resp(dut, conn, SIGMA_ERROR,
13542 "ErrorCode,Too long SSID");
13543 return 0;
13544 }
13545 ascii2hexstr(ssid, ssid_hex);
13546 }
13547
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013548 short_ssid = get_param(cmd, "ShortSSID");
13549 if (short_ssid) {
13550 uint32_t short_ssid_hex;
13551
13552 short_ssid_hex = strtoul(short_ssid, NULL, 16);
13553 short_ssid_hex = ((short_ssid_hex & 0xFF) << 24) |
13554 (((short_ssid_hex >> 8) & 0xFF) << 16) |
13555 (((short_ssid_hex >> 16) & 0xFF) << 8) |
13556 ((short_ssid_hex >> 24) & 0xFF);
13557
13558 res = snprintf(buf, sizeof(buf),
13559 "VENDOR_ELEM_ADD 14 ff053a%08x",
13560 short_ssid_hex);
13561 if (res < 0 || res >= (int) sizeof(buf) ||
13562 wpa_command(intf, buf)) {
13563 send_resp(dut, conn, SIGMA_ERROR,
13564 "errorCode,Failed to add short SSID");
13565 return STATUS_SENT_ERROR;
13566 }
13567 }
13568
Kiran Kumar Lokerec0deb482020-03-04 16:35:06 -080013569 scan_freq = get_param(cmd, "ChnlFreq");
13570
Jouni Malinen228a2fc2020-06-22 23:37:45 +030013571 val = get_param(cmd, "WaitCompletion");
13572 if (val && atoi(val) == 1) {
13573 ctrl = open_wpa_mon(intf);
13574 if (!ctrl) {
13575 send_resp(dut, conn, SIGMA_ERROR,
13576 "errorCode,Failed to open monitor socket");
13577 return STATUS_SENT_ERROR;
13578 }
13579 }
13580
Kiran Kumar Lokerec0deb482020-03-04 16:35:06 -080013581 res = snprintf(buf, sizeof(buf), "SCAN%s%s%s%s%s%s%s",
vamsi krishna89ad8c62017-09-19 12:51:18 +053013582 bssid ? " bssid=": "",
13583 bssid ? bssid : "",
13584 ssid ? " ssid " : "",
Kiran Kumar Lokere3399af22020-03-04 16:31:56 -080013585 ssid ? ssid_hex : "",
Kiran Kumar Lokerec0deb482020-03-04 16:35:06 -080013586 wildcard_ssid ? " wildcard_ssid=1" : "",
13587 scan_freq ? " freq=" : "",
13588 scan_freq ? scan_freq : "");
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013589 if (res < 0 || res >= (int) sizeof(buf)) {
13590 send_resp(dut, conn, SIGMA_ERROR,
13591 "errorCode,Could not build scan command");
13592 status = STATUS_SENT_ERROR;
13593 goto remove_s_ssid;
13594 }
vamsi krishna89ad8c62017-09-19 12:51:18 +053013595
13596 if (wpa_command(intf, buf)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013597 send_resp(dut, conn, SIGMA_ERROR, "errorCode,Could not start "
13598 "scan");
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013599 status = STATUS_SENT_ERROR;
13600 } else {
13601 status = SUCCESS_SEND_STATUS;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013602 }
13603
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013604remove_s_ssid:
13605 if (short_ssid && wpa_command(intf, "VENDOR_ELEM_REMOVE 14 *"))
13606 sigma_dut_print(dut, DUT_MSG_ERROR,
13607 "Failed to delete vendor element");
13608
Jouni Malinen228a2fc2020-06-22 23:37:45 +030013609 if (ctrl) {
13610 if (status == SUCCESS_SEND_STATUS) {
13611 res = get_wpa_cli_event(dut, ctrl,
13612 "CTRL-EVENT-SCAN-RESULTS",
13613 buf, sizeof(buf));
13614 if (res < 0) {
13615 send_resp(dut, conn, SIGMA_ERROR,
13616 "ErrorCode,scan did not complete");
13617 status = STATUS_SENT_ERROR;
13618 }
13619 }
13620
13621 wpa_ctrl_detach(ctrl);
13622 wpa_ctrl_close(ctrl);
13623 }
13624
Kiran Kumar Lokere0044a872020-03-04 16:38:06 -080013625 return status;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013626}
13627
13628
Jouni Malinenf7222712019-06-13 01:50:21 +030013629static enum sigma_cmd_result cmd_sta_scan_bss(struct sigma_dut *dut,
13630 struct sigma_conn *conn,
13631 struct sigma_cmd *cmd)
Jouni Malinen5e5d43d2018-01-10 17:29:33 +020013632{
13633 const char *intf = get_param(cmd, "Interface");
13634 const char *bssid;
13635 char buf[4096], *pos;
13636 int freq, chan;
13637 char *ssid;
13638 char resp[100];
13639 int res;
13640 struct wpa_ctrl *ctrl;
13641
13642 bssid = get_param(cmd, "BSSID");
13643 if (!bssid) {
13644 send_resp(dut, conn, SIGMA_INVALID,
13645 "errorCode,BSSID argument is missing");
13646 return 0;
13647 }
13648
13649 ctrl = open_wpa_mon(intf);
13650 if (!ctrl) {
13651 sigma_dut_print(dut, DUT_MSG_ERROR,
13652 "Failed to open wpa_supplicant monitor connection");
13653 return -1;
13654 }
13655
13656 if (wpa_command(intf, "SCAN TYPE=ONLY")) {
13657 send_resp(dut, conn, SIGMA_ERROR,
13658 "errorCode,Could not start scan");
13659 wpa_ctrl_detach(ctrl);
13660 wpa_ctrl_close(ctrl);
13661 return 0;
13662 }
13663
13664 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-SCAN-RESULTS",
13665 buf, sizeof(buf));
13666
13667 wpa_ctrl_detach(ctrl);
13668 wpa_ctrl_close(ctrl);
13669
13670 if (res < 0) {
13671 send_resp(dut, conn, SIGMA_ERROR,
13672 "errorCode,Scan did not complete");
13673 return 0;
13674 }
13675
13676 snprintf(buf, sizeof(buf), "BSS %s", bssid);
13677 if (wpa_command_resp(intf, buf, buf, sizeof(buf)) < 0 ||
13678 strncmp(buf, "id=", 3) != 0) {
13679 send_resp(dut, conn, SIGMA_ERROR,
13680 "errorCode,Specified BSSID not found");
13681 return 0;
13682 }
13683
13684 pos = strstr(buf, "\nfreq=");
13685 if (!pos) {
13686 send_resp(dut, conn, SIGMA_ERROR,
13687 "errorCode,Channel not found");
13688 return 0;
13689 }
13690 freq = atoi(pos + 6);
13691 chan = freq_to_channel(freq);
13692
13693 pos = strstr(buf, "\nssid=");
13694 if (!pos) {
13695 send_resp(dut, conn, SIGMA_ERROR,
13696 "errorCode,SSID not found");
13697 return 0;
13698 }
13699 ssid = pos + 6;
13700 pos = strchr(ssid, '\n');
13701 if (pos)
13702 *pos = '\0';
13703 snprintf(resp, sizeof(resp), "ssid,%s,bsschannel,%d", ssid, chan);
13704 send_resp(dut, conn, SIGMA_COMPLETE, resp);
13705 return 0;
13706}
13707
13708
Jouni Malinenf7222712019-06-13 01:50:21 +030013709static enum sigma_cmd_result cmd_sta_set_systime(struct sigma_dut *dut,
13710 struct sigma_conn *conn,
13711 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013712{
13713#ifdef __linux__
13714 struct timeval tv;
13715 struct tm tm;
13716 time_t t;
13717 const char *val;
Pradeep Reddy POTTETI429c69e2016-10-13 17:22:03 +053013718 int v;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013719
Jouni Malinen016ae6c2019-11-04 17:00:01 +020013720 wpa_command(get_station_ifname(dut), "PMKSA_FLUSH");
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013721
13722 memset(&tm, 0, sizeof(tm));
13723 val = get_param(cmd, "seconds");
13724 if (val)
13725 tm.tm_sec = atoi(val);
13726 val = get_param(cmd, "minutes");
13727 if (val)
13728 tm.tm_min = atoi(val);
13729 val = get_param(cmd, "hours");
13730 if (val)
13731 tm.tm_hour = atoi(val);
13732 val = get_param(cmd, "date");
13733 if (val)
13734 tm.tm_mday = atoi(val);
13735 val = get_param(cmd, "month");
Pradeep Reddy POTTETI429c69e2016-10-13 17:22:03 +053013736 if (val) {
13737 v = atoi(val);
13738 if (v < 1 || v > 12) {
13739 send_resp(dut, conn, SIGMA_INVALID,
13740 "errorCode,Invalid month");
13741 return 0;
13742 }
13743 tm.tm_mon = v - 1;
13744 }
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013745 val = get_param(cmd, "year");
13746 if (val) {
13747 int year = atoi(val);
13748#ifdef ANDROID
13749 if (year > 2035)
13750 year = 2035; /* years beyond 2035 not supported */
13751#endif /* ANDROID */
13752 tm.tm_year = year - 1900;
13753 }
13754 t = mktime(&tm);
13755 if (t == (time_t) -1) {
13756 send_resp(dut, conn, SIGMA_ERROR,
13757 "errorCode,Invalid date or time");
13758 return 0;
13759 }
13760
13761 memset(&tv, 0, sizeof(tv));
13762 tv.tv_sec = t;
13763
13764 if (settimeofday(&tv, NULL) < 0) {
13765 sigma_dut_print(dut, DUT_MSG_INFO, "settimeofday failed: %s",
13766 strerror(errno));
13767 send_resp(dut, conn, SIGMA_ERROR,
13768 "errorCode,Failed to set time");
13769 return 0;
13770 }
13771
13772 return 1;
13773#endif /* __linux__ */
13774
13775 return -1;
13776}
13777
13778
Jouni Malinenf7222712019-06-13 01:50:21 +030013779static enum sigma_cmd_result cmd_sta_osu(struct sigma_dut *dut,
13780 struct sigma_conn *conn,
13781 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013782{
13783 const char *intf = get_param(cmd, "Interface");
Jouni Malinen4c8681c2018-09-12 23:28:11 +030013784 const char *name, *osu_ssid, *val;
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013785 int prod_ess_assoc = 1;
Jouni Malinen4c8681c2018-09-12 23:28:11 +030013786 char buf[300], bssid[100], ssid[100];
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013787 int res;
13788 struct wpa_ctrl *ctrl;
13789
13790 name = get_param(cmd, "osuFriendlyName");
Jouni Malinen4c8681c2018-09-12 23:28:11 +030013791 osu_ssid = get_param(cmd, "osu_ssid");
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013792
13793 val = get_param(cmd, "ProdESSAssoc");
13794 if (val)
13795 prod_ess_assoc = atoi(val);
13796
13797 kill_dhcp_client(dut, intf);
13798 if (start_dhcp_client(dut, intf) < 0)
13799 return -2;
13800
13801 sigma_dut_print(dut, DUT_MSG_DEBUG, "Trigger OSU");
13802 mkdir("Logs", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
13803 res = snprintf(buf, sizeof(buf),
Jouni Malinen4c8681c2018-09-12 23:28:11 +030013804 "%s %s%s%s %s%s%s signup osu-ca.pem",
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013805 prod_ess_assoc ? "" : "-N",
13806 name ? "-O'" : "", name ? name : "",
Jouni Malinen4c8681c2018-09-12 23:28:11 +030013807 name ? "'" : "",
13808 osu_ssid ? "-o'" : "", osu_ssid ? osu_ssid : "",
13809 osu_ssid ? "'" : "");
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013810
Kanchanapally, Vidyullatha12b66762015-12-31 16:46:42 +053013811 hs2_set_policy(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013812 if (run_hs20_osu(dut, buf) < 0) {
13813 FILE *f;
13814
13815 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to complete OSU");
13816
13817 f = fopen("hs20-osu-client.res", "r");
13818 if (f) {
13819 char resp[400], res[300], *pos;
13820 if (!fgets(res, sizeof(res), f))
13821 res[0] = '\0';
13822 pos = strchr(res, '\n');
13823 if (pos)
13824 *pos = '\0';
13825 fclose(f);
13826 sigma_dut_summary(dut, "hs20-osu-client provisioning failed: %s",
13827 res);
13828 snprintf(resp, sizeof(resp), "notify-send '%s'", res);
13829 if (system(resp) != 0) {
13830 }
13831 snprintf(resp, sizeof(resp),
13832 "SSID,,BSSID,,failureReason,%s", res);
13833 send_resp(dut, conn, SIGMA_COMPLETE, resp);
13834 return 0;
13835 }
13836
13837 send_resp(dut, conn, SIGMA_COMPLETE, "SSID,,BSSID,");
13838 return 0;
13839 }
13840
13841 if (!prod_ess_assoc)
13842 goto report;
13843
13844 ctrl = open_wpa_mon(intf);
13845 if (ctrl == NULL) {
13846 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to open "
13847 "wpa_supplicant monitor connection");
13848 return -1;
13849 }
13850
13851 res = get_wpa_cli_event(dut, ctrl, "CTRL-EVENT-CONNECTED",
13852 buf, sizeof(buf));
13853
13854 wpa_ctrl_detach(ctrl);
13855 wpa_ctrl_close(ctrl);
13856
13857 if (res < 0) {
13858 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to connect to "
13859 "network after OSU");
13860 send_resp(dut, conn, SIGMA_COMPLETE, "SSID,,BSSID,");
13861 return 0;
13862 }
13863
13864report:
13865 if (get_wpa_status(intf, "bssid", bssid, sizeof(bssid)) < 0 ||
13866 get_wpa_status(intf, "ssid", ssid, sizeof(ssid)) < 0) {
13867 sigma_dut_print(dut, DUT_MSG_INFO, "Failed to get BSSID/SSID");
13868 send_resp(dut, conn, SIGMA_COMPLETE, "SSID,,BSSID,");
13869 return 0;
13870 }
13871
13872 snprintf(buf, sizeof(buf), "SSID,%s,BSSID,%s", ssid, bssid);
13873 send_resp(dut, conn, SIGMA_COMPLETE, buf);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013874 return 0;
13875}
13876
13877
Jouni Malinenf7222712019-06-13 01:50:21 +030013878static enum sigma_cmd_result cmd_sta_policy_update(struct sigma_dut *dut,
13879 struct sigma_conn *conn,
13880 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013881{
13882 const char *val;
13883 int timeout = 120;
13884
13885 val = get_param(cmd, "PolicyUpdate");
13886 if (val == NULL || atoi(val) == 0)
13887 return 1; /* No operation requested */
13888
13889 val = get_param(cmd, "Timeout");
13890 if (val)
13891 timeout = atoi(val);
13892
13893 if (timeout) {
13894 /* TODO: time out the command and return
13895 * PolicyUpdateStatus,TIMEOUT if needed. */
13896 }
13897
13898 sigma_dut_print(dut, DUT_MSG_DEBUG, "Trigger policy update");
13899 mkdir("Logs", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
13900 if (run_hs20_osu(dut, "pol_upd fqdn=wi-fi.org") < 0) {
13901 send_resp(dut, conn, SIGMA_COMPLETE, "PolicyUpdateStatus,FAIL");
13902 return 0;
13903 }
13904
13905 send_resp(dut, conn, SIGMA_COMPLETE, "PolicyUpdateStatus,SUCCESS");
13906 return 0;
13907}
13908
13909
Jouni Malinenf7222712019-06-13 01:50:21 +030013910static enum sigma_cmd_result cmd_sta_er_config(struct sigma_dut *dut,
13911 struct sigma_conn *conn,
13912 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013913{
13914 struct wpa_ctrl *ctrl;
13915 const char *intf = get_param(cmd, "Interface");
13916 const char *bssid = get_param(cmd, "Bssid");
13917 const char *ssid = get_param(cmd, "SSID");
13918 const char *security = get_param(cmd, "Security");
13919 const char *passphrase = get_param(cmd, "Passphrase");
13920 const char *pin = get_param(cmd, "PIN");
13921 char buf[1000];
13922 char ssid_hex[200], passphrase_hex[200];
13923 const char *keymgmt, *cipher;
13924
13925 if (intf == NULL)
Jouni Malinen016ae6c2019-11-04 17:00:01 +020013926 intf = get_main_ifname(dut);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013927
13928 if (!bssid) {
13929 send_resp(dut, conn, SIGMA_ERROR,
13930 "ErrorCode,Missing Bssid argument");
13931 return 0;
13932 }
13933
13934 if (!ssid) {
13935 send_resp(dut, conn, SIGMA_ERROR,
13936 "ErrorCode,Missing SSID argument");
13937 return 0;
13938 }
13939
13940 if (!security) {
13941 send_resp(dut, conn, SIGMA_ERROR,
13942 "ErrorCode,Missing Security argument");
13943 return 0;
13944 }
13945
13946 if (!passphrase) {
13947 send_resp(dut, conn, SIGMA_ERROR,
13948 "ErrorCode,Missing Passphrase argument");
13949 return 0;
13950 }
13951
13952 if (!pin) {
13953 send_resp(dut, conn, SIGMA_ERROR,
13954 "ErrorCode,Missing PIN argument");
13955 return 0;
13956 }
13957
vamsi krishna8c9c1562017-05-12 15:51:46 +053013958 if (2 * strlen(ssid) >= sizeof(ssid_hex) ||
13959 2 * strlen(passphrase) >= sizeof(passphrase_hex)) {
Jouni Malinencd4e3c32015-10-29 12:39:56 +020013960 send_resp(dut, conn, SIGMA_ERROR,
13961 "ErrorCode,Too long SSID/passphrase");
13962 return 0;
13963 }
13964
13965 ctrl = open_wpa_mon(intf);
13966 if (ctrl == NULL) {
13967 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to open "
13968 "wpa_supplicant monitor connection");
13969 return -2;
13970 }
13971
13972 if (strcasecmp(security, "wpa2-psk") == 0) {
13973 keymgmt = "WPA2PSK";
13974 cipher = "CCMP";
13975 } else {
13976 wpa_ctrl_detach(ctrl);
13977 wpa_ctrl_close(ctrl);
13978 send_resp(dut, conn, SIGMA_ERROR,
13979 "ErrorCode,Unsupported Security value");
13980 return 0;
13981 }
13982
13983 ascii2hexstr(ssid, ssid_hex);
13984 ascii2hexstr(passphrase, passphrase_hex);
13985 snprintf(buf, sizeof(buf), "WPS_REG %s %s %s %s %s %s",
13986 bssid, pin, ssid_hex, keymgmt, cipher, passphrase_hex);
13987
13988 if (wpa_command(intf, buf) < 0) {
13989 wpa_ctrl_detach(ctrl);
13990 wpa_ctrl_close(ctrl);
13991 send_resp(dut, conn, SIGMA_ERROR,
13992 "ErrorCode,Failed to start registrar");
13993 return 0;
13994 }
13995
13996 snprintf(dut->er_oper_bssid, sizeof(dut->er_oper_bssid), "%s", bssid);
13997 dut->er_oper_performed = 1;
13998
13999 return wps_connection_event(dut, conn, ctrl, intf, 0);
14000}
14001
14002
Jouni Malinenf7222712019-06-13 01:50:21 +030014003static enum sigma_cmd_result
14004cmd_sta_wps_connect_pw_token(struct sigma_dut *dut, struct sigma_conn *conn,
14005 struct sigma_cmd *cmd)
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014006{
14007 struct wpa_ctrl *ctrl;
14008 const char *intf = get_param(cmd, "Interface");
14009 const char *bssid = get_param(cmd, "Bssid");
14010 char buf[100];
14011
14012 if (!bssid) {
14013 send_resp(dut, conn, SIGMA_ERROR,
14014 "ErrorCode,Missing Bssid argument");
14015 return 0;
14016 }
14017
14018 ctrl = open_wpa_mon(intf);
14019 if (ctrl == NULL) {
14020 sigma_dut_print(dut, DUT_MSG_ERROR, "Failed to open "
14021 "wpa_supplicant monitor connection");
14022 return -2;
14023 }
14024
14025 snprintf(buf, sizeof(buf), "WPS_NFC %s", bssid);
14026
14027 if (wpa_command(intf, buf) < 0) {
14028 wpa_ctrl_detach(ctrl);
14029 wpa_ctrl_close(ctrl);
14030 send_resp(dut, conn, SIGMA_ERROR,
14031 "ErrorCode,Failed to start registrar");
14032 return 0;
14033 }
14034
14035 return wps_connection_event(dut, conn, ctrl, intf, 0);
14036}
14037
14038
Jouni Malinenf7222712019-06-13 01:50:21 +030014039static enum sigma_cmd_result cmd_start_wps_registration(struct sigma_dut *dut,
14040 struct sigma_conn *conn,
14041 struct sigma_cmd *cmd)
vamsi krishna9b144002017-09-20 13:28:13 +053014042{
14043 struct wpa_ctrl *ctrl;
14044 const char *intf = get_param(cmd, "Interface");
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +020014045 const char *network_mode = get_param(cmd, "network_mode");
Alexei Avshalom Lazar043230b2019-02-04 14:11:24 +020014046 const char *config_method = get_param(cmd, "WPSConfigMethod");
14047 const char *role;
vamsi krishna9b144002017-09-20 13:28:13 +053014048 int res;
14049 char buf[256];
14050 const char *events[] = {
14051 "CTRL-EVENT-CONNECTED",
14052 "WPS-OVERLAP-DETECTED",
14053 "WPS-TIMEOUT",
14054 "WPS-FAIL",
14055 NULL
14056 };
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +020014057 int id = 0;
vamsi krishna9b144002017-09-20 13:28:13 +053014058
Alexei Avshalom Lazar35ab3832018-12-23 16:49:49 +020014059 /* 60G WPS tests do not pass Interface parameter */
14060 if (!intf)
Jouni Malinen016ae6c2019-11-04 17:00:01 +020014061 intf = get_main_ifname(dut);
Alexei Avshalom Lazar35ab3832018-12-23 16:49:49 +020014062
Alexei Avshalom Lazar043230b2019-02-04 14:11:24 +020014063 if (dut->mode == SIGMA_MODE_AP)
14064 return ap_wps_registration(dut, conn, cmd);
14065
14066 if (config_method) {
14067 /* WFA_CS_WPS_PIN_KEYPAD mode is set when using the
14068 * sta_wps_enter_pin before calling start_wps_registration. */
14069 if (strcasecmp(config_method, "PBC") == 0)
14070 dut->wps_method = WFA_CS_WPS_PBC;
14071 }
14072 if (dut->wps_method == WFA_CS_WPS_NOT_READY) {
14073 send_resp(dut, conn, SIGMA_ERROR,
14074 "ErrorCode,WPS parameters not yet set");
14075 return STATUS_SENT;
14076 }
14077
14078 /* Make sure WPS is enabled (also for STA mode) */
14079 dut->wps_disable = 0;
14080
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +020014081 if (dut->band == WPS_BAND_60G && network_mode &&
14082 strcasecmp(network_mode, "PBSS") == 0) {
14083 sigma_dut_print(dut, DUT_MSG_DEBUG,
14084 "Set PBSS network mode, network id %d", id);
Jouni Malinen016ae6c2019-11-04 17:00:01 +020014085 if (set_network(get_station_ifname(dut), id, "pbss", "1") < 0)
Alexei Avshalom Lazard596b512018-12-18 16:00:59 +020014086 return -2;
14087 }
14088
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +020014089 if (dut->force_rsn_ie) {
14090 sigma_dut_print(dut, DUT_MSG_DEBUG, "Force RSN_IE: %d",
14091 dut->force_rsn_ie);
14092 if (sta_60g_force_rsn_ie(dut, dut->force_rsn_ie) < 0) {
14093 sigma_dut_print(dut, DUT_MSG_INFO,
14094 "Failed to force RSN_IE");
Jouni Malinen0e29cf22019-02-19 01:13:21 +020014095 return ERROR_SEND_STATUS;
Alexei Avshalom Lazarb094bf02018-12-18 16:00:53 +020014096 }
14097 }
14098
vamsi krishna9b144002017-09-20 13:28:13 +053014099 ctrl = open_wpa_mon(intf);
14100 if (!ctrl) {
14101 sigma_dut_print(dut, DUT_MSG_ERROR,
14102 "Failed to open wpa_supplicant monitor connection");
14103 return -2;
14104 }
14105
14106 role = get_param(cmd, "WpsRole");
14107 if (!role) {
14108 send_resp(dut, conn, SIGMA_INVALID,
14109 "ErrorCode,WpsRole not provided");
14110 goto fail;
14111 }
14112
Alexei Avshalom Lazar043230b2019-02-04 14:11:24 +020014113 if (strcasecmp(role, "Enrollee") != 0) {
14114 /* Registrar role for STA not supported */
14115 send_resp(dut, conn, SIGMA_ERROR,
14116 "ErrorCode,Unsupported WpsRole value");
14117 goto fail;
14118 }
14119
14120 if (is_60g_sigma_dut(dut)) {
14121 if (dut->wps_method == WFA_CS_WPS_PBC)
14122 snprintf(buf, sizeof(buf), "WPS_PBC");
14123 else /* WFA_CS_WPS_PIN_KEYPAD */
14124 snprintf(buf, sizeof(buf), "WPS_PIN any %s",
14125 dut->wps_pin);
14126 if (wpa_command(intf, buf) < 0) {
14127 send_resp(dut, conn, SIGMA_ERROR,
14128 "ErrorCode,Failed to start WPS");
vamsi krishna9b144002017-09-20 13:28:13 +053014129 goto fail;
14130 }
Alexei Avshalom Lazar043230b2019-02-04 14:11:24 +020014131 res = get_wpa_cli_events(dut, ctrl, events, buf, sizeof(buf));
14132 if (res < 0) {
14133 send_resp(dut, conn, SIGMA_ERROR,
14134 "ErrorCode,WPS connection did not complete");
14135 goto fail;
14136 }
14137 if (strstr(buf, "WPS-TIMEOUT")) {
14138 send_resp(dut, conn, SIGMA_COMPLETE, "WpsState,NoPeer");
14139 } else if (strstr(buf, "WPS-OVERLAP-DETECTED")) {
14140 send_resp(dut, conn, SIGMA_COMPLETE,
14141 "WpsState,OverlapSession");
14142 } else if (strstr(buf, "CTRL-EVENT-CONNECTED")) {
14143 send_resp(dut, conn, SIGMA_COMPLETE,
14144 "WpsState,Successful");
14145 } else {
14146 send_resp(dut, conn, SIGMA_COMPLETE,
14147 "WpsState,Failure");
14148 }
14149 } else {
14150 if (dut->wps_method == WFA_CS_WPS_PBC) {
vamsi krishna9b144002017-09-20 13:28:13 +053014151 if (wpa_command(intf, "WPS_PBC") < 0) {
14152 send_resp(dut, conn, SIGMA_ERROR,
14153 "ErrorCode,Failed to enable PBC");
14154 goto fail;
14155 }
14156 } else {
14157 /* TODO: PIN method */
14158 send_resp(dut, conn, SIGMA_ERROR,
14159 "ErrorCode,Unsupported WpsConfigMethod value");
14160 goto fail;
14161 }
14162 res = get_wpa_cli_events(dut, ctrl, events, buf, sizeof(buf));
14163 if (res < 0) {
14164 send_resp(dut, conn, SIGMA_ERROR,
14165 "ErrorCode,WPS connection did not complete");
14166 goto fail;
14167 }
14168 if (strstr(buf, "WPS-TIMEOUT")) {
14169 send_resp(dut, conn, SIGMA_ERROR, "ErrorCode,NoPeer");
14170 } else if (strstr(buf, "WPS-OVERLAP-DETECTED")) {
14171 send_resp(dut, conn, SIGMA_ERROR,
14172 "ErrorCode,OverlapSession");
14173 } else if (strstr(buf, "CTRL-EVENT-CONNECTED")) {
14174 send_resp(dut, conn, SIGMA_COMPLETE, "Successful");
14175 } else {
14176 send_resp(dut, conn, SIGMA_ERROR,
14177 "ErrorCode,WPS operation failed");
14178 }
vamsi krishna9b144002017-09-20 13:28:13 +053014179 }
14180
14181fail:
14182 wpa_ctrl_detach(ctrl);
14183 wpa_ctrl_close(ctrl);
14184 return 0;
14185}
14186
14187
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014188static int req_intf(struct sigma_cmd *cmd)
14189{
14190 return get_param(cmd, "interface") == NULL ? -1 : 0;
14191}
14192
14193
14194void sta_register_cmds(void)
14195{
14196 sigma_dut_reg_cmd("sta_get_ip_config", req_intf,
14197 cmd_sta_get_ip_config);
14198 sigma_dut_reg_cmd("sta_set_ip_config", req_intf,
14199 cmd_sta_set_ip_config);
14200 sigma_dut_reg_cmd("sta_get_info", req_intf, cmd_sta_get_info);
14201 sigma_dut_reg_cmd("sta_get_mac_address", req_intf,
14202 cmd_sta_get_mac_address);
14203 sigma_dut_reg_cmd("sta_is_connected", req_intf, cmd_sta_is_connected);
14204 sigma_dut_reg_cmd("sta_verify_ip_connection", req_intf,
14205 cmd_sta_verify_ip_connection);
14206 sigma_dut_reg_cmd("sta_get_bssid", req_intf, cmd_sta_get_bssid);
14207 sigma_dut_reg_cmd("sta_set_encryption", req_intf,
14208 cmd_sta_set_encryption);
14209 sigma_dut_reg_cmd("sta_set_psk", req_intf, cmd_sta_set_psk);
14210 sigma_dut_reg_cmd("sta_set_eaptls", req_intf, cmd_sta_set_eaptls);
14211 sigma_dut_reg_cmd("sta_set_eapttls", req_intf, cmd_sta_set_eapttls);
14212 sigma_dut_reg_cmd("sta_set_eapsim", req_intf, cmd_sta_set_eapsim);
14213 sigma_dut_reg_cmd("sta_set_peap", req_intf, cmd_sta_set_peap);
14214 sigma_dut_reg_cmd("sta_set_eapfast", req_intf, cmd_sta_set_eapfast);
14215 sigma_dut_reg_cmd("sta_set_eapaka", req_intf, cmd_sta_set_eapaka);
14216 sigma_dut_reg_cmd("sta_set_eapakaprime", req_intf,
14217 cmd_sta_set_eapakaprime);
14218 sigma_dut_reg_cmd("sta_set_security", req_intf, cmd_sta_set_security);
14219 sigma_dut_reg_cmd("sta_set_uapsd", req_intf, cmd_sta_set_uapsd);
14220 /* TODO: sta_set_ibss */
14221 /* TODO: sta_set_mode */
14222 sigma_dut_reg_cmd("sta_set_wmm", req_intf, cmd_sta_set_wmm);
14223 sigma_dut_reg_cmd("sta_associate", req_intf, cmd_sta_associate);
14224 /* TODO: sta_up_load */
14225 sigma_dut_reg_cmd("sta_preset_testparameters", req_intf,
14226 cmd_sta_preset_testparameters);
14227 /* TODO: sta_set_system */
14228 sigma_dut_reg_cmd("sta_set_11n", req_intf, cmd_sta_set_11n);
14229 /* TODO: sta_set_rifs_test */
14230 sigma_dut_reg_cmd("sta_set_wireless", req_intf, cmd_sta_set_wireless);
14231 sigma_dut_reg_cmd("sta_send_addba", req_intf, cmd_sta_send_addba);
14232 /* TODO: sta_send_coexist_mgmt */
14233 sigma_dut_reg_cmd("sta_disconnect", req_intf, cmd_sta_disconnect);
14234 sigma_dut_reg_cmd("sta_reassoc", req_intf, cmd_sta_reassoc);
14235 sigma_dut_reg_cmd("sta_reassociate", req_intf, cmd_sta_reassoc);
14236 sigma_dut_reg_cmd("sta_reset_default", req_intf,
14237 cmd_sta_reset_default);
14238 sigma_dut_reg_cmd("sta_send_frame", req_intf, cmd_sta_send_frame);
14239 sigma_dut_reg_cmd("sta_set_macaddr", req_intf, cmd_sta_set_macaddr);
14240 sigma_dut_reg_cmd("sta_set_rfeature", req_intf, cmd_sta_set_rfeature);
14241 sigma_dut_reg_cmd("sta_set_radio", req_intf, cmd_sta_set_radio);
14242 sigma_dut_reg_cmd("sta_set_pwrsave", req_intf, cmd_sta_set_pwrsave);
Alexei Avshalom Lazare49e3872018-12-23 17:26:57 +020014243 sigma_dut_reg_cmd("sta_set_power_save", req_intf, cmd_sta_set_pwrsave);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014244 sigma_dut_reg_cmd("sta_bssid_pool", req_intf, cmd_sta_bssid_pool);
14245 sigma_dut_reg_cmd("sta_reset_parm", req_intf, cmd_sta_reset_parm);
14246 sigma_dut_reg_cmd("sta_get_key", req_intf, cmd_sta_get_key);
14247 sigma_dut_reg_cmd("sta_hs2_associate", req_intf,
14248 cmd_sta_hs2_associate);
Jouni Malinenb639f1c2018-09-13 02:39:46 +030014249 sigma_dut_reg_cmd("sta_hs2_venue_info", req_intf,
14250 cmd_sta_hs2_venue_info);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014251 sigma_dut_reg_cmd("sta_add_credential", req_intf,
14252 cmd_sta_add_credential);
14253 sigma_dut_reg_cmd("sta_scan", req_intf, cmd_sta_scan);
Jouni Malinen5e5d43d2018-01-10 17:29:33 +020014254 sigma_dut_reg_cmd("sta_scan_bss", req_intf, cmd_sta_scan_bss);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014255 sigma_dut_reg_cmd("sta_set_systime", NULL, cmd_sta_set_systime);
14256 sigma_dut_reg_cmd("sta_osu", req_intf, cmd_sta_osu);
14257 sigma_dut_reg_cmd("sta_policy_update", req_intf, cmd_sta_policy_update);
14258 sigma_dut_reg_cmd("sta_er_config", NULL, cmd_sta_er_config);
14259 sigma_dut_reg_cmd("sta_wps_connect_pw_token", req_intf,
14260 cmd_sta_wps_connect_pw_token);
Jouni Malinen82905202018-04-29 17:20:10 +030014261 sigma_dut_reg_cmd("sta_exec_action", NULL, cmd_sta_exec_action);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014262 sigma_dut_reg_cmd("sta_get_events", req_intf, cmd_sta_get_events);
14263 sigma_dut_reg_cmd("sta_get_parameter", req_intf, cmd_sta_get_parameter);
Alexei Avshalom Lazar35ab3832018-12-23 16:49:49 +020014264 sigma_dut_reg_cmd("start_wps_registration", NULL,
vamsi krishna9b144002017-09-20 13:28:13 +053014265 cmd_start_wps_registration);
Jouni Malinencd4e3c32015-10-29 12:39:56 +020014266}