HomeSort by relevance Sort by last modified time
    Searched refs:acs (Results 1 - 16 of 16) 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/skia/gm/
bug5252.cpp 32 SkAutoCanvasRestore acs(canvas, true);
  /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
ap.c 226 if (ssid->acs) {
227 /* Setting channel to 0 in order to enable ACS */
591 if (wpa_s->current_ssid && wpa_s->current_ssid->acs)
    [all...]
config_file.c 789 INT(acs);
    [all...]
config.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
oniguruma.h 163 int (*get_case_fold_codes_by_str)(OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem acs[]);
285 #define ONIGENC_GET_CASE_FOLD_CODES_BY_STR(enc,case_fold_flag,p,end,acs) \
286 (enc)->get_case_fold_codes_by_str(case_fold_flag,p,end,acs)
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 653 u8 acs; member in struct:hostapd_config
hw_features.c 22 #include "acs.h"
529 * Driver ACS chosen channel may not be HT40 due to internal driver
532 if (!iface->conf->acs && (conf & HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET) &&
748 * which is used to trigger ACS.
800 wpa_printf(MSG_ERROR, "ACS error - reported complete, but no result available");
806 wpa_printf(MSG_ERROR, "ACS picked unusable channels");
877 case HOSTAPD_CHAN_ACS: /* ACS will run and later complete */
ap_config.c 201 conf->acs = 0;
hostapd.c 190 hapd->iconf->acs = oldconf->acs;
    [all...]
drv_callbacks.c 582 wpa_printf(MSG_INFO, "ACS: Channel was already set to %d",
617 hapd->iconf->acs = 1;
661 "ACS: Possibly channel configuration is invalid");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
objdump_test.go 172 acs
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
objdump_test.go 172 acs
  /external/wpa_supplicant_8/hostapd/
Android.mk 956 OBJS += src/ap/acs.c
config_file.c     [all...]

Completed in 426 milliseconds