/external/wpa_supplicant_8/src/ap/ |
D | hw_features.c | 235 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() 375 if (iface->current_mode == NULL) in ieee80211n_scan_channels_2g4() [all …]
|
D | dfs.c | 216 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 …]
|
D | ieee802_11_he.c | 87 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() 316 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_6ghz_band_cap() 386 if (!hapd->iface->current_mode) in check_valid_he_mcs() 388 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs() 497 if (!hapd->iface->current_mode || in hostapd_get_he_twt_responder() 498 !hapd->iface->current_mode->he_capab[mode].he_supported) in hostapd_get_he_twt_responder() 501 mac_cap = hapd->iface->current_mode->he_capab[mode].mac_cap; in hostapd_get_he_twt_responder()
|
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() 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()
|
D | beacon.c | 70 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() 867 hapd->iface->current_mode && in handle_probe_req() 868 (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G || in handle_probe_req() [all …]
|
D | ieee802_11_vht.c | 26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities() 227 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_eid_txpower_envelope() 341 !check_valid_vht_mcs(hapd->iface->current_mode, vht_capab)) { in copy_sta_vht_capab() 428 if (!hapd->iface->current_mode) in hostapd_eid_vendor_vht()
|
D | sta_info.c | 200 if (hapd->iface->current_mode && in ap_free_sta() 201 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta() 209 if (hapd->iface->current_mode && in ap_free_sta() 210 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta() 807 if (hapd->iface->current_mode && in ap_sta_disassociate() 808 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_disassociate() 856 if (hapd->iface->current_mode && in ap_sta_deauthenticate() 857 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) { in ap_sta_deauthenticate() 1351 if (hapd->iface->current_mode && in ap_sta_disconnect() 1352 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 | ap_drv_ops.c | 555 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()
|
D | ieee802_11.c | 262 if (hapd->iface->current_mode && in hostapd_own_capab_info() 263 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_own_capab_info() 273 if (hapd->iface->current_mode && in hostapd_own_capab_info() 274 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A && in hostapd_own_capab_info() 2767 if (hapd->iface->current_mode && in copy_supp_rates() 2768 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) in copy_supp_rates() 4169 if (hapd->iface->current_mode && in handle_assoc() 4170 hapd->iface->current_mode->mode == in handle_assoc() 4320 if (hapd->iface->current_mode && in handle_assoc() 4321 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in handle_assoc() [all …]
|
D | drv_callbacks.c | 861 if (!hapd->iface->current_mode) { in hostapd_event_ch_switch() 896 switch (hapd->iface->current_mode->mode) { in hostapd_event_ch_switch() 997 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected() 1009 hapd->iface->current_mode = mode; in hostapd_acs_channel_selected() 1013 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected() 1029 pri_chan = hw_get_channel_freq(hapd->iface->current_mode->mode, in hostapd_acs_channel_selected()
|
D | wmm.c | 74 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in wmm_calc_regulatory_limit()
|
D | hostapd.h | 510 struct hostapd_hw_modes *current_mode; member
|
D | hostapd.c | 501 if (iface->current_mode) in hostapd_cleanup_iface_partial() 505 iface->current_mode = NULL; in hostapd_cleanup_iface_partial() 2040 if (iface->current_mode) { in hostapd_setup_interface_complete_sync() 2041 if (hostapd_prepare_rates(iface, iface->current_mode)) { in hostapd_setup_interface_complete_sync() 3385 mode = hapd->iface->current_mode; in hostapd_change_config_freq()
|
D | acs.c | 1108 if (!iface->current_mode && in acs_init()
|
D | ctrl_iface_ap.c | 676 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/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/autotest/server/cros/ap_configurators/ |
D | ap_spec.py | 114 for current_mode in sorted(string_table.keys()): 115 i = current_mode & mode
|
/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 | 2760 int current_mode; in iperf_print_intermediate() local 2843 for (current_mode = lower_mode; current_mode <= upper_mode; ++current_mode) { in iperf_print_intermediate() 2856 int stream_must_be_sender = current_mode * current_mode; in iperf_print_intermediate() 2955 int current_mode; in iperf_print_results() local 3014 for (current_mode = lower_mode; current_mode <= upper_mode; ++current_mode) { in iperf_print_results() 3033 int stream_must_be_sender = current_mode * current_mode; in iperf_print_results() 3369 if (test->json_output && current_mode == upper_mode) { in iperf_print_results()
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 951 current_mode = stat.S_IMODE(os.stat(pkgdir).st_mode) 953 os.chmod(pkgdir, current_mode & ~stat.S_IEXEC) 958 os.chmod(pkgdir, current_mode)
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 80 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/cpuinfo/test/dmesg/ |
D | alcatel-revvl.log | 532 …[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][gf_milan_set_mode] current_mode=MODE_IDLE, curr… 634 …[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][gf_milan_set_mode] current_mode=MODE_NAV_BASE, … 686 …[284:mc_log]MobiCore mcd: d01|[GF_TA][I][gf_milan][gf_milan_set_mode] current_mode=MODE_FINGER_BAS…
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 9327 if (conf->hw_mode != wpa_s->ap_iface->current_mode->mode) { in wpas_p2p_move_go_csa() 9551 if (wpa_s->ap_iface->current_mode->mode == in wpas_p2p_consider_moving_one_go()
|