Home | History | Annotate | Download | only in net80211

Lines Matching defs:capinfo

1417 	u_int16_t capinfo;
1456 + sizeof(u_int16_t) /* capinfo */
1478 /* capinfo */
1480 capinfo = IEEE80211_CAPINFO_IBSS;
1482 capinfo = IEEE80211_CAPINFO_ESS;
1484 capinfo |= IEEE80211_CAPINFO_PRIVACY;
1487 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
1489 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
1490 *(u_int16_t *)frm = htole16(capinfo);
1650 capinfo = 0;
1652 capinfo |= IEEE80211_CAPINFO_IBSS;
1654 capinfo |= IEEE80211_CAPINFO_ESS;
1656 capinfo |= IEEE80211_CAPINFO_PRIVACY;
1663 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
1666 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
1667 *(u_int16_t *)frm = htole16(capinfo);
1714 capinfo = IEEE80211_CAPINFO_ESS;
1716 capinfo |= IEEE80211_CAPINFO_PRIVACY;
1719 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
1721 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
1722 *(u_int16_t *)frm = htole16(capinfo);
1838 u_int16_t capinfo;
1890 capinfo = IEEE80211_CAPINFO_IBSS;
1892 capinfo = IEEE80211_CAPINFO_ESS;
1894 capinfo |= IEEE80211_CAPINFO_PRIVACY;
1897 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
1899 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
1901 *(u_int16_t *)frm = htole16(capinfo);
1981 u_int16_t capinfo;
1987 capinfo = IEEE80211_CAPINFO_IBSS;
1989 capinfo = IEEE80211_CAPINFO_ESS;
1991 capinfo |= IEEE80211_CAPINFO_PRIVACY;
1994 capinfo |= IEEE80211_CAPINFO_SHORT_PREAMBLE;
1996 capinfo |= IEEE80211_CAPINFO_SHORT_SLOTTIME;
1997 *bo->bo_caps = htole16(capinfo);