Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/src/ap/
Dhw_features.c235 if (!iface->current_mode) in ieee80211n_allowed_ht40_channel_pair()
238 p_chan = hw_get_channel_freq(iface->current_mode->mode, pri_freq, NULL, in ieee80211n_allowed_ht40_channel_pair()
242 s_chan = hw_get_channel_freq(iface->current_mode->mode, sec_freq, NULL, in ieee80211n_allowed_ht40_channel_pair()
246 return allowed_ht40_channel_pair(iface->current_mode->mode, in ieee80211n_allowed_ht40_channel_pair()
275 if (!iface->current_mode) in ieee80211n_check_40mhz_5g()
277 pri_chan = hw_get_channel_freq(iface->current_mode->mode, pri_freq, in ieee80211n_check_40mhz_5g()
280 sec_chan = hw_get_channel_freq(iface->current_mode->mode, sec_freq, in ieee80211n_check_40mhz_5g()
307 return check_40mhz_2g4(iface->current_mode, scan_res, pri_chan, in ieee80211n_check_40mhz_2g4()
329 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A) in ieee80211n_check_scan()
354 iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in ieee80211n_check_scan()
[all …]
Ddfs.c216 mode = iface->current_mode; in dfs_find_channel()
354 mode = iface->current_mode; in dfs_get_start_chan_idx()
367 mode = iface->current_mode; in dfs_get_start_chan_idx()
406 mode = iface->current_mode; in dfs_check_chans_radar()
426 mode = iface->current_mode; in dfs_check_chans_available()
455 mode = iface->current_mode; in dfs_check_chans_unavailable()
491 if (iface->current_mode == NULL) in dfs_get_valid_channel()
494 mode = iface->current_mode; in dfs_get_valid_channel()
574 mode = iface->current_mode; in set_dfs_state_freq()
579 for (i = 0; i < iface->current_mode->num_channels; i++) { in set_dfs_state_freq()
[all …]
Dieee802_11_he.c87 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab()
171 if (!hapd->iface->current_mode) in hostapd_eid_he_operation()
322 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_6ghz_band_cap()
383 if (!hapd->iface->current_mode) in check_valid_he_mcs()
385 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
496 if (!hapd->iface->current_mode || in hostapd_get_he_twt_responder()
497 !hapd->iface->current_mode->he_capab[mode].he_supported) in hostapd_get_he_twt_responder()
500 mac_cap = hapd->iface->current_mode->he_capab[mode].mac_cap; in hostapd_get_he_twt_responder()
Dieee802_11_vht.c26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities()
176 !check_valid_vht_mcs(hapd->iface->current_mode, vht_capab)) { in copy_sta_vht_capab()
264 if (!hapd->iface->current_mode || in hostapd_eid_vendor_vht()
265 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_vendor_vht()
Dieee802_11_ht.c29 if (!hapd->iconf->ieee80211n || !hapd->iface->current_mode || in hostapd_eid_ht_capabilities()
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params; in hostapd_eid_ht_capabilities()
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
185 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in is_40_allowed()
390 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ht40_intolerant_add()
Dbeacon.c70 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info()
71 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info()
99 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info()
100 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info()
127 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint()
128 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in hostapd_eid_pwr_constraint()
218 hapd->iface->current_mode == NULL) in hostapd_eid_country()
226 mode = hapd->iface->current_mode; in hostapd_eid_country()
880 hapd->iface->current_mode && in handle_probe_req()
881 (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G || in handle_probe_req()
[all …]
Dsta_info.c231 if (hapd->iface->current_mode && in ap_free_sta()
232 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
240 if (hapd->iface->current_mode && in ap_free_sta()
241 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
842 if (hapd->iface->current_mode && in ap_sta_disassociate()
843 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disassociate()
891 if (hapd->iface->current_mode && in ap_sta_deauthenticate()
892 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_deauthenticate()
1386 if (hapd->iface->current_mode && in ap_sta_disconnect()
1387 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disconnect()
Dap_list.c35 if (iface->current_mode == NULL || in ap_list_beacon_olbc()
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc()
Dap_drv_ops.c555 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq()
820 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac()
934 if (hapd->iface->current_mode) in hostapd_drv_do_acs()
935 selected_mode = hapd->iface->current_mode->mode; in hostapd_drv_do_acs()
Ddrv_callbacks.c879 if (!hapd->iface->current_mode) { in hostapd_event_ch_switch()
914 switch (hapd->iface->current_mode->mode) { in hostapd_event_ch_switch()
1056 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected()
1068 hapd->iface->current_mode = mode; in hostapd_acs_channel_selected()
1072 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected()
1088 pri_chan = hw_get_channel_freq(hapd->iface->current_mode->mode, in hostapd_acs_channel_selected()
Dieee802_11.c281 if (hapd->iface->current_mode && in hostapd_own_capab_info()
282 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_own_capab_info()
292 if (hapd->iface->current_mode && in hostapd_own_capab_info()
293 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A && in hostapd_own_capab_info()
3962 if (hapd->iface->current_mode && in copy_supp_rates()
3963 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) in copy_supp_rates()
5396 if (hapd->iface->current_mode && in handle_assoc()
5397 hapd->iface->current_mode->mode == in handle_assoc()
5547 if (hapd->iface->current_mode && in handle_assoc()
5548 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in handle_assoc()
[all …]
Dwmm.c74 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in wmm_calc_regulatory_limit()
Dhostapd.c507 if (iface->current_mode) in hostapd_cleanup_iface_partial()
511 iface->current_mode = NULL; in hostapd_cleanup_iface_partial()
2056 if (iface->current_mode) { in hostapd_setup_interface_complete_sync()
2057 if (hostapd_prepare_rates(iface, iface->current_mode)) { in hostapd_setup_interface_complete_sync()
3418 mode = hapd->iface->current_mode; in hostapd_change_config_freq()
/external/parameter-framework/upstream/tools/xmlGenerator/analyse/
DsortAsound.conf.sh71 current_mode="$( echo "$line" | sed 's/.*# //' )"
87 echo "$space$space$current_mode"
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dprofiling-multi-threaded.cpp41 std::string current_mode = __xray_log_get_current_mode(); in main() local
42 assert(current_mode == "xray-profiling"); in main()
Dprofiling-single-threaded.cpp40 std::string current_mode = __xray_log_get_current_mode(); in main() local
41 assert(current_mode == "xray-profiling"); in main()
Dlogging-modes.cpp74 std::string current_mode = __xray_log_get_current_mode(); in main() local
75 assert(current_mode == "custom"); in main()
/external/kernel-headers/original/uapi/linux/
Dpps.h72 int current_mode; /* current mode bits */ member
80 int current_mode; /* current mode bits */ member
/external/openscreen/tools/
Ddownload-yajsv.py69 current_mode = os.stat(output_path).st_mode
70 os.chmod(output_path, current_mode | stat.S_IEXEC)
/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp537 Generation getGeneration(hostapd_hw_modes *current_mode) in getGeneration() argument
541 current_mode->mode, current_mode->ht_capab != 0, in getGeneration()
542 current_mode->vht_capab != 0, current_mode->he_capab->he_supported); in getGeneration()
543 switch (current_mode->mode) { in getGeneration()
547 return current_mode->ht_capab == 0 ? in getGeneration()
550 if (current_mode->he_capab->he_supported) { in getGeneration()
553 return current_mode->vht_capab == 0 ? in getGeneration()
918 getGeneration(iface_hapd->iface->current_mode), in addSingleAccessPoint()
/external/autotest/server/cros/ap_configurators/
Dap_spec.py114 for current_mode in sorted(string_table.keys()):
115 i = current_mode & mode
/external/iperf3/src/
Diperf_api.c2976 int current_mode; in iperf_print_intermediate() local
3059 for (current_mode = lower_mode; current_mode <= upper_mode; ++current_mode) { in iperf_print_intermediate()
3072 int stream_must_be_sender = current_mode * current_mode; in iperf_print_intermediate()
3171 int current_mode; in iperf_print_results() local
3230 for (current_mode = lower_mode; current_mode <= upper_mode; ++current_mode) { in iperf_print_results()
3249 int stream_must_be_sender = current_mode * current_mode; in iperf_print_results()
3585 if (test->json_output && current_mode == upper_mode) { in iperf_print_results()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c80 wsi_display_mode *current_mode; member
1409 if (connector->current_mode == display_mode && connector->crtc_id) in wsi_display_setup_connector()
1444 if (connector->current_mode != display_mode) { in wsi_display_setup_connector()
1461 connector->current_mode = display_mode; in wsi_display_setup_connector()
1663 if (display_mode != connector->current_mode) in _wsi_display_queue_next()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c214 if (ifmsh->current_mode) in wpas_mesh_update_freq_params()
215 he_capab = &ifmsh->current_mode->he_capab[IEEE80211_MODE_MESH]; in wpas_mesh_update_freq_params()
/external/python/cpython3/Lib/test/
Dtest_pydoc.py952 current_mode = stat.S_IMODE(os.stat(pkgdir).st_mode)
954 os.chmod(pkgdir, current_mode & ~stat.S_IEXEC)
959 os.chmod(pkgdir, current_mode)

12