Home
last modified time | relevance | path

Searched refs:target_mode (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhw_features.c947 enum hostapd_hw_mode target_mode; in hostapd_determine_mode() local
954 target_mode = HOSTAPD_MODE_IEEE80211G; in hostapd_determine_mode()
956 target_mode = HOSTAPD_MODE_IEEE80211AD; in hostapd_determine_mode()
958 target_mode = HOSTAPD_MODE_IEEE80211A; in hostapd_determine_mode()
964 if (mode->mode == target_mode) { in hostapd_determine_mode()
/external/python/cpython3/PC/
Dpyshellext.cpp132 DWORD target_mode; member in PyShellExt
137 PyShellExt() : target(NULL), target_dir(NULL), target_mode(0), data_obj(NULL) { in PyShellExt()
472 target_mode = dwMode; in Load()