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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_hostap.c1450 const uint8_t *rsn, uint16_t capinfo)
1468 (capinfo & IEEE80211_CAPINFO_PRIVACY)) {
1590 int reassoc, int resp, const char *tag, int capinfo)
1596 reassoc ? "reassoc" : "assoc", tag, capinfo);
1909 uint16_t capinfo, lintval; local
1953 capinfo = le16toh(*(uint16_t *)frm); frm += 2;
2009 !wpa_assocreq(ni, &rsnparms, wh, wpa, rsn, capinfo))
2017 if ((capinfo & IEEE80211_CAPINFO_ESS) == 0) {
2019 "capability", capinfo);
2027 ((ni->ni_capinfo ^ capinfo)
1448 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
1589 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.c2180 uint16_t capinfo; local
2185 capinfo = IEEE80211_CAPINFO_ESS;
2187 capinfo = IEEE80211_CAPINFO_IBSS;
2189 capinfo = 0;
2191 capinfo |= IEEE80211_CAPINFO_PRIVACY;
2194 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
2196 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
2198 capinfo |= IEEE80211_CAPINFO_SPECTRUM_MGMT;
2199 return capinfo;
2218 uint16_t capinfo; local
2570 uint16_t capinfo; local
2905 uint16_t capinfo; local
3170 uint16_t capinfo; local
[all...]
H A Dieee80211_sta.c1355 if ((ni->ni_capinfo ^ scan.capinfo) & IEEE80211_CAPINFO_SHORT_SLOTTIME) {
1359 ni->ni_capinfo, scan.capinfo);
1366 (scan.capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME));
1368 | (scan.capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME);
1576 uint16_t capinfo, associd; local
1597 capinfo = le16toh(*(uint16_t *)frm);
1668 ni->ni_capinfo = capinfo;
H A Dieee80211_scan.h229 uint16_t capinfo; /* 802.11 capabilities */ member in struct:ieee80211_scanparams
H A Dieee80211_scan.c561 ether_sprintf(mac), sp->capinfo, sp->bintval, sp->erp);
H A Dieee80211_input.c529 scan->capinfo = le16toh(*(uint16_t *)frm); frm += 2;
H A Dieee80211_adhoc.c731 if (scan.capinfo & IEEE80211_CAPINFO_IBSS) {
H A Dieee80211_scan_sta.c301 ise->se_capinfo = sp->capinfo;
1048 * Mesh nodes have IBSS & ESS bits in capinfo turned off
H A Dieee80211_node.c1552 ni->ni_capinfo = sp->capinfo;
2390 printf("\trssi %d noise %d intval %u capinfo 0x%x\n",
H A Dieee80211_mesh.c1892 if ((scan.capinfo &
/freebsd-11-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-11-stable/sys/dev/ipw/
H A Dif_ipwreg.h279 uint16_t capinfo; member in struct:ipw_wpa_ie
293 uint16_t capinfo; member in struct:ipw_node
/freebsd-11-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.c2176 sr->capinfo = wlan_peercaps_to_snmp(isr->isr_capinfo);
2705 wip->capinfo = wlan_peercaps_to_snmp(si->isi_capinfo);
H A Dwlan_snmp.c951 return (bits_get(val, (uint8_t *)&wip->capinfo,
952 sizeof(wip->capinfo)));
1341 return (bits_get(val, &sr->capinfo, sizeof(sr->capinfo)));
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1305 uint16_t capinfo, status, associd; local
1307 /* NB: +8 for capinfo, status, associd, and first ie */
1323 capinfo = le16toh(*(const uint16_t *)frm);
1343 ni->ni_capinfo = capinfo;
2818 uint16_t capinfo; local
2955 capinfo = IEEE80211_CAPINFO_IBSS;
2957 capinfo = IEEE80211_CAPINFO_ESS;
2959 capinfo |= IEEE80211_CAPINFO_PRIVACY;
2962 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
2964 capinfo |
[all...]
H A Dif_iwireg.h452 uint16_t capinfo; member in struct:iwi_associate
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2388 getcaps(int capinfo) argument
2393 if (capinfo & IEEE80211_CAPINFO_ESS)
2395 if (capinfo & IEEE80211_CAPINFO_IBSS)
2397 if (capinfo & IEEE80211_CAPINFO_CF_POLLABLE)
2399 if (capinfo & IEEE80211_CAPINFO_CF_POLLREQ)
2401 if (capinfo & IEEE80211_CAPINFO_PRIVACY)
2403 if (capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE)
2405 if (capinfo & IEEE80211_CAPINFO_PBCC)
2407 if (capinfo & IEEE80211_CAPINFO_CHNL_AGILITY)
2409 if (capinfo
[all...]
/freebsd-11-stable/sys/dev/wi/
H A Dif_wavelan_ieee.h380 int capinfo; /* Capability info. */ member in struct:wi_apinfo
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c3292 sp.capinfo |= IEEE80211_CAPINFO_PRIVACY;
3296 sp.capinfo |= IEEE80211_CAPINFO_IBSS;
3299 sp.capinfo |= IEEE80211_CAPINFO_ESS;
3332 sp.capinfo = le16toh(*(uint16_t *)frm); frm += 2;

Completed in 217 milliseconds