ic_wep_ctx 2981 dev/ic/pgt.c if (ic->ic_wep_ctx != NULL) { ic_wep_ctx 2982 dev/ic/pgt.c free(ic->ic_wep_ctx, M_DEVBUF); ic_wep_ctx 2983 dev/ic/pgt.c ic->ic_wep_ctx = NULL; ic_wep_ctx 120 net80211/ieee80211_crypto.c if (ic->ic_wep_ctx != NULL) { ic_wep_ctx 121 net80211/ieee80211_crypto.c free(ic->ic_wep_ctx, M_DEVBUF); ic_wep_ctx 122 net80211/ieee80211_crypto.c ic->ic_wep_ctx = NULL; ic_wep_ctx 376 net80211/ieee80211_crypto.c if ((ctx = ic->ic_wep_ctx) == NULL) { ic_wep_ctx 382 net80211/ieee80211_crypto.c ic->ic_wep_ctx = ctx; ic_wep_ctx 425 net80211/ieee80211_proto.c if (ic->ic_wep_ctx != NULL) { ic_wep_ctx 426 net80211/ieee80211_proto.c free(ic->ic_wep_ctx, M_DEVBUF); ic_wep_ctx 427 net80211/ieee80211_proto.c ic->ic_wep_ctx = NULL; ic_wep_ctx 234 net80211/ieee80211_var.h void *ic_wep_ctx; /* wep crypt context */