Home | History | Annotate | Download | only in ap

Lines Matching refs:iface

45 	if (hapd->iface->current_rates == NULL)
49 num = hapd->iface->num_rates;
60 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num;
63 *pos = hapd->iface->current_rates[i].rate / 5;
64 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
70 hapd->iface->num_rates < 8)
82 if (hapd->iface->current_rates == NULL)
85 num = hapd->iface->num_rates;
95 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num + 8;
100 *pos = hapd->iface->current_rates[i].rate / 5;
101 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
107 hapd->iface->num_rates >= 8)
120 if (hapd->iface->num_sta_no_short_preamble == 0 &&
151 if (hapd->iface->current_mode &&
152 hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G &&
153 hapd->iface->num_sta_no_short_slot_time == 0)
1038 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G)
1048 hapd->iface->num_sta_non_erp++;
1049 if (hapd->iface->num_sta_non_erp == 1)
1050 ieee802_11_set_beacons(hapd->iface);
1056 hapd->iface->num_sta_no_short_slot_time++;
1057 if (hapd->iface->current_mode->mode ==
1059 hapd->iface->num_sta_no_short_slot_time == 1)
1060 ieee802_11_set_beacons(hapd->iface);
1071 hapd->iface->num_sta_no_short_preamble++;
1072 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
1073 && hapd->iface->num_sta_no_short_preamble == 1)
1074 ieee802_11_set_beacons(hapd->iface);
1223 ap_list_process_beacon(hapd->iface, mgmt, &elems, fi);
1315 hapd->iface->freq);
1323 hapd->iface->freq) == 0)
1748 struct hostapd_iface *iface = hapd->iface;
1751 if (sta == NULL && iface->num_bss > 1) {
1753 for (j = 0; j < iface->num_bss; j++) {
1754 hapd = iface->bss[j];
1778 struct hostapd_iface *iface = hapd->iface;
1781 if (sta == NULL && iface->num_bss > 1) {
1783 for (j = 0; j < iface->num_bss; j++) {
1784 hapd = iface->bss[j];
1804 struct hostapd_iface *iface = hapd->iface;
1807 if (sta == NULL && iface->num_bss > 1) {
1809 for (j = 0; j < iface->num_bss; j++) {
1810 hapd = iface->bss[j];