Lines Matching +full:entry +full:- +full:method
79 entry of the
82 Station mode vaps create an entry for the access point
86 WDS mode vaps create an entry for the peer station.
88 entry has a
91 In some instances an entry is used by multiple vaps (e.g. for
97 when an entry may be reclaimed.
98 References are held by every in-flight frame sent to a station to
99 ensure the entry is not reclaimed while the frame is queued or otherwise
101 Routines that lookup a table entry return a
103 (i.e. a pointer to a table entry with the reference count incremented).
109 reclaims the table entry.
118 For each frame received the driver must lookup the table entry to
121 This lookup implicitly obtains a reference to the table entry and
129 Entries may be looked up using one of the pre-defined API's or the
131 call may be used to iterate through all entries to do per-node
132 processing or implement some non-standard search mechanism.
135 is single-threaded per-device
153 driver-private state.
156 method used to allocate a node table entry.
157 The driver method must allocate a structure that is an extension
164 .Bd -literal -offset indent
172 .Bd -literal -offset indent
183 in->in_station = -1;
184 return &in->in_node;
189 .Dq parent method
193 .Bd -literal -offset indent
197 struct ieee80211com *ic = ni->ni_ic;
198 struct iwi_softc *sc = ic->ic_ifp->if_softc;
201 if (in->in_station != -1)
202 free_unr(sc->sc_unr, in->in_station);
203 sc->sc_node_free(ni); /* invoke net80211 free handler */
223 When receiving frames this is sufficient to find the node table entry
233 call: if a keytab entry is found using the specified index then it is
235 entry is written using the specified index.