• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/wpa/src/ap/

Lines Matching refs:iface

92 	if (hapd->iface->current_rates == NULL)
96 num = hapd->iface->num_rates;
108 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num;
111 *pos = hapd->iface->current_rates[i].rate / 5;
112 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
136 if (hapd->iface->current_rates == NULL)
139 num = hapd->iface->num_rates;
150 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num + 8;
155 *pos = hapd->iface->current_rates[i].rate / 5;
156 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
185 dfs = hostapd_is_dfs_required(hapd->iface);
192 if (hapd->iface->num_sta_no_short_preamble == 0 &&
214 if (hapd->iface->current_mode &&
215 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G &&
216 hapd->iface->num_sta_no_short_slot_time == 0)
225 if (hapd->iface->current_mode &&
226 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211A &&
1555 hapd->iface->freq,
2144 other = sta_track_seen_on(hapd->iface, mgmt->sa,
2153 hapd->conf->iface, MAC2STR(mgmt->sa),
2313 if (FULL_AP_CLIENT_STATE_SUPP(hapd->iface->drv_flags) &&
2579 if (hapd->iface->current_mode &&
2580 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD)
2867 hapd->iface->freq, rsn_ie, rsn_ie_len,
3074 hapd->iface->freq,
3267 if (hapd->iface->fst)
3569 nsts = (hapd->iface->conf->vht_capab >>
3600 if (hapd->iface->fst_ies) {
3601 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies),
3602 wpabuf_len(hapd->iface->fst_ies));
3603 p += wpabuf_len(hapd->iface->fst_ies);
3946 if (hapd->iface->current_mode &&
3947 hapd->iface->current_mode->mode ==
4100 if (hapd->iface->current_mode &&
4101 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
4111 hapd->iface->num_sta_non_erp++;
4112 if (hapd->iface->num_sta_non_erp == 1)
4113 ieee802_11_set_beacons(hapd->iface);
4119 hapd->iface->num_sta_no_short_slot_time++;
4120 if (hapd->iface->current_mode &&
4121 hapd->iface->current_mode->mode ==
4123 hapd->iface->num_sta_no_short_slot_time == 1)
4124 ieee802_11_set_beacons(hapd->iface);
4135 hapd->iface->num_sta_no_short_preamble++;
4136 if (hapd->iface->current_mode &&
4137 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
4138 && hapd->iface->num_sta_no_short_preamble == 1)
4139 ieee802_11_set_beacons(hapd->iface);
4319 if (hapd->iface->current_mode &&
4320 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211AD) {
4385 ap_list_process_beacon(hapd->iface, mgmt, &elems, fi);
4485 if (hapd->iface->fst)
4486 fst_rx_action(hapd->iface->fst, mgmt, len);
4529 pos, end - pos, hapd->iface->freq);
4536 hapd->iface->freq);
4541 hapd->iface->freq);
4550 hapd->iface->freq) == 0)
4623 freq = hapd->iface->freq;
4666 sta_track_add(hapd->iface, mgmt->sa, ssi_signal);
5132 struct hostapd_iface *iface = hapd->iface;
5135 if (sta == NULL && iface->num_bss > 1) {
5137 for (j = 0; j < iface->num_bss; j++) {
5138 hapd = iface->bss[j];
5162 struct hostapd_iface *iface = hapd->iface;
5165 if (sta == NULL && iface->num_bss > 1) {
5167 for (j = 0; j < iface->num_bss; j++) {
5168 hapd = iface->bss[j];
5188 struct hostapd_iface *iface = hapd->iface;
5191 if (sta == NULL && iface->num_bss > 1) {
5193 for (j = 0; j < iface->num_bss; j++) {
5194 hapd = iface->bss[j];