Lines Matching defs:parser
2 * WPA Supplicant / Configuration parser and common functions
30 * a generic parser for each network block variable. The table of configuration
37 /* Parser function for this variable */
38 int (*parser)(const struct parse_data *data, struct wpa_ssid *ssid,
47 /* Variable specific parameters for the parser. */
1243 /* Helper macros for network block parser */
1329 * For each configuration line in wpa_supplicant.conf, the parser goes through
1330 * this table and select the entry that matches with the field name. The parser
1331 * function (.parser) is then called to parse the actual value of the field.
1336 * integer. More complex types will need to use their own parser and writer
1771 if (field->parser(field, ssid, line, value)) {