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

/freebsd-12-stable/sys/dev/ipmi/
H A Dipmi_isa.c61 if (ipmi_smbios_identify(&info) && info.iface_type != SSIF_MODE &&
114 info->iface_type = KCS_MODE;
119 info->iface_type = SMIC_MODE;
124 info->iface_type = BT_MODE;
188 switch (info.iface_type) {
250 switch (info.iface_type) {
H A Dipmi_smbus.c63 if (ipmi_smbios_identify(&info) && info.iface_type == SSIF_MODE &&
87 if (info.iface_type != SSIF_MODE) {
H A Dipmi_pci.c106 switch (info.iface_type) {
145 switch (info.iface_type) {
H A Dipmi_smbios.c143 info->iface_type = s->interface_type;
249 return (info->iface_type != 0);
H A Dipmivars.h35 int iface_type; member in struct:ipmi_get_info
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c7737 enum wpa_driver_if_type iface_type; local
7745 iface_type = WPA_IF_STATION;
7747 iface_type = WPA_IF_AP_BSS;
7749 iface_type = WPA_IF_P2P_GO;
7751 iface_type = WPA_IF_P2P_CLIENT;
7753 iface_type = WPA_IF_IBSS;
7755 iface_type = WPA_IF_TDLS;
7760 "CTRL_IFACE: GET_PREF_FREQ_LIST iface_type=%d (%s)",
7761 iface_type, cmd);
7763 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 194 milliseconds