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

  /external/wpa_supplicant_8/src/ap/
hw_features.c 202 for (j = 0; j < iface->current_mode->num_channels; j++) {
204 &iface->current_mode->channels[j];
223 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A)
433 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A)
462 if (iface->current_mode == NULL)
475 mode = iface->current_mode;
503 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
520 u16 hw = iface->current_mode->ht_capab;
652 iface->current_mode = NULL;
656 iface->current_mode = mode
    [all...]
ieee802_11_vht.c 28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode ||
38 hapd->iface->current_mode->vht_capab);
42 hapd->iface->current_mode->vht_mcs_set, 8);
ieee802_11_ht.c 33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode ||
43 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
44 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
beacon.c 45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
74 if (hapd->iface->current_mode == NULL ||
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
125 hapd->iface->current_mode == NULL)
133 mode = hapd->iface->current_mode;
748 if (hapd->iface->current_mode &&
749 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
ap_list.c 36 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
hostapd.h 238 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
240 * current_mode->channels */
sta_info.c 155 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
163 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
ieee802_11.c 173 if (hapd->iface->current_mode &&
174 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G &&
    [all...]
hostapd.c 924 if (iface->current_mode) {
925 if (hostapd_prepare_rates(iface, iface->current_mode)) {
    [all...]
  /external/quake/quake/src/QW/client/
vid_svgalib.c 45 int current_mode; variable
313 Con_Printf("mode: %d\n",current_mode);
315 Con_Printf("bpp: %d\n",modes[current_mode].bytesperpixel*8);
479 Cvar_SetValue ("vid_mode", (float)current_mode);
488 current_mode=modenum;
490 vid.width = modes[current_mode].width;
491 vid.height = modes[current_mode].height;
493 VGA_width = modes[current_mode].width;
494 VGA_height = modes[current_mode].height;
495 VGA_planar = modes[current_mode].bytesperpixel == 0
    [all...]
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 45 int current_mode; variable
312 Con_Printf("mode: %d\n",current_mode);
314 Con_Printf("bpp: %d\n",modes[current_mode].bytesperpixel*8);
478 Cvar_SetValue ("vid_mode", (float)current_mode);
487 current_mode=modenum;
489 vid.width = modes[current_mode].width;
490 vid.height = modes[current_mode].height;
492 VGA_width = modes[current_mode].width;
493 VGA_height = modes[current_mode].height;
494 VGA_planar = modes[current_mode].bytesperpixel == 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.h 67 #define Vread(current_mode) \
68 (void)trap_14_wl((short)0x41,(long)(current_mode))
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 95 mCurrentModeFrame = findViewById(R.id.current_mode);
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 1768 UINT8 current_mode; local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 242 camera_mode_t current_mode; member in struct:__anon1901
mm_camera.c 274 my_obj->current_mode = *((camera_mode_t *)parm->p_value);
    [all...]
mm_camera_stream.c 510 my_obj->current_mode,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 414 camera_mode_t current_mode; member in struct:mm_camera_obj
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 266 my_obj->current_mode = CAMERA_MODE_2D;
    [all...]

Completed in 284 milliseconds