/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | hw_features.c | 75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() argument 77 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_hw_features() 95 iface->hw_flags = flags; in hostapd_get_hw_features() 96 iface->dfs_domain = dfs_domain; in hostapd_get_hw_features() 98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features() 99 iface->hw_features = modes; in hostapd_get_hw_features() 100 iface->num_hw_features = num_modes; in hostapd_get_hw_features() 105 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR); in hostapd_get_hw_features() 123 !(iface->drv_flags & in hostapd_get_hw_features() 148 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() argument [all …]
|
D | dfs.c | 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument 28 if (iface->conf->ieee80211n && iface->conf->secondary_channel) in dfs_get_used_n_chans() 31 if (iface->conf->ieee80211ac || iface->conf->ieee80211ax) { in dfs_get_used_n_chans() 32 switch (hostapd_get_oper_chwidth(iface->conf)) { in dfs_get_used_n_chans() 196 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() argument 199 if (!iface->conf->acs_ch_list.num) in is_in_chanlist() 202 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan); in is_in_chanlist() 213 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel() argument 221 mode = iface->current_mode; in dfs_find_channel() 222 n_chans = dfs_get_used_n_chans(iface, &n_chans1); in dfs_find_channel() [all …]
|
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() argument 35 if (iface->current_mode == NULL || in ap_list_beacon_olbc() 36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc() 37 iface->conf->channel != ap->channel) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() argument 57 s = iface->ap_hash[STA_HASH(ap)]; in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() argument 66 if (iface->ap_list) { in ap_ap_list_add() 67 ap->prev = iface->ap_list->prev; in ap_ap_list_add() 68 iface->ap_list->prev = ap; in ap_ap_list_add() [all …]
|
D | acs.c | 245 static int acs_request_scan(struct hostapd_iface *iface); 282 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup() argument 286 for (i = 0; i < iface->num_hw_features; i++) in acs_cleanup() 287 acs_cleanup_mode(&iface->hw_features[i]); in acs_cleanup() 289 iface->chans_surveyed = 0; in acs_cleanup() 290 iface->acs_num_completed_scans = 0; in acs_cleanup() 294 static void acs_fail(struct hostapd_iface *iface) in acs_fail() argument 297 acs_cleanup(iface); in acs_fail() 298 hostapd_disable_iface(iface); in acs_fail() 334 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor() argument [all …]
|
D | hostapd.c | 64 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd); 67 static int setup_interface2(struct hostapd_iface *iface); 74 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface() argument 81 if (!interfaces->iface[i]) in hostapd_for_each_interface() 83 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface() 99 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reconfig_encryption() 134 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1); in hostapd_reload_bss() 136 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in hostapd_reload_bss() 155 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reload_bss() 169 wpa_printf(MSG_DEBUG, "Reconfigured interface %s", hapd->conf->iface); in hostapd_reload_bss() [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() 98 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation() 123 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update() argument 128 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) in hostapd_ht_operation_update() 132 __func__, iface->ht_op_mode); in hostapd_ht_operation_update() 134 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT) in hostapd_ht_operation_update() 135 && iface->num_sta_ht_no_gf) { in hostapd_ht_operation_update() 136 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT; in hostapd_ht_operation_update() [all …]
|
D | eth_p_oui.c | 33 struct eth_p_oui_iface *iface; member 53 struct eth_p_oui_iface *iface = ctx; in eth_p_rx() local 73 dl_list_for_each(receiver, &iface->receiver, in eth_p_rx() 91 struct eth_p_oui_iface *iface; in eth_p_oui_register() local 104 interfaces = hapd->iface->interfaces; in eth_p_oui_register() 106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, in eth_p_oui_register() 108 if (os_strcmp(iface->ifname, ifname) != 0) in eth_p_oui_register() 115 iface = os_zalloc(sizeof(*iface)); in eth_p_oui_register() 116 if (!iface) in eth_p_oui_register() 119 os_strlcpy(iface->ifname, ifname, sizeof(iface->ifname)); in eth_p_oui_register() [all …]
|
D | hw_features.h | 17 int hostapd_get_hw_features(struct hostapd_iface *iface); 18 int hostapd_acs_completed(struct hostapd_iface *iface, int err); 19 int hostapd_select_hw_mode(struct hostapd_iface *iface); 23 int hostapd_check_ht_capab(struct hostapd_iface *iface); 24 int hostapd_check_edmg_capab(struct hostapd_iface *iface); 25 int hostapd_check_he_6ghz_capab(struct hostapd_iface *iface); 26 int hostapd_prepare_rates(struct hostapd_iface *iface, 28 void hostapd_stop_setup_timers(struct hostapd_iface *iface); 29 int hostapd_hw_skip_mode(struct hostapd_iface *iface, 38 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() argument [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | hw_features.c | 75 int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() argument 77 struct hostapd_data *hapd = iface->bss[0]; in hostapd_get_hw_features() 95 iface->hw_flags = flags; in hostapd_get_hw_features() 96 iface->dfs_domain = dfs_domain; in hostapd_get_hw_features() 98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features() 99 iface->hw_features = modes; in hostapd_get_hw_features() 100 iface->num_hw_features = num_modes; in hostapd_get_hw_features() 105 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR); in hostapd_get_hw_features() 123 !(iface->drv_flags & in hostapd_get_hw_features() 148 int hostapd_prepare_rates(struct hostapd_iface *iface, in hostapd_prepare_rates() argument [all …]
|
D | dfs.c | 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument 28 if (iface->conf->ieee80211n && iface->conf->secondary_channel) in dfs_get_used_n_chans() 31 if (iface->conf->ieee80211ac || iface->conf->ieee80211ax) { in dfs_get_used_n_chans() 32 switch (hostapd_get_oper_chwidth(iface->conf)) { in dfs_get_used_n_chans() 177 static int is_in_chanlist(struct hostapd_iface *iface, in is_in_chanlist() argument 180 if (!iface->conf->acs_ch_list.num) in is_in_chanlist() 183 return freq_range_list_includes(&iface->conf->acs_ch_list, chan->chan); in is_in_chanlist() 194 static int dfs_find_channel(struct hostapd_iface *iface, in dfs_find_channel() argument 202 mode = iface->current_mode; in dfs_find_channel() 203 n_chans = dfs_get_used_n_chans(iface, &n_chans1); in dfs_find_channel() [all …]
|
D | ap_list.c | 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) in ap_list_beacon_olbc() argument 35 if (iface->current_mode == NULL || in ap_list_beacon_olbc() 36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G || in ap_list_beacon_olbc() 37 iface->conf->channel != ap->channel) in ap_list_beacon_olbc() 53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap) in ap_get_ap() argument 57 s = iface->ap_hash[STA_HASH(ap)]; in ap_get_ap() 64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) in ap_ap_list_add() argument 66 if (iface->ap_list) { in ap_ap_list_add() 67 ap->prev = iface->ap_list->prev; in ap_ap_list_add() 68 iface->ap_list->prev = ap; in ap_ap_list_add() [all …]
|
D | acs.c | 245 static int acs_request_scan(struct hostapd_iface *iface); 264 void acs_cleanup(struct hostapd_iface *iface) in acs_cleanup() argument 269 for (i = 0; i < iface->current_mode->num_channels; i++) { in acs_cleanup() 270 chan = &iface->current_mode->channels[i]; in acs_cleanup() 280 iface->chans_surveyed = 0; in acs_cleanup() 281 iface->acs_num_completed_scans = 0; in acs_cleanup() 285 static void acs_fail(struct hostapd_iface *iface) in acs_fail() argument 288 acs_cleanup(iface); in acs_fail() 289 hostapd_disable_iface(iface); in acs_fail() 327 acs_survey_chan_interference_factor(struct hostapd_iface *iface, in acs_survey_chan_interference_factor() argument [all …]
|
D | hostapd.c | 61 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd); 63 static int setup_interface2(struct hostapd_iface *iface); 70 int (*cb)(struct hostapd_iface *iface, in hostapd_for_each_interface() argument 77 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface() 92 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reconfig_encryption() 125 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1); in hostapd_reload_bss() 127 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in hostapd_reload_bss() 145 hostapd_setup_encryption(hapd->conf->iface, hapd); in hostapd_reload_bss() 158 wpa_printf(MSG_DEBUG, "Reconfigured interface %s", hapd->conf->iface); in hostapd_reload_bss() 162 static void hostapd_clear_old(struct hostapd_iface *iface) in hostapd_clear_old() argument [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() 97 oper->operation_mode = host_to_le16(hapd->iface->ht_op_mode); in hostapd_eid_ht_operation() 145 int hostapd_ht_operation_update(struct hostapd_iface *iface) in hostapd_ht_operation_update() argument 150 if (!iface->conf->ieee80211n || iface->conf->ht_op_mode_fixed) in hostapd_ht_operation_update() 154 __func__, iface->ht_op_mode); in hostapd_ht_operation_update() 156 if (!(iface->ht_op_mode & HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT) in hostapd_ht_operation_update() 157 && iface->num_sta_ht_no_gf) { in hostapd_ht_operation_update() 158 iface->ht_op_mode |= HT_OPER_OP_MODE_NON_GF_HT_STAS_PRESENT; in hostapd_ht_operation_update() [all …]
|
D | eth_p_oui.c | 33 struct eth_p_oui_iface *iface; member 53 struct eth_p_oui_iface *iface = ctx; in eth_p_rx() local 73 dl_list_for_each(receiver, &iface->receiver, in eth_p_rx() 91 struct eth_p_oui_iface *iface; in eth_p_oui_register() local 104 interfaces = hapd->iface->interfaces; in eth_p_oui_register() 106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, in eth_p_oui_register() 108 if (os_strcmp(iface->ifname, ifname) != 0) in eth_p_oui_register() 115 iface = os_zalloc(sizeof(*iface)); in eth_p_oui_register() 116 if (!iface) in eth_p_oui_register() 119 os_strlcpy(iface->ifname, ifname, sizeof(iface->ifname)); in eth_p_oui_register() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_priv.c | 56 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register() argument 61 if (iface->drv_priv) { in wpa_priv_cmd_register() 63 if (iface->driver->deinit) in wpa_priv_cmd_register() 64 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_register() 65 iface->drv_priv = NULL; in wpa_priv_cmd_register() 66 if (iface->drv_global_priv) { in wpa_priv_cmd_register() 67 iface->driver->global_deinit(iface->drv_global_priv); in wpa_priv_cmd_register() 68 iface->drv_global_priv = NULL; in wpa_priv_cmd_register() 70 iface->wpas_registered = 0; in wpa_priv_cmd_register() 74 if (iface->l2[i]) { in wpa_priv_cmd_register() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_priv.c | 56 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, in wpa_priv_cmd_register() argument 61 if (iface->drv_priv) { in wpa_priv_cmd_register() 63 if (iface->driver->deinit) in wpa_priv_cmd_register() 64 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_register() 65 iface->drv_priv = NULL; in wpa_priv_cmd_register() 66 if (iface->drv_global_priv) { in wpa_priv_cmd_register() 67 iface->driver->global_deinit(iface->drv_global_priv); in wpa_priv_cmd_register() 68 iface->drv_global_priv = NULL; in wpa_priv_cmd_register() 70 iface->wpas_registered = 0; in wpa_priv_cmd_register() 74 if (iface->l2[i]) { in wpa_priv_cmd_register() [all …]
|
/third_party/selinux/libsepol/src/ |
D | iface_record.c | 59 const sepol_iface_t * iface, in sepol_iface_key_extract() argument 63 if (sepol_iface_key_create(handle, iface->name, key_ptr) < 0) { in sepol_iface_key_extract() 65 "interface %s", iface->name); in sepol_iface_key_extract() 80 int sepol_iface_compare(const sepol_iface_t * iface, in sepol_iface_compare() argument 84 return strcmp(iface->name, key->name); in sepol_iface_compare() 87 int sepol_iface_compare2(const sepol_iface_t * iface, in sepol_iface_compare2() argument 91 return strcmp(iface->name, iface2->name); in sepol_iface_compare2() 95 int sepol_iface_create(sepol_handle_t * handle, sepol_iface_t ** iface) in sepol_iface_create() argument 110 *iface = tmp_iface; in sepol_iface_create() 117 const char *sepol_iface_get_name(const sepol_iface_t * iface) in sepol_iface_get_name() argument [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst.c | 22 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, in fst_ctrl_iface_notify_peer_state_change() argument 29 os_strlcpy(extra.peer_state.ifname, fst_iface_get_name(iface), in fst_ctrl_iface_notify_peer_state_change() 34 iface, NULL, &extra); in fst_ctrl_iface_notify_peer_state_change() 44 struct fst_iface *iface = NULL; in fst_attach() local 68 iface = fst_iface_create(group, ifname, own_addr, iface_obj, cfg); in fst_attach() 69 if (!iface) { in fst_attach() 77 fst_group_attach_iface(group, iface); in fst_attach() 80 foreach_fst_ctrl_call(on_iface_added, iface); in fst_attach() 82 fst_printf_iface(iface, MSG_DEBUG, in fst_attach() 86 return iface; in fst_attach() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_introspect.c | 30 struct interfaces *iface; in add_interface() local 32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface() 33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0) in add_interface() 34 return iface; /* already in the list */ in add_interface() 37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface() 38 if (!iface) in add_interface() 40 iface->dbus_interface = os_strdup(dbus_interface); in add_interface() 41 iface->xml = wpabuf_alloc(15000); in add_interface() 42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface() 43 os_free(iface->dbus_interface); in add_interface() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_introspect.c | 30 struct interfaces *iface; in add_interface() local 32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface() 33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0) in add_interface() 34 return iface; /* already in the list */ in add_interface() 37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface() 38 if (!iface) in add_interface() 40 iface->dbus_interface = os_strdup(dbus_interface); in add_interface() 41 iface->xml = wpabuf_alloc(15000); in add_interface() 42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface() 43 os_free(iface->dbus_interface); in add_interface() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst.c | 22 static void fst_ctrl_iface_notify_peer_state_change(struct fst_iface *iface, in fst_ctrl_iface_notify_peer_state_change() argument 29 os_strlcpy(extra.peer_state.ifname, fst_iface_get_name(iface), in fst_ctrl_iface_notify_peer_state_change() 34 iface, NULL, &extra); in fst_ctrl_iface_notify_peer_state_change() 44 struct fst_iface *iface = NULL; in fst_attach() local 68 iface = fst_iface_create(group, ifname, own_addr, iface_obj, cfg); in fst_attach() 69 if (!iface) { in fst_attach() 77 fst_group_attach_iface(group, iface); in fst_attach() 80 foreach_fst_ctrl_call(on_iface_added, iface); in fst_attach() 82 fst_printf_iface(iface, MSG_DEBUG, in fst_attach() 86 return iface; in fst_attach() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_main.c | 97 hapd->conf->iface, MAC2STR(addr), in hostapd_logger_cb() 102 hapd->conf->iface, module_str ? " " : "", in hostapd_logger_cb() 155 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init() argument 159 struct hostapd_data *hapd = iface->bss[0]; in hostapd_driver_init() 181 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init() 194 params.ifname = hapd->conf->iface; in hostapd_driver_init() 198 params.num_bridge = hapd->iface->num_bss; in hostapd_driver_init() 199 params.bridge = os_calloc(hapd->iface->num_bss, sizeof(char *)); in hostapd_driver_init() 202 for (i = 0; i < hapd->iface->num_bss; i++) { in hostapd_driver_init() 203 struct hostapd_data *bss = hapd->iface->bss[i]; in hostapd_driver_init() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_main.c | 94 hapd->conf->iface, MAC2STR_SEC(addr), in hostapd_logger_cb() 99 hapd->conf->iface, module_str ? " " : "", in hostapd_logger_cb() 152 static int hostapd_driver_init(struct hostapd_iface *iface) in hostapd_driver_init() argument 156 struct hostapd_data *hapd = iface->bss[0]; in hostapd_driver_init() 169 if (strstr(hapd->conf->iface, "wlan") != NULL) { in hostapd_driver_init() 173 wpa_printf(MSG_INFO, "fail to set gHostapd ifname = %s", hapd->conf->iface); in hostapd_driver_init() 188 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init() 201 params.ifname = hapd->conf->iface; in hostapd_driver_init() 205 params.num_bridge = hapd->iface->num_bss; in hostapd_driver_init() 206 params.bridge = os_calloc(hapd->iface->num_bss, sizeof(char *)); in hostapd_driver_init() [all …]
|
/third_party/alsa-utils/bat/tests/asound_state/ |
D | asound.state.Broadwell | 3 iface CARD 13 iface MIXER 23 iface MIXER 33 iface MIXER 43 iface MIXER 53 iface PCM 64 iface CARD 74 iface MIXER 85 iface MIXER 96 iface MIXER [all …]
|