Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_nl80211.h122 enum nl80211_iftype iftype; member
311 const char *ifname, enum nl80211_iftype iftype,
Ddriver_nl80211_capa.c859 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab()
862 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab()
1919 enum nl80211_iftype iftype; in phy_info_iftype_copy() local
1926 iftype = NL80211_IFTYPE_STATION; in phy_info_iftype_copy()
1929 iftype = NL80211_IFTYPE_ADHOC; in phy_info_iftype_copy()
1932 iftype = NL80211_IFTYPE_AP; in phy_info_iftype_copy()
1935 iftype = NL80211_IFTYPE_MESH_POINT; in phy_info_iftype_copy()
1941 if (!nla_get_flag(tb_flags[iftype])) in phy_info_iftype_copy()
Ddriver_nl80211.c5996 enum nl80211_iftype iftype, in nl80211_create_iface_once() argument
6006 iftype, nl80211_iftype_str(iftype)); in nl80211_create_iface_once()
6011 nla_put_u32(msg, NL80211_ATTR_IFTYPE, iftype)) in nl80211_create_iface_once()
6014 if (iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
6035 if ((addr && iftype == NL80211_IFTYPE_P2P_DEVICE) && in nl80211_create_iface_once()
6049 if (iftype == NL80211_IFTYPE_P2P_DEVICE) in nl80211_create_iface_once()
6064 iftype == NL80211_IFTYPE_AP_VLAN || in nl80211_create_iface_once()
6065 iftype == NL80211_IFTYPE_WDS || in nl80211_create_iface_once()
6066 iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
6071 if (addr && iftype != NL80211_IFTYPE_MONITOR && in nl80211_create_iface_once()
[all …]
/hostap-latest/wpa_supplicant/
Dwps_supplicant.c202 enum wpa_driver_if_type iftype; in wpas_wps_security_workaround() local
254 iftype = ssid->p2p_group ? WPA_IF_P2P_CLIENT : WPA_IF_STATION; in wpas_wps_security_workaround()
258 (capa.key_mgmt_iftype[iftype] & in wpas_wps_security_workaround()
Dp2p_supplicant.c5977 enum wpa_driver_if_type iftype; in wpas_p2p_connect() local
6086 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_connect()
6088 iftype = WPA_IF_P2P_GO; in wpas_p2p_connect()
6089 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_connect()
9656 enum wpa_driver_if_type iftype; in wpas_p2p_nfc_tag_enabled() local
9658 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_nfc_tag_enabled()
9660 iftype = WPA_IF_P2P_GO; in wpas_p2p_nfc_tag_enabled()
9661 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_nfc_tag_enabled()
Dctrl_iface.c4278 enum wpa_driver_if_type iftype; in ctrl_iface_get_capability_key_mgmt() local
4280 iftype = iftype_str_to_index(iftype_str); in ctrl_iface_get_capability_key_mgmt()
4281 if (iftype == WPA_IF_MAX) in ctrl_iface_get_capability_key_mgmt()
4283 key_mgmt = capa->key_mgmt_iftype[iftype]; in ctrl_iface_get_capability_key_mgmt()
4768 char *next_param, *curr_param, *iftype = NULL; in wpa_supplicant_ctrl_iface_get_capability() local
4790 iftype = curr_param + 7; in wpa_supplicant_ctrl_iface_get_capability()
4796 field, iftype ? " iftype=" : "", iftype ? iftype : "", in wpa_supplicant_ctrl_iface_get_capability()
4819 iftype, buf, buflen); in wpa_supplicant_ctrl_iface_get_capability()