Searched refs:target_mode (Results 1 – 2 of 2) sorted by relevance
947 enum hostapd_hw_mode target_mode; in hostapd_determine_mode() local954 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()
132 DWORD target_mode; member in PyShellExt137 PyShellExt() : target(NULL), target_dir(NULL), target_mode(0), data_obj(NULL) { in PyShellExt()472 target_mode = dwMode; in Load()