Searched refs:erp (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.h232 uint16_t erp; /* NB: 0x100 indicates ie present */ member in struct:ieee80211_scanparams
H A Dieee80211_hostap.c1814 ((scan.erp & 0x100) == 0 || /* NB: no ERP, 11b sta*/
1815 (scan.erp & IEEE80211_ERP_NON_ERP_PRESENT))) {
1826 "(saw erp 0x%x from channel %d), "
1829 scan.erp, scan.chan);
H A Dieee80211_sta.c1457 if (ni->ni_erp != scan.erp) {
1460 "erp change: was 0x%x, now 0x%x",
1461 ni->ni_erp, scan.erp);
1467 ni->ni_erp = scan.erp;
H A Dieee80211_scan.c577 printf("[%s] caps 0x%x bintval %u erp 0x%x",
578 ether_sprintf(mac), sp->capinfo, sp->bintval, sp->erp);
H A Dieee80211_output.c2104 * Add an erp element to a frame.
2110 uint8_t erp; local
2114 erp = 0;
2128 erp |= IEEE80211_ERP_NON_ERP_PRESENT;
2136 erp |= IEEE80211_ERP_USE_PROTECTION;
2138 erp |= IEEE80211_ERP_LONG_PREAMBLE;
2139 *frm++ = erp;
H A Dieee80211_input.c509 * [tlv] erp information
589 scan->erp = frm[2] | 0x100;
H A Dieee80211_scan_sta.c360 ise->se_erp = sp->erp;
H A Dieee80211_node.c879 * Set the erp state (mostly the slot time) to deal with
1779 ni->ni_erp = sp->erp;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c881 u_int8_t erp; local
886 erp = 0;
893 erp |= IEEE80211_ERP_NON_ERP_PRESENT;
900 erp |= IEEE80211_ERP_USE_PROTECTION;
907 erp |= IEEE80211_ERP_BARKER_MODE;
908 *frm++ = erp;
H A Dieee80211_input.c1612 u_int8_t chan, bchan, erp; local
1657 erp = 0;
1685 erp = frm[2];
1783 printf("%s: caps 0x%x bintval %u erp 0x%x\n",
1784 __func__, capinfo, bintval, erp);
1824 if (ni->ni_erp != erp) {
1825 DPRINTF(("[%s] erp change: was 0x%x, now 0x%x\n",
1827 ni->ni_erp, erp));
1831 (erp & IEEE80211_ERP_USE_PROTECTION))
1835 ic->ic_bss->ni_erp = erp;
[all...]

Completed in 98 milliseconds