Lines Matching refs:iface
30 struct hostapd_iface iface; member
106 hapd->iface = &ctx->iface; in init_hapd()
107 hapd->iface->conf = hostapd_config_defaults(); in init_hapd()
108 if (!hapd->iface->conf) in init_hapd()
110 hapd->iface->hw_features = gen_modes(); in init_hapd()
111 hapd->iface->num_hw_features = 1; in init_hapd()
112 hapd->iface->current_mode = hapd->iface->hw_features; in init_hapd()
113 hapd->iconf = hapd->iface->conf; in init_hapd()
157 hostapd_free_hw_features(ctx.hapd.iface->hw_features, in LLVMFuzzerTestOneInput()
158 ctx.hapd.iface->num_hw_features); in LLVMFuzzerTestOneInput()
162 ap_list_deinit(&ctx.iface); in LLVMFuzzerTestOneInput()