Searched defs:syntax (Results 176 - 177 of 177) sorted by path

12345678

/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c550 char syntax; local
576 syntax = *pos++;
579 switch (syntax) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c38 char syntax; member in struct:extra_radius_attr
106 switch (attr->syntax) {
136 printf("Incorrect extra attribute syntax specification\n");
1179 " attr_id:syntax:value or attr_id\n"
1181 " syntax - one of: s, d, x\n"
1296 p->syntax = 'n';
1308 p->syntax = pos[0];

Completed in 460 milliseconds

12345678