Searched refs:iftype_str (Results 1 – 1 of 1) sorted by relevance
4219 static int iftype_str_to_index(const char *iftype_str) in iftype_str_to_index() argument4221 if (!iftype_str) in iftype_str_to_index()4224 if (os_strcmp(iftype_str, "STATION") == 0) in iftype_str_to_index()4227 if (os_strcmp(iftype_str, "AP_VLAN") == 0) in iftype_str_to_index()4230 if (os_strcmp(iftype_str, "AP") == 0) in iftype_str_to_index()4233 if (os_strcmp(iftype_str, "P2P_GO") == 0) in iftype_str_to_index()4236 if (os_strcmp(iftype_str, "P2P_CLIENT") == 0) in iftype_str_to_index()4239 if (os_strcmp(iftype_str, "P2P_DEVICE") == 0) in iftype_str_to_index()4242 if (os_strcmp(iftype_str, "MESH") == 0) in iftype_str_to_index()4245 if (os_strcmp(iftype_str, "IBSS") == 0) in iftype_str_to_index()[all …]