Home
last modified time | relevance | path

Searched refs:ath_vap_create (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c161 static struct ieee80211vap *ath_vap_create(struct ieee80211com *,
1274 ic->ic_vap_create = ath_vap_create;
1508 ath_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, function