HomeSort by: relevance | last modified time | path
    Searched defs:athn_iter_func (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
athn.c 111 Static void athn_iter_func(void *, struct ieee80211_node *);
1285 athn_iter_func(void *arg, struct ieee80211_node *ni) function in typeref:typename:Static void
1329 athn_iter_func(sc, ic->ic_bss);
1331 ieee80211_iterate_nodes(&ic->ic_sta, athn_iter_func, sc);

Completed in 11 milliseconds