Lines Matching refs:Config
35 class Config {
37 Config(Manager* manager, int service_identifier);
38 virtual ~Config();
51 // Generate a config file string for a hostapd instance. Populate
94 // Keys used in hostapd config file.
116 // Hardware mode value for hostapd config file.
129 // Default config property values.
147 // Append default hostapd configurations to the config file.
150 // Append hardware mode related configurations to the config file.
153 // Determine/append interface configuration to the config file.
156 // Append security related configurations to the config file.
167 DISALLOW_COPY_AND_ASSIGN(Config);