Lines Matching defs:addr
657 "(STA addr and Disassociation Timer) are needed\n");
677 "addr, disassoc timer, and URL) are needed\n");
696 printf("Invalid 'bss_tm_req' command - at least one argument (STA addr) is needed\n");
724 char *addr, size_t addr_len, int print)
755 os_strlcpy(addr, buf, addr_len);
763 char addr[32], cmd[64];
765 if (wpa_ctrl_command_sta(ctrl, "STA-FIRST", addr, sizeof(addr), 1))
768 snprintf(cmd, sizeof(cmd), "STA-NEXT %s", addr);
769 } while (wpa_ctrl_command_sta(ctrl, cmd, addr, sizeof(addr), 1) == 0);
778 char addr[32], cmd[64];
780 if (wpa_ctrl_command_sta(ctrl, "STA-FIRST", addr, sizeof(addr), 0))
783 if (os_strcmp(addr, "") != 0)
784 printf("%s\n", addr);
785 os_snprintf(cmd, sizeof(cmd), "STA-NEXT %s", addr);
786 } while (wpa_ctrl_command_sta(ctrl, cmd, addr, sizeof(addr), 0) == 0);
850 "one argument (STA addr) is needed\n");
869 "addr and URL) are needed\n");
888 printf("Invalid 'hs20_deauth_req' command - at least three arguments (STA addr, Code, Re-auth Delay) are needed\n");
930 char addr[32], cmd[64];
937 if (wpa_ctrl_command_sta(ctrl, "STA-FIRST", addr, sizeof(addr), 0))
940 if (os_strcmp(addr, "") != 0)
941 cli_txt_list_add(&stations, addr);
942 os_snprintf(cmd, sizeof(cmd), "STA-NEXT %s", addr);
943 } while (wpa_ctrl_command_sta(ctrl, cmd, addr, sizeof(addr), 0) == 0);
1528 "<addr> = get MIB variables for one station" },
1534 "<addr> = add a new station" },
1537 "<addr> = deauthenticate a station" },
1540 "<addr> = disassociate a station" },
1543 "<addr> = get taxonomy signature for a station" },
1547 "<addr> = send SA Query to a station" },
1551 "<uuid> <pin> [timeout] [addr] = add WPS Enrollee PIN" },
1607 "<addr> = send QoS Map Configure frame" },
1613 "<addr> <url>\n"
1616 "<addr> <code (0/1)> <Re-auth-Delay(sec)> [url]\n"
1638 "<addr> <ssid=> <nr=> [lci=] [civic=] [stat]\n"
1641 "<addr> <ssid=> = remove AP from neighbor database" },
1643 "<addr> = send LCI request to a station"},
1685 "<addr> = poll a STA to check connectivity with a QoS null frame" },
1687 "<addr> [req_mode=] <measurement request hexdump> = send a Beacon report request to a station" },