Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c4221 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()
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()
4248 if (os_strcmp(iftype_str, "NAN") == 0) in iftype_str_to_index()
4257 const char *iftype_str, in ctrl_iface_get_capability_key_mgmt() argument
4278 if (iftype_str) { in ctrl_iface_get_capability_key_mgmt()
[all …]