/external/wpa_supplicant_8/src/ap/ |
D | acs.c | 268 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_cleanup() 269 chan = &iface->current_mode->channels[i]; in acs_cleanup() 451 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_surveys_are_sufficient() 452 chan = &iface->current_mode->channels[i]; in acs_surveys_are_sufficient() 495 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_survey_all_chans_intereference_factor() 496 chan = &iface->current_mode->channels[i]; in acs_survey_all_chans_intereference_factor() 521 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_find_chan() 522 chan = &iface->current_mode->channels[i]; in acs_find_chan() 604 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_find_ideal_chan() 608 chan = &iface->current_mode->channels[i]; in acs_find_ideal_chan() [all …]
|
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() 349 if (iface->current_mode == NULL) in ieee80211n_scan_channels_2g4() 367 mode = iface->current_mode; in ieee80211n_scan_channels_2g4() 394 if (iface->current_mode == NULL) in ieee80211n_scan_channels_5g() 408 mode = iface->current_mode; in ieee80211n_scan_channels_5g() 434 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ap_ht40_scan_retry() 484 if (iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in ieee80211n_check_40mhz() [all …]
|
D | dfs.c | 190 mode = iface->current_mode; in dfs_find_channel() 306 mode = iface->current_mode; in dfs_get_start_chan_idx() 319 mode = iface->current_mode; in dfs_get_start_chan_idx() 358 mode = iface->current_mode; in dfs_check_chans_radar() 378 mode = iface->current_mode; in dfs_check_chans_available() 407 mode = iface->current_mode; in dfs_check_chans_unavailable() 440 if (iface->current_mode == NULL) in dfs_get_valid_channel() 443 mode = iface->current_mode; in dfs_get_valid_channel() 478 mode = iface->current_mode; in set_dfs_state_freq() 483 for (i = 0; i < iface->current_mode->num_channels; i++) { in set_dfs_state_freq() [all …]
|
D | beacon.c | 85 if (hapd->iface->current_mode == NULL || in ieee802_11_erp_info() 86 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in ieee802_11_erp_info() 114 if (hapd->iface->current_mode == NULL || in hostapd_eid_erp_info() 115 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G) in hostapd_eid_erp_info() 142 if (hapd->iface->current_mode == NULL || in hostapd_eid_pwr_constraint() 143 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211A) in hostapd_eid_pwr_constraint() 233 hapd->iface->current_mode == NULL) in hostapd_eid_country() 241 mode = hapd->iface->current_mode; in hostapd_eid_country() 728 hapd->iface->current_mode && in handle_probe_req() 729 (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() 368 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() 212 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_eid_txpower_envelope() 326 !check_valid_vht_mcs(hapd->iface->current_mode, vht_capab)) { in copy_sta_vht_capab() 390 if (!hapd->iface->current_mode) in hostapd_eid_vendor_vht()
|
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 | 513 switch (hapd->iface->current_mode->mode) { in hostapd_event_ch_switch() 581 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected() 587 hapd->iface->current_mode = mode; in hostapd_acs_channel_selected() 591 if (!hapd->iface->current_mode) { in hostapd_acs_channel_selected() 979 for (i = 0; i < iface->current_mode->num_channels; i++) { in hostapd_get_mode_channel() 980 chan = &iface->current_mode->channels[i]; in hostapd_get_mode_channel()
|
D | ap_drv_ops.c | 496 hapd->iface->current_mode ? in hostapd_set_freq() 497 hapd->iface->current_mode->vht_capab : 0)) in hostapd_set_freq() 706 iface->current_mode->vht_capab)) { in hostapd_start_dfs_cac() 772 mode = hapd->iface->current_mode; in hostapd_drv_do_acs()
|
D | ieee802_11.c | 174 if (hapd->iface->current_mode && in hostapd_own_capab_info() 175 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G && in hostapd_own_capab_info() 185 if (hapd->iface->current_mode && in hostapd_own_capab_info() 186 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A && in hostapd_own_capab_info() 2106 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G) in handle_assoc() 2125 if (hapd->iface->current_mode->mode == in handle_assoc() 2140 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in handle_assoc()
|
D | hostapd.h | 370 struct hostapd_hw_modes *current_mode; member
|
D | sta_info.c | 197 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta() 205 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G in ap_free_sta()
|
D | hostapd.c | 1605 if (iface->current_mode) { in hostapd_setup_interface_complete_sync() 1606 if (hostapd_prepare_rates(iface, iface->current_mode)) { in hostapd_setup_interface_complete_sync()
|
/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 | 108 for current_mode in sorted(string_table.keys()): 109 i = current_mode & mode
|
/external/kernel-headers/original/uapi/linux/ |
D | pps.h | 65 int current_mode; /* current mode bits */ member
|
/external/kernel-headers/original/uapi/video/ |
D | adf.h | 269 struct drm_mode_modeinfo current_mode; member
|
/external/opencv3/modules/videoio/src/ |
D | cap_dc1394_v2.cpp | 782 act_feature->current_mode=DC1394_FEATURE_MODE_AUTO; in setProperty() 792 act_feature->current_mode=DC1394_FEATURE_MODE_ONE_PUSH_AUTO; in setProperty() 799 act_feature->current_mode=DC1394_FEATURE_MODE_MANUAL; in setProperty()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 8853 if (conf->hw_mode != wpa_s->ap_iface->current_mode->mode) { in wpas_p2p_move_go_csa() 9072 if (wpa_s->ap_iface->current_mode->mode == in wpas_p2p_consider_moving_one_go()
|