Home | History | Annotate | Download | only in ap

Lines Matching refs:iface

229 	const char *ifname = hapd->conf->iface;
246 return hostapd_get_seqnum(hapd->conf->iface, hapd, addr, idx, seq);
287 static int wpa_auth_iface_iter(struct hostapd_iface *iface, void *ctx)
291 for (i = 0; i < iface->num_bss; i++) {
292 if (iface->bss[i]->wpa_auth &&
293 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
306 if (hapd->iface->interfaces == NULL ||
307 hapd->iface->interfaces->for_each_interface == NULL)
311 return hapd->iface->interfaces->for_each_interface(
312 hapd->iface->interfaces, wpa_auth_iface_iter, &data);
326 static int hostapd_wpa_auth_ft_iter(struct hostapd_iface *iface, void *ctx)
332 for (j = 0; j < iface->num_bss; j++) {
333 hapd = iface->bss[j];
341 idata->src_hapd->conf->iface,
342 MAC2STR(hapd->own_addr), hapd->conf->iface);
364 if (proto == ETH_P_RRB && hapd->iface->interfaces &&
365 hapd->iface->interfaces->for_each_interface) {
372 res = hapd->iface->interfaces->for_each_interface(
373 hapd->iface->interfaces, hostapd_wpa_auth_ft_iter,
494 if (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_EAPOL_TX_STATUS)
496 if (hapd->iface->drv_flags & WPA_DRIVER_FLAGS_AP_MLME)
526 "for interface %s", hapd->conf->iface);
547 hapd->conf->iface, NULL, ETH_P_RRB,
583 hapd->conf->iface);
589 hapd->conf->iface);