Home
last modified time | relevance | path

Searched refs:current_mode (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhw_features.c196 for (j = 0; j < iface->current_mode->num_channels; j++) { in ieee80211n_allowed_ht40_channel_pair()
198 &iface->current_mode->channels[j]; in ieee80211n_allowed_ht40_channel_pair()
217 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in ieee80211n_allowed_ht40_channel_pair()
441 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A) in ieee80211n_check_scan()
486 u16 hw = iface->current_mode->ht_capab; in ieee80211n_supported_ht_capab()
618 iface->current_mode = NULL; in hostapd_select_hw_mode()
622 iface->current_mode = mode; in hostapd_select_hw_mode()
627 if (iface->current_mode == NULL) { in hostapd_select_hw_mode()
638 for (j = 0; j < iface->current_mode->num_channels; j++) { in hostapd_select_hw_mode()
640 &iface->current_mode->channels[j]; in hostapd_select_hw_mode()
[all …]
Dbeacon.c42 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
43 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
83 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
84 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
134 hapd->iface->current_mode == NULL) in hostapd_eid_country()
142 mode = hapd->iface->current_mode; in hostapd_eid_country()
Dieee802_11_ht.c33 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
43 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params; in hostapd_eid_ht_capabilities()
44 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
Dhostapd.h194 struct hostapd_hw_modes *current_mode; member
Dap_drv_ops.c250 if (hapd->iface->current_mode && in hostapd_set_bss_params()
251 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_set_bss_params()
Dieee802_11.c157 if (hapd->iface->current_mode && in hostapd_own_capab_info()
158 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_own_capab_info()
1058 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in handle_assoc()
1077 if (hapd->iface->current_mode->mode == in handle_assoc()
1092 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in handle_assoc()
Dhostapd.c748 if (iface->current_mode) { in hostapd_setup_interface_complete()
749 if (hostapd_prepare_rates(hapd, iface->current_mode)) { in hostapd_setup_interface_complete()
Dsta_info.c154 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
162 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
Dap_list.c42 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc()
/external/quake/quake/src/QW/client/
Dvid_svgalib.c45 int current_mode; variable
313 Con_Printf("mode: %d\n",current_mode); in VID_Debug_f()
315 Con_Printf("bpp: %d\n",modes[current_mode].bytesperpixel*8); in VID_Debug_f()
479 Cvar_SetValue ("vid_mode", (float)current_mode); in VID_SetMode()
488 current_mode=modenum; in VID_SetMode()
490 vid.width = modes[current_mode].width; in VID_SetMode()
491 vid.height = modes[current_mode].height; in VID_SetMode()
493 VGA_width = modes[current_mode].width; in VID_SetMode()
494 VGA_height = modes[current_mode].height; in VID_SetMode()
495 VGA_planar = modes[current_mode].bytesperpixel == 0; in VID_SetMode()
[all …]
/external/quake/quake/src/WinQuake/
Dvid_svgalib.cpp45 int current_mode; variable
312 Con_Printf("mode: %d\n",current_mode); in VID_Debug_f()
314 Con_Printf("bpp: %d\n",modes[current_mode].bytesperpixel*8); in VID_Debug_f()
478 Cvar_SetValue ("vid_mode", (float)current_mode); in VID_SetMode()
487 current_mode=modenum; in VID_SetMode()
489 vid.width = modes[current_mode].width; in VID_SetMode()
490 vid.height = modes[current_mode].height; in VID_SetMode()
492 VGA_width = modes[current_mode].width; in VID_SetMode()
493 VGA_height = modes[current_mode].height; in VID_SetMode()
494 VGA_planar = modes[current_mode].bytesperpixel == 0; in VID_SetMode()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c206 xbiosmode_t *current_mode; in SDL_XBIOS_AddMode() local
210 current_mode = XBIOS_modelist; in SDL_XBIOS_AddMode()
211 for (i=0;i<XBIOS_nummodes; i++, current_mode++) { in SDL_XBIOS_AddMode()
212 if (current_mode->width != width) in SDL_XBIOS_AddMode()
214 if (current_mode->height != height) in SDL_XBIOS_AddMode()
216 if (current_mode->depth != depth) in SDL_XBIOS_AddMode()
256 xbiosmode_t *current_mode; in XBIOS_VideoInit() local
395 current_mode = XBIOS_modelist; in XBIOS_VideoInit()
399 newvmode = current_mode->number; in XBIOS_VideoInit()
402 current_mode->number = newvmode; in XBIOS_VideoInit()
[all …]
DSDL_xbios_centscreen.h71 #define Vread(current_mode) \ argument
72 (void)trap_14_wl((short)0x41,(long)(current_mode))
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_hostap.c31 int current_mode; /* infra/adhoc */ member
318 if (params->mode != drv->current_mode) { in wpa_driver_hostap_associate()
327 drv->current_mode = params->mode; in wpa_driver_hostap_associate()
/external/wpa_supplicant/
Ddriver_hostap.c33 int current_mode; /* infra/adhoc */ member
320 if (params->mode != drv->current_mode) { in wpa_driver_hostap_associate()
329 drv->current_mode = params->mode; in wpa_driver_hostap_associate()
/external/chromium/base/mac/
Dmac_util.mm31 SystemUIMode current_mode;
32 GetSystemUIMode(&current_mode, NULL);
51 if (current_mode != desired_mode)
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c1136 int current_mode; /* infra/adhoc */ member
1425 if (params->mode != drv->current_mode) { in wpa_driver_hostap_associate()
1434 drv->current_mode = params->mode; in wpa_driver_hostap_associate()