OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IEEE80211_AID
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/usb/
if_otusvar.h
54
#define OTUS_UID(aid) (
IEEE80211_AID
(aid) + 4)
/src/sys/net80211/
ieee80211_node.c
80
((w)[
IEEE80211_AID
(b) / 32] |= (1 << (
IEEE80211_AID
(b) % 32)))
82
((w)[
IEEE80211_AID
(b) / 32] &= ~(1 << (
IEEE80211_AID
(b) % 32)))
84
((w)[
IEEE80211_AID
(b) / 32] & (1 << (
IEEE80211_AID
(b) % 32)))
2432
if (
IEEE80211_AID
(ni->ni_associd) != 0) {
2463
aid =
IEEE80211_AID
(ni->ni_associd);
ieee80211_node.h
157
#define IEEE80211_NODE_AID(ni)
IEEE80211_AID
(ni->ni_associd)
ieee80211.h
727
#define
IEEE80211_AID
(b) ((b) &~ 0xc000)
/src/sys/dev/ic/
athn.c
1080
entry = IEEE80211_WEP_NKID +
IEEE80211_AID
(ni->ni_associd);
2107
SM(AR_BSS_ID1_AID,
IEEE80211_AID
(ni->ni_associd)));
wi.c
3288
IEEE80211_AID
(ni->ni_associd) | (set ? 0x8000 : 0));
rt2860.c
950
wcid = rn->wcid =
IEEE80211_AID
(ni->ni_associd);
/src/sys/dev/pci/
if_iwn.c
4998
sc->rxon.associd = htole16(
IEEE80211_AID
(ni->ni_associd));
Completed in 60 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025