Lines Matching defs:parser
2 * WPA Supplicant / Configuration parser and common functions
25 * a generic parser for each network block variable. The table of configuration
32 /* Parser function for this variable */
33 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
42 /* Variable specific parameters for the parser. */
1452 /* Helper macros for network block parser */
1538 * For each configuration line in wpa_supplicant.conf, the parser goes through
1539 * this table and select the entry that matches with the field name. The parser
1540 * function (.parser) is then called to parse the actual value of the field.
1545 * integer. More complex types will need to use their own parser and writer
2042 if (field->parser(field, ssid, line, value)) {
2386 int (*parser)(const struct global_parse_data *data,
2672 if (field->parser(field, config, line, pos + flen + 1)) {