HomeSort by: relevance | last modified time | path
    Searched refs:ia_detach (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net80211/
ieee80211_xauth.c 74 .ia_detach = NULL,
ieee80211_proto.c 150 if (ic->ic_auth->ia_detach)
151 ic->ic_auth->ia_detach(ic);
181 .ia_detach = NULL,
979 if (ic->ic_auth->ia_detach != NULL)
980 ic->ic_auth->ia_detach(ic);
1140 } else if (ic->ic_auth->ia_detach != NULL) {
1141 ic->ic_auth->ia_detach(ic);
ieee80211_proto.h 148 void (*ia_detach)(struct ieee80211com *); member in struct:ieee80211_authenticator

Completed in 13 milliseconds