/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | axg-tdm-interface.c | 42 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_set_tdm_slots() local 57 iface->slots = slots; in axg_tdm_set_tdm_slots() 81 iface->slot_width = slot_width; in axg_tdm_set_tdm_slots() 103 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_iface_set_sysclk() local 107 if (!iface->mclk) { in axg_tdm_iface_set_sysclk() 110 ret = clk_set_rate(iface->mclk, freq); in axg_tdm_iface_set_sysclk() 112 iface->mclk_rate = freq; in axg_tdm_iface_set_sysclk() 121 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_iface_set_fmt() local 125 if (!iface->mclk) { in axg_tdm_iface_set_fmt() 142 iface in axg_tdm_iface_set_fmt() 149 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_startup() local 186 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_stream() local 216 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_lrclk() local 271 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_sclk() local 311 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_hw_params() local 388 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_probe_dai() local 457 struct axg_tdm_iface *iface = snd_soc_component_get_drvdata(component); axg_tdm_iface_set_bias_level() local 507 struct axg_tdm_iface *iface; axg_tdm_iface_probe() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A 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 in hostapd_driver_init() 270 struct hostapd_iface *iface; hostapd_interface_init() local 315 handle_reload_iface(struct hostapd_iface *iface, void *ctx) handle_reload_iface() argument 629 hostapd_periodic_call(struct hostapd_iface *iface, void *ctx) hostapd_periodic_call() argument 858 struct hostapd_iface *iface; ap_main() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A 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 in hostapd_driver_init() 263 struct hostapd_iface *iface; hostapd_interface_init() local 308 handle_reload_iface(struct hostapd_iface *iface, void *ctx) handle_reload_iface() argument 621 hostapd_periodic_call(struct hostapd_iface *iface, void *ctx) hostapd_periodic_call() argument 844 struct hostapd_iface *iface; ap_main() local [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_tcp.c | 228 struct interface *iface = (struct interface *)p; in ksmbd_kthread_fn() local 232 mutex_lock(&iface->sock_release_lock); in ksmbd_kthread_fn() 233 if (!iface->ksmbd_socket) { in ksmbd_kthread_fn() 234 mutex_unlock(&iface->sock_release_lock); in ksmbd_kthread_fn() 237 ret = kernel_accept(iface->ksmbd_socket, &client_sk, in ksmbd_kthread_fn() 239 mutex_unlock(&iface->sock_release_lock); in ksmbd_kthread_fn() 269 * @iface: pointer to struct interface 277 static int ksmbd_tcp_run_kthread(struct interface *iface) in ksmbd_tcp_run_kthread() argument 282 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s", in ksmbd_tcp_run_kthread() 283 iface in ksmbd_tcp_run_kthread() 422 create_socket(struct interface *iface) create_socket() argument 505 struct interface *iface; ksmbd_netdev_event() local 579 struct interface *iface, *tmp; ksmbd_tcp_destroy() local 592 struct interface *iface; alloc_iface() local [all...] |
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 49 struct most_interface *iface; member 105 if (c->iface->dma_free) in most_free_mbo_coherent() 106 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent() 176 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show() 178 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show() 192 if (c->iface->channel_vector[i].data_type & MOST_CH_CONTROL) in available_datatypes_show() 194 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in available_datatypes_show() 196 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in available_datatypes_show() 198 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show() 212 c->iface in number_of_packet_buffers_show() 396 struct most_interface *iface = dev_get_drvdata(dev); description_show() local 405 struct most_interface *iface = dev_get_drvdata(dev); interface_show() local 470 struct most_interface *iface = dev_get_drvdata(dev); print_links() local 535 struct most_interface *iface; get_channel() local 953 channel_has_mbo(struct most_interface *iface, int id, struct most_component *comp) channel_has_mbo() argument 984 most_get_mbo(struct most_interface *iface, int id, struct most_component *comp) most_get_mbo() argument 1090 most_start_channel(struct most_interface *iface, int id, struct most_component *comp) most_start_channel() argument 1160 most_stop_channel(struct most_interface *iface, int id, struct most_component *comp) most_stop_channel() argument 1232 struct most_interface *iface; disconnect_channels() local 1279 most_register_interface(struct most_interface *iface) most_register_interface() argument 1381 most_deregister_interface(struct most_interface *iface) most_deregister_interface() argument 1416 most_stop_enqueue(struct most_interface *iface, int id) most_stop_enqueue() argument 1437 most_resume_enqueue(struct most_interface *iface, int id) most_resume_enqueue() argument [all...] |
/kernel/linux/linux-6.6/drivers/most/ |
H A D | core.c | 49 struct most_interface *iface; member 105 if (c->iface->dma_free) in most_free_mbo_coherent() 106 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent() 176 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show() 178 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show() 192 if (c->iface->channel_vector[i].data_type & MOST_CH_CONTROL) in available_datatypes_show() 194 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in available_datatypes_show() 196 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in available_datatypes_show() 198 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show() 212 c->iface in number_of_packet_buffers_show() 396 struct most_interface *iface = dev_get_drvdata(dev); description_show() local 405 struct most_interface *iface = dev_get_drvdata(dev); interface_show() local 470 struct most_interface *iface = dev_get_drvdata(dev); print_links() local 535 struct most_interface *iface; get_channel() local 953 channel_has_mbo(struct most_interface *iface, int id, struct most_component *comp) channel_has_mbo() argument 984 most_get_mbo(struct most_interface *iface, int id, struct most_component *comp) most_get_mbo() argument 1090 most_start_channel(struct most_interface *iface, int id, struct most_component *comp) most_start_channel() argument 1160 most_stop_channel(struct most_interface *iface, int id, struct most_component *comp) most_stop_channel() argument 1232 struct most_interface *iface; disconnect_channels() local 1279 most_register_interface(struct most_interface *iface) most_register_interface() argument 1381 most_deregister_interface(struct most_interface *iface) most_deregister_interface() argument 1416 most_stop_enqueue(struct most_interface *iface, int id) most_stop_enqueue() argument 1437 most_resume_enqueue(struct most_interface *iface, int id) most_resume_enqueue() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A 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_prepare_rates(struct hostapd_iface *iface, 26 void hostapd_stop_setup_timers(struct hostapd_iface *iface); 34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface) in hostapd_get_hw_features() argument 39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) in hostapd_acs_completed() argument 44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) in hostapd_select_hw_mode() argument 59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) in hostapd_check_ht_capab() argument 64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) hostapd_prepare_rates() argument 70 hostapd_stop_setup_timers(struct hostapd_iface *iface) hostapd_stop_setup_timers() argument [all...] |
H A D | ieee802_11_he.c | 51 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab() 63 switch (hapd->iface->conf->he_oper_chwidth) { in hostapd_eid_he_capab() 99 if (hapd->iface->conf->he_phy_capab.he_su_beamformer) in hostapd_eid_he_capab() 106 if (hapd->iface->conf->he_phy_capab.he_su_beamformee) in hostapd_eid_he_capab() 113 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer) in hostapd_eid_he_capab() 136 if (!hapd->iface->current_mode) in hostapd_eid_he_operation() 146 if (hapd->iface->conf->he_op.he_default_pe_duration) in hostapd_eid_he_operation() 147 params |= (hapd->iface->conf->he_op.he_default_pe_duration << in hostapd_eid_he_operation() 150 if (hapd->iface->conf->he_op.he_twt_required) in hostapd_eid_he_operation() 153 if (hapd->iface in hostapd_eid_he_operation() [all...] |
H A D | airtime_policy.c | 29 * - Separate periodic per-bss (or per-iface?) callback to update weights. 36 static int get_airtime_policy_update_timeout(struct hostapd_iface *iface, in get_airtime_policy_update_timeout() argument 40 unsigned int update_int = iface->conf->airtime_update_interval; in get_airtime_policy_update_timeout() 131 struct hostapd_iface *iface = eloop_data; in update_airtime_weights() local 138 Boolean apply_limit = iface->conf->airtime_mode == AIRTIME_MODE_DYNAMIC; in update_airtime_weights() 142 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights() 143 bss = iface->bss[i]; in update_airtime_weights() 161 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights() 162 bss = iface->bss[i]; in update_airtime_weights() 188 for (i = 0; i < iface in update_airtime_weights() 251 airtime_policy_update_init(struct hostapd_iface *iface) airtime_policy_update_init() argument 266 airtime_policy_update_deinit(struct hostapd_iface *iface) airtime_policy_update_deinit() argument [all...] |
H A D | bss_load.c | 47 struct hostapd_iface *iface = hapd->iface; in update_channel_utilization() local 52 err = hostapd_drv_get_survey(hapd, hapd->iface->freq); in update_channel_utilization() 64 iface->chan_util_samples_sum += iface->channel_utilization; in update_channel_utilization() 65 iface->chan_util_num_sample_periods += in update_channel_utilization() 67 if (iface->chan_util_num_sample_periods >= in update_channel_utilization() 69 iface->chan_util_average = in update_channel_utilization() 70 iface->chan_util_samples_sum / in update_channel_utilization() 71 (iface in update_channel_utilization() [all...] |
H A D | utils.c | 48 static int prune_associations(struct hostapd_iface *iface, void *ctx) in prune_associations() argument 55 for (j = 0; j < iface->num_bss; j++) { in prune_associations() 56 ohapd = iface->bss[j]; in prune_associations() 61 if (ohapd->iface->fst && in prune_associations() 62 data->hapd->iface->fst && in prune_associations() 63 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations() 64 data->hapd->iface->fst)) in prune_associations() 72 ohapd->conf->iface, MAC2STR(osta->addr)); in prune_associations() 92 if (hapd->iface->interfaces && in hostapd_prune_associations() 93 hapd->iface in hostapd_prune_associations() [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_unlabeled.c | 149 struct netlbl_unlhsh_iface *iface; in netlbl_unlhsh_free_iface() local 157 iface = container_of(entry, struct netlbl_unlhsh_iface, rcu); in netlbl_unlhsh_free_iface() 162 netlbl_af4list_foreach_safe(iter4, tmp4, &iface->addr4_list) { in netlbl_unlhsh_free_iface() 167 netlbl_af6list_foreach_safe(iter6, tmp6, &iface->addr6_list) { in netlbl_unlhsh_free_iface() 172 kfree(iface); in netlbl_unlhsh_free_iface() 220 * @iface: the associated interface entry 227 * interface entry specified by @iface. On success zero is returned, otherwise 231 static int netlbl_unlhsh_add_addr4(struct netlbl_unlhsh_iface *iface, in netlbl_unlhsh_add_addr4() argument 249 ret_val = netlbl_af4list_add(&entry->list, &iface->addr4_list); in netlbl_unlhsh_add_addr4() 260 * @iface 271 netlbl_unlhsh_add_addr6(struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, u32 secid) netlbl_unlhsh_add_addr6() argument 315 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add_iface() local 375 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add() local 466 netlbl_unlhsh_remove_addr4(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in_addr *addr, const struct in_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr4() argument 528 netlbl_unlhsh_remove_addr6(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr6() argument 586 netlbl_unlhsh_condremove_iface(struct netlbl_unlhsh_iface *iface) netlbl_unlhsh_condremove_iface() argument 637 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_remove() local 703 struct netlbl_unlhsh_iface *iface = NULL; netlbl_unlhsh_netdev_handler() local 1065 netlbl_unlabel_staticlist_gen(u32 cmd, const struct netlbl_unlhsh_iface *iface, const struct netlbl_unlhsh_addr4 *addr4, const struct netlbl_unlhsh_addr6 *addr6, void *arg) netlbl_unlabel_staticlist_gen() argument 1171 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlist() local 1257 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlistdef() local 1463 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_getattr() local [all...] |
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_unlabeled.c | 149 struct netlbl_unlhsh_iface *iface; in netlbl_unlhsh_free_iface() local 157 iface = container_of(entry, struct netlbl_unlhsh_iface, rcu); in netlbl_unlhsh_free_iface() 162 netlbl_af4list_foreach_safe(iter4, tmp4, &iface->addr4_list) { in netlbl_unlhsh_free_iface() 167 netlbl_af6list_foreach_safe(iter6, tmp6, &iface->addr6_list) { in netlbl_unlhsh_free_iface() 172 kfree(iface); in netlbl_unlhsh_free_iface() 220 * @iface: the associated interface entry 227 * interface entry specified by @iface. On success zero is returned, otherwise 231 static int netlbl_unlhsh_add_addr4(struct netlbl_unlhsh_iface *iface, in netlbl_unlhsh_add_addr4() argument 249 ret_val = netlbl_af4list_add(&entry->list, &iface->addr4_list); in netlbl_unlhsh_add_addr4() 260 * @iface 271 netlbl_unlhsh_add_addr6(struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, u32 secid) netlbl_unlhsh_add_addr6() argument 315 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add_iface() local 375 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add() local 466 netlbl_unlhsh_remove_addr4(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in_addr *addr, const struct in_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr4() argument 527 netlbl_unlhsh_remove_addr6(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr6() argument 584 netlbl_unlhsh_condremove_iface(struct netlbl_unlhsh_iface *iface) netlbl_unlhsh_condremove_iface() argument 635 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_remove() local 701 struct netlbl_unlhsh_iface *iface = NULL; netlbl_unlhsh_netdev_handler() local 1063 netlbl_unlabel_staticlist_gen(u32 cmd, const struct netlbl_unlhsh_iface *iface, const struct netlbl_unlhsh_addr4 *addr4, const struct netlbl_unlhsh_addr6 *addr6, void *arg) netlbl_unlabel_staticlist_gen() argument 1169 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlist() local 1255 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlistdef() local 1462 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_getattr() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | main.c | 185 struct wpa_interface *ifaces, *iface; in wpa_main() local 199 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in wpa_main() 213 iface->bridge_ifname = optarg; in wpa_main() 219 iface->confname = optarg; in wpa_main() 222 iface->ctrl_interface = optarg; in wpa_main() 225 iface->driver = optarg; in wpa_main() 256 iface->ifname = optarg; in wpa_main() 259 iface->confanother = optarg; in wpa_main() 280 iface->driver_param = optarg; in wpa_main() 317 iface in wpa_main() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | main.c | 186 struct wpa_interface *ifaces, *iface; in wpa_main() local 203 iface = ifaces = os_zalloc(sizeof(struct wpa_interface)); in wpa_main() 217 iface->bridge_ifname = optarg; in wpa_main() 223 iface->confname = optarg; in wpa_main() 226 iface->ctrl_interface = optarg; in wpa_main() 229 iface->driver = optarg; in wpa_main() 260 iface->ifname = optarg; in wpa_main() 263 iface->confanother = optarg; in wpa_main() 284 iface->driver_param = optarg; in wpa_main() 321 iface in wpa_main() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_he.c | 87 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab() 99 switch (hapd->iface->conf->he_oper_chwidth) { in hostapd_eid_he_capab() 134 if (hapd->iface->conf->he_phy_capab.he_su_beamformer) in hostapd_eid_he_capab() 141 if (hapd->iface->conf->he_phy_capab.he_su_beamformee) in hostapd_eid_he_capab() 148 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer) in hostapd_eid_he_capab() 171 if (!hapd->iface->current_mode) in hostapd_eid_he_operation() 184 if (hapd->iface->conf->he_op.he_default_pe_duration) in hostapd_eid_he_operation() 185 params |= (hapd->iface->conf->he_op.he_default_pe_duration << in hostapd_eid_he_operation() 188 if (hapd->iface->conf->he_op.he_twt_required) in hostapd_eid_he_operation() 191 if (hapd->iface in hostapd_eid_he_operation() [all...] |
H A D | beacon.c | 58 *eid++ = hapd->iface->channel_utilization; in hostapd_eid_bss_load() 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() 74 if (hapd->iface->olbc) in ieee802_11_erp_info() 76 if (hapd->iface->num_sta_non_erp > 0) { in ieee802_11_erp_info() 80 if (hapd->iface->num_sta_no_short_preamble > 0 || 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 in hostapd_eid_pwr_constraint() 657 struct hostapd_iface *iface = hapd->iface; ssid_match() local 723 sta_track_expire(struct hostapd_iface *iface, int force) sta_track_expire() argument 750 sta_track_get(struct hostapd_iface *iface, const u8 *addr) sta_track_get() argument 763 sta_track_add(struct hostapd_iface *iface, const u8 *addr, int ssi_signal) sta_track_add() argument 798 sta_track_seen_on(struct hostapd_iface *iface, const u8 *addr, const char *ifname) sta_track_seen_on() argument 824 sta_track_claim_taxonomy_info(struct hostapd_iface *iface, const u8 *addr, struct wpabuf **probe_ie_taxonomy) sta_track_claim_taxonomy_info() argument 1783 struct hostapd_iface *iface = hapd->iface; __ieee802_11_set_beacon() local 1870 struct hostapd_iface *iface = hapd->iface; ieee802_11_set_beacon() local 1904 ieee802_11_set_beacons(struct hostapd_iface *iface) ieee802_11_set_beacons() argument 1920 ieee802_11_update_beacons(struct hostapd_iface *iface) ieee802_11_update_beacons() argument [all...] |
H A D | dfs.h | 12 int hostapd_handle_dfs(struct hostapd_iface *iface); 14 int hostapd_dfs_complete_cac(struct hostapd_iface *iface, int success, int freq, 17 int hostapd_dfs_pre_cac_expired(struct hostapd_iface *iface, int freq, 20 int hostapd_dfs_radar_detected(struct hostapd_iface *iface, int freq, 24 int hostapd_dfs_nop_finished(struct hostapd_iface *iface, int freq, 27 int hostapd_is_dfs_required(struct hostapd_iface *iface); 28 int hostapd_is_dfs_chan_available(struct hostapd_iface *iface); 29 int hostapd_dfs_start_cac(struct hostapd_iface *iface, int freq, 32 int hostapd_handle_dfs_offload(struct hostapd_iface *iface); 33 int hostapd_is_dfs_overlap(struct hostapd_iface *iface, enu [all...] |
H A D | airtime_policy.c | 29 * - Separate periodic per-bss (or per-iface?) callback to update weights. 36 static int get_airtime_policy_update_timeout(struct hostapd_iface *iface, in get_airtime_policy_update_timeout() argument 40 unsigned int update_int = iface->conf->airtime_update_interval; in get_airtime_policy_update_timeout() 135 struct hostapd_iface *iface = eloop_data; in update_airtime_weights() local 142 bool apply_limit = iface->conf->airtime_mode == AIRTIME_MODE_DYNAMIC; in update_airtime_weights() 146 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights() 147 bss = iface->bss[i]; in update_airtime_weights() 165 for (i = 0; i < iface->num_bss; i++) { in update_airtime_weights() 166 bss = iface->bss[i]; in update_airtime_weights() 192 for (i = 0; i < iface in update_airtime_weights() 255 airtime_policy_update_init(struct hostapd_iface *iface) airtime_policy_update_init() argument 270 airtime_policy_update_deinit(struct hostapd_iface *iface) airtime_policy_update_deinit() argument [all...] |
H A D | bss_load.c | 47 struct hostapd_iface *iface = hapd->iface; in update_channel_utilization() local 52 err = hostapd_drv_get_survey(hapd, hapd->iface->freq); in update_channel_utilization() 64 iface->chan_util_samples_sum += iface->channel_utilization; in update_channel_utilization() 65 iface->chan_util_num_sample_periods += in update_channel_utilization() 67 if (iface->chan_util_num_sample_periods >= in update_channel_utilization() 69 iface->chan_util_average = in update_channel_utilization() 70 iface->chan_util_samples_sum / in update_channel_utilization() 71 (iface in update_channel_utilization() [all...] |
H A D | utils.c | 48 static int prune_associations(struct hostapd_iface *iface, void *ctx) in prune_associations() argument 55 for (j = 0; j < iface->num_bss; j++) { in prune_associations() 56 ohapd = iface->bss[j]; in prune_associations() 65 if (ohapd->iface->fst && in prune_associations() 66 data->hapd->iface->fst && in prune_associations() 67 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations() 68 data->hapd->iface->fst)) in prune_associations() 76 ohapd->conf->iface, MAC2STR_SEC(osta->addr)); in prune_associations() 96 if (hapd->iface->interfaces && in hostapd_prune_associations() 97 hapd->iface in hostapd_prune_associations() [all...] |
/third_party/selinux/libsepol/include/sepol/ |
H A D | iface_record.h | 17 extern int sepol_iface_compare(const sepol_iface_t * iface, 20 extern int sepol_iface_compare2(const sepol_iface_t * iface, 31 const sepol_iface_t * iface, 37 extern const char *sepol_iface_get_name(const sepol_iface_t * iface); 40 sepol_iface_t * iface, const char *name); 43 extern sepol_context_t *sepol_iface_get_ifcon(const sepol_iface_t * iface); 46 sepol_iface_t * iface, sepol_context_t * con); 48 extern sepol_context_t *sepol_iface_get_msgcon(const sepol_iface_t * iface); 51 sepol_iface_t * iface, sepol_context_t * con); 58 const sepol_iface_t * iface, [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 135 struct wpas_dbus_priv *iface; in wpas_dbus_signal_interface() local 139 iface = wpa_s->global->dbus; in wpas_dbus_signal_interface() 142 if (iface == NULL || !wpa_s->dbus_new_path) in wpas_dbus_signal_interface() 155 iface, wpa_s->dbus_new_path, in wpas_dbus_signal_interface() 159 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_interface() 198 struct wpas_dbus_priv *iface; in wpas_dbus_signal_scan_done() local 202 iface = wpa_s->global->dbus; in wpas_dbus_signal_scan_done() 205 if (iface == NULL || !wpa_s->dbus_new_path) in wpas_dbus_signal_scan_done() 217 dbus_connection_send(iface->con, msg, NULL); in wpas_dbus_signal_scan_done() 237 struct wpas_dbus_priv *iface; in wpas_dbus_signal_bss() local 306 struct wpas_dbus_priv *iface; wpas_dbus_signal_blob() local 371 struct wpas_dbus_priv *iface; wpas_dbus_signal_network() local 463 struct wpas_dbus_priv *iface; wpas_dbus_signal_network_request() local 540 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_pbc_overlap() local 578 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_success() local 619 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_fail() local 665 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_event_m2d() local 729 struct wpas_dbus_priv *iface; wpas_dbus_signal_wps_cred() local 808 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_group_started() local 841 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_group_removed() local 875 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_peer_connected() local 907 struct wpas_dbus_priv *iface; wpas_dbus_signal_mesh_peer_disconnected() local 951 struct wpas_dbus_priv *iface; wpas_dbus_signal_interworking_ap_added() local 1006 struct wpas_dbus_priv *iface; wpas_dbus_signal_interworking_select_done() local 1037 struct wpas_dbus_priv *iface; wpas_dbus_signal_certification() local 1083 struct wpas_dbus_priv *iface; wpas_dbus_signal_eap_status() local 1122 struct wpas_dbus_priv *iface; wpas_dbus_signal_sta() local 1195 struct wpas_dbus_priv *iface; wpas_dbus_signal_station() local 1267 struct wpas_dbus_priv *iface = wpa_s->global->dbus; wpas_dbus_signal_p2p_group_removed() local 1332 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_provision_discovery() local 1438 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_go_neg_req() local 1580 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_group_started() local 1647 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_go_neg_resp() local 1761 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_invitation_result() local 1809 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_peer_joined() local 1866 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_peer_disconnected() local 1932 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_sd_request() local 2000 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_sd_response() local 2061 struct wpas_dbus_priv *iface; wpas_dbus_signal_persistent_group() local 2149 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_wps_failed() local 2196 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_group_formation_failure() local 2240 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_invitation_received() local 4560 struct wpas_dbus_priv *iface; wpas_dbus_signal_peer() local 4746 struct wpas_dbus_priv *iface; wpas_dbus_signal_p2p_find_stopped() local [all...] |
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_all.py | 46 iface = getHybridInterface() 47 genCallLogWrapper(iface) 48 genEnums(iface) 49 genVersions(iface) 52 genExtInit(registry, iface) 54 genFunctionPointers(iface) 55 genNullRenderContext(iface) 56 genStrUtil(iface) 57 genWrapper(iface) 58 genQueryUtil(iface) [all...] |
/third_party/ltp/testcases/network/stress/interface/ |
H A D | if-addr-adddel.sh | 14 local iface=$(tst_iface) 37 ifconfig $iface add $new_ip/$netmask 39 ifconfig $iface:1 $new_ip netmask 255.255.255.0 42 ip) ip addr add $new_ip/$netmask dev $iface ;; 46 tst_res TFAIL "command failed to add $new_ip to $iface" 50 ip addr show $iface | grep -q $new_ip 52 ip addr show $iface 64 ifconfig $iface del $new_ip/$netmask 66 ifconfig $iface:1 down 69 ip) ip addr del $new_ip/$netmask dev $iface ;; [all...] |