/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 235 return allowed_ht40_channel_pair(iface->current_mode, pri_chan, in ieee80211n_allowed_ht40_channel_pair() 261 res = check_40mhz_5g(iface->current_mode, scan_res, pri_chan, sec_chan); in ieee80211n_check_40mhz_5g() 284 return check_40mhz_2g4(iface->current_mode, scan_res, pri_chan, in ieee80211n_check_40mhz_2g4() 306 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A) in ieee80211n_check_scan() 352 if (iface->current_mode == NULL) in ieee80211n_scan_channels_2g4() 370 mode = iface->current_mode; in ieee80211n_scan_channels_2g4() 397 if (iface->current_mode == NULL) in ieee80211n_scan_channels_5g() 411 mode = iface->current_mode; in ieee80211n_scan_channels_5g() 437 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ap_ht40_scan_retry() 487 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ieee80211n_check_40mhz() [all …]
|
D | acs.c | 269 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_cleanup() 270 chan = &iface->current_mode->channels[i]; in acs_cleanup() 462 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_surveys_are_sufficient() 463 chan = &iface->current_mode->channels[i]; in acs_surveys_are_sufficient() 498 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_survey_all_chans_intereference_factor() 499 chan = &iface->current_mode->channels[i]; in acs_survey_all_chans_intereference_factor() 524 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_find_chan() 525 chan = &iface->current_mode->channels[i]; in acs_find_chan() 615 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_find_ideal_chan() 619 chan = &iface->current_mode->channels[i]; in acs_find_ideal_chan() [all …]
|
D | dfs.c | 202 mode = iface->current_mode; in dfs_find_channel() 319 mode = iface->current_mode; in dfs_get_start_chan_idx() 332 mode = iface->current_mode; in dfs_get_start_chan_idx() 371 mode = iface->current_mode; in dfs_check_chans_radar() 391 mode = iface->current_mode; in dfs_check_chans_available() 420 mode = iface->current_mode; in dfs_check_chans_unavailable() 453 if (iface->current_mode == NULL) in dfs_get_valid_channel() 456 mode = iface->current_mode; in dfs_get_valid_channel() 491 mode = iface->current_mode; in set_dfs_state_freq() 496 for (i = 0; i < iface->current_mode->num_channels; i++) { in set_dfs_state_freq() [all …]
|
D | beacon.c | 91 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info() 92 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info() 120 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info() 121 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info() 148 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint() 149 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in hostapd_eid_pwr_constraint() 239 hapd->iface->current_mode == NULL) in hostapd_eid_country() 247 mode = hapd->iface->current_mode; in hostapd_eid_country() 799 hapd->iface->current_mode && in handle_probe_req() 800 (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G || in handle_probe_req() [all …]
|
D | ieee802_11_ht.c | 29 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() 207 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in is_40_allowed() 412 if (iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ht40_intolerant_add()
|
D | ieee802_11_vht.c | 26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities() 224 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_eid_txpower_envelope() 338 !check_valid_vht_mcs(hapd->iface->current_mode, vht_capab)) { in copy_sta_vht_capab() 425 if (!hapd->iface->current_mode) in hostapd_eid_vendor_vht()
|
D | ieee802_11_he.c | 24 if (!hapd->iface->current_mode) in hostapd_eid_he_capab() 57 if (!hapd->iface->current_mode) in hostapd_eid_he_operation()
|
D | sta_info.c | 201 if (hapd->iface->current_mode && in ap_free_sta() 202 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta() 210 if (hapd->iface->current_mode && in ap_free_sta() 211 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta() 794 if (hapd->iface->current_mode && in ap_sta_disassociate() 795 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disassociate() 840 if (hapd->iface->current_mode && in ap_sta_deauthenticate() 841 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_deauthenticate() 1327 if (hapd->iface->current_mode && in ap_sta_disconnect() 1328 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disconnect()
|
D | ap_list.c | 35 if (iface->current_mode == NULL || in ap_list_beacon_olbc() 36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc()
|
D | drv_callbacks.c | 790 if (!hapd->iface->current_mode) { in hostapd_event_ch_switch() 825 switch (hapd->iface->current_mode->mode) { in hostapd_event_ch_switch() 908 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected() 914 hapd->iface->current_mode = mode; in hostapd_acs_channel_selected() 918 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected() 1378 for (i = 0; i < iface->current_mode->num_channels; i++) { in hostapd_get_mode_channel() 1379 chan = &iface->current_mode->channels[i]; in hostapd_get_mode_channel()
|
D | ap_drv_ops.c | 549 hapd->iface->current_mode ? in hostapd_set_freq() 550 hapd->iface->current_mode->vht_capab : 0)) in hostapd_set_freq() 798 iface->current_mode->vht_capab)) { in hostapd_start_dfs_cac() 880 mode = hapd->iface->current_mode; in hostapd_drv_do_acs()
|
D | ieee802_11.c | 213 if (hapd->iface->current_mode && in hostapd_own_capab_info() 214 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_own_capab_info() 224 if (hapd->iface->current_mode && in hostapd_own_capab_info() 225 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A && in hostapd_own_capab_info() 2571 if (hapd->iface->current_mode && in copy_supp_rates() 2572 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) in copy_supp_rates() 3781 if (hapd->iface->current_mode && in handle_assoc() 3782 hapd->iface->current_mode->mode == in handle_assoc() 3935 if (hapd->iface->current_mode && in handle_assoc() 3936 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in handle_assoc() [all …]
|
D | hostapd.h | 468 struct hostapd_hw_modes *current_mode; member
|
D | hostapd.c | 483 if (iface->current_mode) in hostapd_cleanup_iface_partial() 487 iface->current_mode = NULL; in hostapd_cleanup_iface_partial() 1876 if (iface->current_mode) { in hostapd_setup_interface_complete_sync() 1877 if (hostapd_prepare_rates(iface, iface->current_mode)) { in hostapd_setup_interface_complete_sync()
|
D | ctrl_iface_ap.c | 653 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_ctrl_iface_status()
|
/external/parameter-framework/upstream/tools/xmlGenerator/analyse/ |
D | sortAsound.conf.sh | 71 current_mode="$( echo "$line" | sed 's/.*# //' )" 87 echo "$space$space$current_mode"
|
/external/autotest/server/cros/ap_configurators/ |
D | medialink_ap_configurator.py | 21 self.current_mode = ap_spec.MODE_B 22 self.add_item_to_command_list(self._set_mode, (self.current_mode, ), 121 self.current_mode = mode 163 if self.current_mode == ap_spec.MODE_B:
|
D | ap_spec.py | 114 for current_mode in sorted(string_table.keys()): 115 i = current_mode & mode
|
/external/kernel-headers/original/uapi/linux/ |
D | pps.h | 72 int current_mode; /* current mode bits */ member 80 int current_mode; /* current mode bits */ member
|
/external/fonttools/Lib/fontTools/misc/ |
D | py23.py | 229 current_mode = _setmode(fdcopy, os.O_BINARY) 230 if not (current_mode & os.O_BINARY):
|
/external/iperf3/src/ |
D | iperf_api.c | 2670 int current_mode; in iperf_print_intermediate() local 2753 for (current_mode = lower_mode; current_mode <= upper_mode; ++current_mode) { in iperf_print_intermediate() 2766 int stream_must_be_sender = current_mode * current_mode; in iperf_print_intermediate() 2865 int current_mode; in iperf_print_results() local 2924 for (current_mode = lower_mode; current_mode <= upper_mode; ++current_mode) { in iperf_print_results() 2943 int stream_must_be_sender = current_mode * current_mode; in iperf_print_results() 3279 if (test->json_output && current_mode == upper_mode) { in iperf_print_results()
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 822 current_mode = stat.S_IMODE(os.stat(pkgdir).st_mode) 824 os.chmod(pkgdir, current_mode & ~stat.S_IEXEC) 829 os.chmod(pkgdir, current_mode)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 9153 if (conf->hw_mode != wpa_s->ap_iface->current_mode->mode) { in wpas_p2p_move_go_csa() 9376 if (wpa_s->ap_iface->current_mode->mode == in wpas_p2p_consider_moving_one_go()
|