Searched refs:capinfo (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/net80211/
H A Dieee80211_hostap.c1539 const uint8_t *rsn, uint16_t capinfo)
1557 (capinfo & IEEE80211_CAPINFO_PRIVACY)) {
1680 int reassoc, int resp, const char *tag, int capinfo)
1686 reassoc ? "reassoc" : "assoc", tag, capinfo);
2003 uint16_t capinfo, lintval; local
2047 capinfo = le16toh(*(uint16_t *)frm); frm += 2;
2122 !wpa_assocreq(ni, &rsnparms, wh, wpa, rsn, capinfo))
2130 if ((capinfo & IEEE80211_CAPINFO_ESS) == 0) {
2132 "capability", capinfo);
2140 ((ni->ni_capinfo ^ capinfo)
1537 wpa_assocreq(struct ieee80211_node *ni, struct ieee80211_rsnparms *rsnparms, const struct ieee80211_frame *wh, const uint8_t *wpa, const uint8_t *rsn, uint16_t capinfo) argument
1679 capinfomismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int capinfo) argument
[all...]
H A Dieee80211_output.c2588 uint16_t capinfo; local
2593 capinfo = IEEE80211_CAPINFO_ESS;
2595 capinfo = IEEE80211_CAPINFO_IBSS;
2597 capinfo = 0;
2599 capinfo |= IEEE80211_CAPINFO_PRIVACY;
2602 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
2604 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
2606 capinfo |= IEEE80211_CAPINFO_SPECTRUM_MGMT;
2607 return capinfo;
2626 uint16_t capinfo; local
2996 uint16_t capinfo; local
3375 uint16_t capinfo; local
3704 uint16_t capinfo; local
[all...]
H A Dieee80211_scan.h231 uint16_t capinfo; /* 802.11 capabilities */ member in struct:ieee80211_scanparams
H A Dieee80211_sta.c1472 if ((ni->ni_capinfo ^ scan.capinfo) & IEEE80211_CAPINFO_SHORT_SLOTTIME) {
1476 ni->ni_capinfo, scan.capinfo);
1483 (scan.capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME));
1485 | (scan.capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME);
1732 uint16_t capinfo, associd; local
1753 capinfo = le16toh(*(uint16_t *)frm);
1831 ni->ni_capinfo = capinfo;
H A Dieee80211_scan.c569 ether_sprintf(mac), sp->capinfo, sp->bintval, sp->erp);
H A Dieee80211_adhoc.c771 if (scan.capinfo & IEEE80211_CAPINFO_IBSS) {
H A Dieee80211_input.c526 scan->capinfo = le16toh(*(uint16_t *)frm); frm += 2;
H A Dieee80211_scan_sta.c304 ise->se_capinfo = sp->capinfo;
1078 * Mesh nodes have IBSS & ESS bits in capinfo turned off
H A Dieee80211_node.c1775 ni->ni_capinfo = sp->capinfo;
2631 printf("\trssi %d noise %d intval %u capinfo 0x%x\n",
H A Dieee80211_mesh.c1899 if ((scan.capinfo &
/freebsd-13-stable/tools/tools/net80211/w00t/assoc/
H A Dassoc.c201 int len, capinfo, lintval; local
212 capinfo = IEEE80211_CAPINFO_ESS;
214 capinfo |= IEEE80211_CAPINFO_PRIVACY;
215 *(uint16_t *)data = htole16(capinfo);
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipwreg.h281 uint16_t capinfo; member in struct:ipw_wpa_ie
295 uint16_t capinfo; member in struct:ipw_node
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h54 uint8_t capinfo; member in struct:wlan_peer
71 uint8_t capinfo; member in struct:wlan_scan_result
H A Dwlan_sys.c2177 sr->capinfo = wlan_peercaps_to_snmp(isr->isr_capinfo);
2706 wip->capinfo = wlan_peercaps_to_snmp(si->isi_capinfo);
H A Dwlan_snmp.c952 return (bits_get(val, (uint8_t *)&wip->capinfo,
953 sizeof(wip->capinfo)));
1342 return (bits_get(val, &sr->capinfo, sizeof(sr->capinfo)));
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c1313 uint16_t capinfo, status, associd; local
1315 /* NB: +8 for capinfo, status, associd, and first ie */
1331 capinfo = le16toh(*(const uint16_t *)frm);
1351 ni->ni_capinfo = capinfo;
2834 uint16_t capinfo; local
2961 capinfo = IEEE80211_CAPINFO_IBSS;
2963 capinfo = IEEE80211_CAPINFO_ESS;
2965 capinfo |= IEEE80211_CAPINFO_PRIVACY;
2968 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
2970 capinfo |
[all...]
H A Dif_iwireg.h454 uint16_t capinfo; member in struct:iwi_associate
/freebsd-13-stable/sbin/ifconfig/
H A Difieee80211.c2616 getcaps(int capinfo) argument
2621 if (capinfo & IEEE80211_CAPINFO_ESS)
2623 if (capinfo & IEEE80211_CAPINFO_IBSS)
2625 if (capinfo & IEEE80211_CAPINFO_CF_POLLABLE)
2627 if (capinfo & IEEE80211_CAPINFO_CF_POLLREQ)
2629 if (capinfo & IEEE80211_CAPINFO_PRIVACY)
2631 if (capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE)
2633 if (capinfo & IEEE80211_CAPINFO_PBCC)
2635 if (capinfo & IEEE80211_CAPINFO_CHNL_AGILITY)
2637 if (capinfo
[all...]
/freebsd-13-stable/sys/dev/if_ndis/
H A Dif_ndis.c3300 sp.capinfo |= IEEE80211_CAPINFO_PRIVACY;
3304 sp.capinfo |= IEEE80211_CAPINFO_IBSS;
3307 sp.capinfo |= IEEE80211_CAPINFO_ESS;
3340 sp.capinfo = le16toh(*(uint16_t *)frm); frm += 2;

Completed in 343 milliseconds