OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ic_auth
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net80211/
ieee80211_proto.c
150
if (ic->
ic_auth
->ia_detach)
151
ic->
ic_auth
->ia_detach(ic);
979
if (ic->
ic_auth
->ia_detach != NULL)
980
ic->
ic_auth
->ia_detach(ic);
1137
ic->
ic_auth
->ia_attach != NULL) {
1139
ic->
ic_auth
->ia_attach(ic);
1140
} else if (ic->
ic_auth
->ia_detach != NULL) {
1141
ic->
ic_auth
->ia_detach(ic);
ieee80211_var.h
203
const struct ieee80211_authenticator *
ic_auth
;
member in struct:ieee80211com
ieee80211_node.c
187
ic->
ic_auth
= ieee80211_authenticator_get(ic->ic_bss->ni_authmode);
1909
if (ic->
ic_auth
->ia_node_leave != NULL)
1910
ic->
ic_auth
->ia_node_leave(ic, ni);
2293
if (ic->
ic_auth
->ia_node_join != NULL)
2294
ic->
ic_auth
->ia_node_join(ic, ni);
2391
if (ic->
ic_auth
->ia_node_leave != NULL)
2392
ic->
ic_auth
->ia_node_leave(ic, ni);
ieee80211_ioctl.c
2166
ic->
ic_auth
= auth;
Completed in 16 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025