Searched refs:authptr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_module.c83 struct ieee80211softmac_auth_queue_item *authptr, *authtmp; local
100 list_for_each_entry(authptr, &sm->auth_queue, list)
101 cancel_delayed_work(&authptr->work);
113 list_for_each_entry_safe(authptr, authtmp, &sm->auth_queue, list) {
114 list_del(&authptr->list);
115 kfree(authptr);
H A Dieee80211softmac_wx.c74 struct ieee80211softmac_auth_queue_item *authptr; local
97 list_for_each_entry(authptr, &sm->auth_queue, list)
98 cancel_delayed_work(&authptr->work);

Completed in 52 milliseconds