Lines Matching refs:iface
44 if (hapd->iface->current_mode == NULL ||
45 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
48 if (hapd->iface->olbc)
50 if (hapd->iface->num_sta_non_erp > 0) {
54 if (hapd->iface->num_sta_no_short_preamble > 0 ||
73 if (hapd->iface->current_mode == NULL ||
74 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
124 hapd->iface->current_mode == NULL)
132 mode = hapd->iface->current_mode;
456 if (!(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_PROBE_RESP_OFFLOAD))
461 (!(hapd->iface->probe_resp_offloads &
470 !(hapd->iface->probe_resp_offloads &
477 !(hapd->iface->probe_resp_offloads &
667 params.preamble = hapd->iface->num_sta_no_short_preamble == 0 &&
669 if (hapd->iface->current_mode &&
670 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
672 hapd->iface->num_sta_no_short_slot_time > 0 ? 0 : 1;
678 params.ht_opmode = hapd->iface->ht_op_mode;
695 void ieee802_11_set_beacons(struct hostapd_iface *iface)
698 for (i = 0; i < iface->num_bss; i++)
699 ieee802_11_set_beacon(iface->bss[i]);