Searched refs:iface_type (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/i386/stand/lib/
H A Dbootinfo_biosgeom.c115 ed.host_bus, ed.iface_type);
149 if (strncmp(cp, ed.iface_type,
150 sizeof(ed.iface_type)) == 0)
H A Dbiosdisk_ll.h86 char iface_type[8]; /* "ATA", "ATAPI", "SCSI" etc */ member in struct:biosdisk_extinfo
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211.c10186 enum qca_iface_type iface_type; local
10204 wpa_printf(MSG_ERROR, "nl80211: iface_type couldn't be found");
10209 iface_type = (enum qca_iface_type) nla_get_u32(attr);
10210 wpa_printf(MSG_DEBUG, "nl80211: Driver returned iface_type=%d",
10211 iface_type);
10249 enum qca_iface_type iface_type; local
10256 iface_type = QCA_IFACE_TYPE_STA;
10259 iface_type = QCA_IFACE_TYPE_AP;
10262 iface_type = QCA_IFACE_TYPE_P2P_GO;
10265 iface_type
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dctrl_iface.c7739 enum wpa_driver_if_type iface_type; local
7747 iface_type = WPA_IF_STATION;
7749 iface_type = WPA_IF_AP_BSS;
7751 iface_type = WPA_IF_P2P_GO;
7753 iface_type = WPA_IF_P2P_CLIENT;
7755 iface_type = WPA_IF_IBSS;
7757 iface_type = WPA_IF_TDLS;
7762 "CTRL_IFACE: GET_PREF_FREQ_LIST iface_type=%d (%s)",
7763 iface_type, cmd);
7765 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type,
[all...]
H A Dp2p_supplicant.c5388 enum wpa_driver_if_type iface_type; local
5391 iface_type = WPA_IF_P2P_GO;
5393 iface_type = WPA_IF_P2P_CLIENT;
5398 res = wpa_drv_get_pref_freq_list(wpa_s, iface_type,

Completed in 303 milliseconds