Home
last modified time | relevance | path

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

/hostap-3.7.0/src/drivers/
Ddriver_nl80211.h108 enum nl80211_iftype iftype; member
254 const char *ifname, enum nl80211_iftype iftype,
Ddriver_nl80211_capa.c808 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab()
811 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab()
1785 enum nl80211_iftype iftype; in phy_info_iftype_copy() local
1790 iftype = NL80211_IFTYPE_STATION; in phy_info_iftype_copy()
1793 iftype = NL80211_IFTYPE_ADHOC; in phy_info_iftype_copy()
1796 iftype = NL80211_IFTYPE_AP; in phy_info_iftype_copy()
1799 iftype = NL80211_IFTYPE_MESH_POINT; in phy_info_iftype_copy()
1805 if (!nla_get_flag(tb_flags[iftype])) in phy_info_iftype_copy()
Ddriver_nl80211.c5447 enum nl80211_iftype iftype, in nl80211_create_iface_once() argument
5457 iftype, nl80211_iftype_str(iftype)); in nl80211_create_iface_once()
5462 nla_put_u32(msg, NL80211_ATTR_IFTYPE, iftype)) in nl80211_create_iface_once()
5465 if (iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
5486 if ((addr && iftype == NL80211_IFTYPE_P2P_DEVICE) && in nl80211_create_iface_once()
5500 if (iftype == NL80211_IFTYPE_P2P_DEVICE) in nl80211_create_iface_once()
5515 iftype == NL80211_IFTYPE_AP_VLAN || in nl80211_create_iface_once()
5516 iftype == NL80211_IFTYPE_WDS || in nl80211_create_iface_once()
5517 iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
5522 if (addr && iftype != NL80211_IFTYPE_MONITOR && in nl80211_create_iface_once()
[all …]
/hostap-3.7.0/wpa_supplicant/
Dwps_supplicant.c191 enum wpa_driver_if_type iftype; in wpas_wps_security_workaround() local
243 iftype = ssid->p2p_group ? WPA_IF_P2P_CLIENT : WPA_IF_STATION; in wpas_wps_security_workaround()
247 (capa.key_mgmt_iftype[iftype] & in wpas_wps_security_workaround()
Dctrl_iface.c4174 enum wpa_driver_if_type iftype; in ctrl_iface_get_capability_key_mgmt() local
4176 iftype = iftype_str_to_index(iftype_str); in ctrl_iface_get_capability_key_mgmt()
4177 if (iftype == WPA_IF_MAX) in ctrl_iface_get_capability_key_mgmt()
4179 key_mgmt = capa->key_mgmt_iftype[iftype]; in ctrl_iface_get_capability_key_mgmt()
4652 char *next_param, *curr_param, *iftype = NULL; in wpa_supplicant_ctrl_iface_get_capability() local
4674 iftype = curr_param + 7; in wpa_supplicant_ctrl_iface_get_capability()
4680 field, iftype ? " iftype=" : "", iftype ? iftype : "", in wpa_supplicant_ctrl_iface_get_capability()
4703 iftype, buf, buflen); in wpa_supplicant_ctrl_iface_get_capability()
Dp2p_supplicant.c5907 enum wpa_driver_if_type iftype; in wpas_p2p_connect() local
6015 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_connect()
6017 iftype = WPA_IF_P2P_GO; in wpas_p2p_connect()
6018 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_connect()
9525 enum wpa_driver_if_type iftype; in wpas_p2p_nfc_tag_enabled() local
9527 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_nfc_tag_enabled()
9529 iftype = WPA_IF_P2P_GO; in wpas_p2p_nfc_tag_enabled()
9530 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_nfc_tag_enabled()