Searched refs:iftype_str (Results 1 – 1 of 1) sorted by relevance
4218 static int iftype_str_to_index(const char *iftype_str) in iftype_str_to_index() argument4220 if (!iftype_str) in iftype_str_to_index()4223 if (os_strcmp(iftype_str, "STATION") == 0) in iftype_str_to_index()4226 if (os_strcmp(iftype_str, "AP_VLAN") == 0) in iftype_str_to_index()4229 if (os_strcmp(iftype_str, "AP") == 0) in iftype_str_to_index()4232 if (os_strcmp(iftype_str, "P2P_GO") == 0) in iftype_str_to_index()4235 if (os_strcmp(iftype_str, "P2P_CLIENT") == 0) in iftype_str_to_index()4238 if (os_strcmp(iftype_str, "P2P_DEVICE") == 0) in iftype_str_to_index()4241 if (os_strcmp(iftype_str, "MESH") == 0) in iftype_str_to_index()4244 if (os_strcmp(iftype_str, "IBSS") == 0) in iftype_str_to_index()[all …]