HomeSort by relevance Sort by last modified time
    Searched defs:acs (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/core/
debug.c 149 static struct autocolour acs[NUM_AUTO_COLOURS]; local
159 for ( i = 0 ; i < ( sizeof ( acs ) / sizeof ( acs[0] ) ) ; i++ ) {
160 if ( acs[i].stream == stream ) {
161 acs[i].last_used = use;
169 for ( i = 0 ; i < ( sizeof ( acs ) / sizeof ( acs[0] ) ) ; i++ ) {
170 if ( acs[i].last_used < oldest_last_used ) {
171 oldest_last_used = acs[i].last_used;
175 acs[oldest].stream = stream
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 449 * ACS - Automatic Channel Selection for AP mode
454 * force the channel to be set to 0, thus enabling ACS.
456 int acs; member in struct:wpa_ssid
  /external/wpa_supplicant_8/src/ap/
ap_config.h 653 u8 acs; member in struct:hostapd_config

Completed in 512 milliseconds