Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 85) sorted by relevance

1234

/hostap-latest/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts7 <location filename="../addinterface.cpp" line="38"/>
12 <location filename="../addinterface.cpp" line="47"/>
17 <location filename="../addinterface.cpp" line="48"/>
22 <location filename="../addinterface.cpp" line="49"/>
27 <location filename="../addinterface.cpp" line="221"/>
32 <location filename="../addinterface.cpp" line="229"/>
37 <location filename="../addinterface.cpp" line="238"/>
45 <location filename="../wpagui.cpp" line="1621"/>
53 <location filename="../eventhistory.ui" line="13"/>
58 <location filename="../eventhistory.ui" line="48"/>
[all …]
/hostap-latest/hostapd/
Dconfig_file.c35 int line = 0, vlan_id; in hostapd_config_read_vlan_file() local
45 line++; in hostapd_config_read_vlan_file()
68 "line %d in '%s'", line, fname); in hostapd_config_read_vlan_file()
85 "in '%s'", line, fname); in hostapd_config_read_vlan_file()
126 int line = 0; in hostapd_config_read_maclist() local
139 line++; in hostapd_config_read_maclist()
161 "line %d in '%s'", pos, line, fname); in hostapd_config_read_maclist()
198 char **pos, int line, in hostapd_config_eap_user_salted() argument
209 hash, line, fname); in hostapd_config_eap_user_salted()
224 line, fname); in hostapd_config_eap_user_salted()
[all …]
Dhlr_auc_gw.c280 int line, ret = 0; in read_gsm_triplets() local
291 line = 0; in read_gsm_triplets()
293 line++; in read_gsm_triplets()
318 printf("%s:%d - Invalid IMSI\n", fname, line); in read_gsm_triplets()
327 printf("%s:%d - Invalid Kc\n", fname, line); in read_gsm_triplets()
336 printf("%s:%d - Invalid SRES\n", fname, line); in read_gsm_triplets()
345 printf("%s:%d - Invalid RAND\n", fname, line); in read_gsm_triplets()
392 int line, ret = 0; in read_milenage() local
403 line = 0; in read_milenage()
405 line++; in read_milenage()
[all …]
Dhostapd.wpa_psk1 # List of WPA PSKs. Each line, except for empty lines and lines starting
6 # An optional key identifier can be added by prefixing the line with
8 # An optional VLAN ID can be specified by prefixing the line with
10 # An optional WPS tag can be added by prefixing the line with
Dhostapd.eap_user3 # Each line must contain an identity, EAP method(s), and an optional password
12 # [2] flag in the end of the line can be used to mark users for tunneled phase
55 # entry with radius_accept_attr=<attr_id>[:<syntax:value>] line(s) following
56 # the main user entry line.
/hostap-latest/wpa_supplicant/
Dconfig.c43 int line, const char *value);
66 int line, const char *value) in wpa_config_parse_str() argument
82 line, data->name, in wpa_config_parse_str()
97 "min_len=%ld)", line, data->name, in wpa_config_parse_str()
105 "max_len=%ld)", line, data->name, in wpa_config_parse_str()
202 int line, const char *value, in wpa_config_parse_int_impl() argument
212 line, value); in wpa_config_parse_int_impl()
218 "min_value=%ld)", line, data->name, val, in wpa_config_parse_int_impl()
225 "max_value=%ld)", line, data->name, val, in wpa_config_parse_int_impl()
242 int line, const char *value) in wpa_config_parse_int() argument
[all …]
Dconfig_file.c29 static int wpa_config_validate_network(struct wpa_ssid *ssid, int line) in wpa_config_validate_network() argument
36 "passphrase configured.", line); in wpa_config_validate_network()
52 "cipher", line); in wpa_config_validate_network()
60 line); in wpa_config_validate_network()
68 line); in wpa_config_validate_network()
76 line); in wpa_config_validate_network()
85 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id) in wpa_config_read_network() argument
92 *line); in wpa_config_read_network()
101 while (wpa_config_get_line(buf, sizeof(buf), f, line, &pos)) { in wpa_config_read_network()
110 "'%s'.", *line, pos); in wpa_config_read_network()
[all …]
Dconfig.h1824 int line);
1852 const char *value, int line);
1865 int wpa_config_process_global(struct wpa_config *config, char *pos, int line);
/hostap-latest/tests/hwsim/vm/
Dparallel-vm.py118 line = pending[0:pos].rstrip()
120 logger.debug("VM[%d] stdout full line[%s]" % (vm['idx'], line))
121 if line.startswith("READY"):
125 elif line.startswith("PASS"):
128 elif line.startswith("FAIL"):
131 vals = line.split(' ')
134 line))
135 name = line
150 elif line.startswith("NOT-FOUND"):
154 elif line.startswith("SKIP"):
[all …]
/hostap-latest/tests/remote/
Dtest_devices.py51 for line in lines:
52 print("\t" + line)
59 for line in lines:
60 print("\t" + line)
67 for line in lines:
68 print("\t" + line)
75 for line in lines:
76 print("\t" + line)
Drutils.py225 for line in lines:
226 res = line.find("inet addr:")
231 words = line.split()
244 for line in lines:
245 res = line.find("Scope:Link")
247 res = line.find("<link>")
252 words = line.split()
300 for line in lines:
301 if line.find("packet loss") != -1:
302 loss_line = line
[all …]
/hostap-latest/wpa_supplicant/examples/
Ddpp-qrcode.py44 for line in iter(sys.stdin.readline, ''):
45 if "ResultHandler: Launching intent: Intent" not in line:
47 if "act=android.intent.action.VIEW" not in line:
50 for val in line.split(' '):
82 for line in res.splitlines():
83 if line.startswith("address="):
84 addr = line.split('=')[1]
/hostap-latest/hostapd/logwatch/
Dhostapd22 while (defined(my $line = <STDIN>)) {
24 print STDERR "DEBUG($debugcounter): $line";
27 chomp($line);
29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
36 push @unmatched, "$line\n";
/hostap-latest/src/utils/
Dext_password_file.c87 int line = 0; in ext_password_file_get() local
100 while (wpa_config_get_line(buf, sizeof(buf), f, &line, &pos)) { in ext_password_file_get()
105 line); in ext_password_file_get()
110 wpa_printf(MSG_ERROR, "No password for line %d.", line); in ext_password_file_get()
Dtrace.c146 unsigned int line; member
185 &data->line); in find_addr_sect()
223 name, filename, data.line); in wpa_trace_bfd_addr()
228 &data.function, &data.line); in wpa_trace_bfd_addr()
328 &data.line); in wpa_trace_calling_func()
Dedit_readline.c99 if (h == NULL || os_strcmp(cmd, h->line) != 0) in readline_cmd_handler()
164 char *p = h->line; in edit_deinit()
170 free(h->line); in edit_deinit()
Dconfig.c38 char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, in wpa_config_get_line() argument
44 (*line)++; in wpa_config_get_line()
Dwpa_debug.c133 char *line, *tmp1, *path = NULL; in wpa_debug_open_linux_tracing() local
149 line = strtok_r(buf, "\n", &tmp1); in wpa_debug_open_linux_tracing()
150 while (line) { in wpa_debug_open_linux_tracing()
153 strtok_r(line, " ", &tmp2); in wpa_debug_open_linux_tracing()
161 line = strtok_r(NULL, "\n", &tmp1); in wpa_debug_open_linux_tracing()
/hostap-latest/tests/hwsim/
Dremotehost.py198 line = proc.stdout.readline()
199 if not line:
201 line = line.decode()
202 logger.debug(line.strip('\n'))
204 if event in line:
205 return line
Dcheck_kernel.py28 for line in open(logfile, 'r'):
29 if issue.match(line):
Dtest_kernel.py166 for line in dmesg.split(b'\n'):
167 if fail_rx.search(line):
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DQrCodeDisplayActivity.java94 String line; in readFromFile() local
95 while(( line = br.readLine()) != null ) { in readFromFile()
96 sb.append( line ); in readFromFile()
DWpaCredActivity.java158 for (String line: lines) { in onActivityResult()
159 if (Character.isDigit(line.charAt(0))) { in onActivityResult()
160 id = Integer.parseInt(line); in onActivityResult()
/hostap-latest/wpa_supplicant/utils/
Dlog2pcap.py41 for line in input_file:
42 m = frame_re.match(line)
/hostap-latest/src/drivers/
Ddriver_hostap.c591 char buf[1024], line[128], *pos; in hostap_read_sta_data() local
606 while (fgets(line, sizeof(line), f)) { in hostap_read_sta_data()
607 pos = strchr(line, '='); in hostap_read_sta_data()
612 if (strcmp(line, "rx_packets") == 0) in hostap_read_sta_data()
614 else if (strcmp(line, "tx_packets") == 0) in hostap_read_sta_data()
616 else if (strcmp(line, "rx_bytes") == 0) in hostap_read_sta_data()
618 else if (strcmp(line, "tx_bytes") == 0) in hostap_read_sta_data()

1234