Home
last modified time | relevance | path

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

/external/iw/
Dinterface.c91 char *tpstr; in get_if_type() local
99 tpstr = (*argv)[!!need_type]; in get_if_type()
103 if (strcmp(tpstr, "adhoc") == 0 || in get_if_type()
104 strcmp(tpstr, "ibss") == 0) { in get_if_type()
107 } else if (strcmp(tpstr, "ocb") == 0) { in get_if_type()
110 } else if (strcmp(tpstr, "monitor") == 0) { in get_if_type()
113 } else if (strcmp(tpstr, "master") == 0 || in get_if_type()
114 strcmp(tpstr, "ap") == 0) { in get_if_type()
120 } else if (strcmp(tpstr, "__ap") == 0) { in get_if_type()
123 } else if (strcmp(tpstr, "__ap_vlan") == 0) { in get_if_type()
[all …]