Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhw_features.c200 for (j = 0; j < iface->current_mode->num_channels; j++) { in ieee80211n_allowed_ht40_channel_pair()
202 &iface->current_mode->channels[j]; in ieee80211n_allowed_ht40_channel_pair()
221 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in ieee80211n_allowed_ht40_channel_pair()
431 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A) in ieee80211n_check_scan()
461 if (iface->current_mode == NULL) in ieee80211n_scan_channels_2g4()
474 mode = iface->current_mode; in ieee80211n_scan_channels_2g4()
502 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ieee80211n_check_40mhz()
519 u16 hw = iface->current_mode->ht_capab; in ieee80211n_supported_ht_capab()
651 iface->current_mode = NULL; in hostapd_select_hw_mode()
655 iface->current_mode = mode; in hostapd_select_hw_mode()
[all …]
Dieee802_11_vht.c28 if (!hapd->iconf->ieee80211ac || !hapd->iface->current_mode || in hostapd_eid_vht_capabilities()
38 hapd->iface->current_mode->vht_capab); in hostapd_eid_vht_capabilities()
42 hapd->iface->current_mode->vht_mcs_set, 8); in hostapd_eid_vht_capabilities()
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()
Dbeacon.c45 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
74 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
125 hapd->iface->current_mode == NULL) in hostapd_eid_country()
133 mode = hapd->iface->current_mode; in hostapd_eid_country()
705 if (hapd->iface->current_mode && in ieee802_11_set_beacon()
706 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ieee802_11_set_beacon()
Dhostapd.h220 struct hostapd_hw_modes *current_mode; member
Dieee802_11.c151 if (hapd->iface->current_mode && in hostapd_own_capab_info()
152 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_own_capab_info()
1038 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in handle_assoc()
1057 if (hapd->iface->current_mode->mode == in handle_assoc()
1072 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in handle_assoc()
Dap_list.c36 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc()
Dsta_info.c153 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
161 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
Dhostapd.c899 if (iface->current_mode) { in hostapd_setup_interface_complete()
900 if (hostapd_prepare_rates(iface, iface->current_mode)) { in hostapd_setup_interface_complete()
/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/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/qemu/distrib/sdl-1.2.15/src/video/xbios/
DSDL_xbios_centscreen.h67 #define Vread(current_mode) \ argument
68 (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/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c1714 UINT8 current_mode; in btu_hcif_mode_change_evt() local
1720 STREAM_TO_UINT8 (current_mode, p); in btu_hcif_mode_change_evt()
1726 btm_pm_proc_mode_change (status, handle, current_mode, interval); in btu_hcif_mode_change_evt()
1728 btm_process_mode_change (status, handle, current_mode, interval); in btu_hcif_mode_change_evt()
1732 hidd_pm_proc_mode_change( status, current_mode, interval ) ; in btu_hcif_mode_change_evt()
/external/chromium/base/mac/
Dmac_util.mm31 SystemUIMode current_mode;
32 GetSystemUIMode(&current_mode, NULL);
51 if (current_mode != desired_mode)