HomeSort by relevance Sort by last modified time
    Searched refs:_BRCTL (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
bridge_interface.py 21 _BRCTL = 'brctl'
23 CREATE_BRIDGE = '%s addbr %s' % (_BRCTL, BRIDGE_NAME)
24 DELETE_BRIDGE = '%s delbr %s' % (_BRCTL, BRIDGE_NAME)
85 ADD_INTERFACE = '%s addif %s %s' % (_BRCTL, BRIDGE_NAME, interface)
  /tools/test/connectivity/acts/framework/acts/controllers/
access_point.py 38 _BRCTL = 'brctl'

Completed in 474 milliseconds