Searched refs:PROGRAM_FILE (Results 1 – 3 of 3) sorted by relevance
39 PROGRAM_FILE = 'dhcpd' variable in DhcpServer58 self._identifier = '%s.*%s' % (self.PROGRAM_FILE, self._config_file)87 self.PROGRAM_FILE, self._config_file, self._lease_file,
29 PROGRAM_FILE = '/usr/local/sbin/iwconfig' variable in ApIwconfig45 iwconfig_command = '%s %s %s' % (self.PROGRAM_FILE, interface,
41 PROGRAM_FILE = '/usr/sbin/hostapd' variable in Hostapd60 self._identifier = '%s.*%s' % (self.PROGRAM_FILE, self._config_file)92 hostapd_command = '%s -dd -t "%s"' % (self.PROGRAM_FILE,