Lines Matching refs:iterfunc
5788 void(*iterfunc)(void *, uint8_t *, struct ieee80211_vif *),
5841 iterfunc(arg, vif->addr, vif);
5850 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *,
5860 iterfunc(hw, vif, LSTA_TO_STA(lsta), lsta->kc[keyix], arg);
5866 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_vif *,
5885 keyix, lsta, iterfunc, arg);
5900 keyix, lsta, iterfunc, arg);
5908 void(*iterfunc)(struct ieee80211_hw *, struct ieee80211_chanctx_conf *,
5917 KASSERT(hw != NULL && iterfunc != NULL,
5918 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg));
5935 iterfunc(hw, &lchanctx->chanctx_conf, arg);
5942 void (*iterfunc)(void *, struct ieee80211_sta *), void *arg)
5949 KASSERT(hw != NULL && iterfunc != NULL,
5950 ("%s: hw %p iterfunc %p arg %p\n", __func__, hw, iterfunc, arg));
5962 iterfunc(arg, sta);