Home
last modified time | relevance | path

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

/external/iw/
Dutil.c124 static const char *ifmodes[NL80211_IFTYPE_MAX + 1] = { variable
143 if (iftype <= NL80211_IFTYPE_MAX && ifmodes[iftype]) in iftype_name()
144 return ifmodes[iftype]; in iftype_name()