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

/freebsd-11.0-release/sys/dev/ipmi/
H A Dipmi_isa.c59 if (ipmi_smbios_identify(&info) && info.iface_type != SSIF_MODE &&
112 info->iface_type = KCS_MODE;
117 info->iface_type = SMIC_MODE;
122 info->iface_type = BT_MODE;
186 switch (info.iface_type) {
248 switch (info.iface_type) {
H A Dipmi_smbus.c61 if (ipmi_smbios_identify(&info) && info.iface_type == SSIF_MODE &&
85 if (info.iface_type != SSIF_MODE) {
H A Dipmi_pci.c104 switch (info.iface_type) {
143 switch (info.iface_type) {
H A Dipmi_smbios.c141 info->iface_type = s->interface_type;
247 return (info->iface_type != 0);
H A Dipmivars.h33 int iface_type; member in struct:ipmi_get_info
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6640 enum wpa_driver_if_type iface_type; local
6648 iface_type = WPA_IF_STATION;
6650 iface_type = WPA_IF_AP_BSS;
6652 iface_type = WPA_IF_P2P_GO;
6654 iface_type = WPA_IF_P2P_CLIENT;
6656 iface_type = WPA_IF_IBSS;
6658 iface_type = WPA_IF_TDLS;
6663 "CTRL_IFACE: GET_PREF_FREQ_LIST iface_type=%d (%s)",
6664 iface_type, buf);
6666 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type,
[all...]
H A Dp2p_supplicant.c4987 enum wpa_driver_if_type iface_type; local
4990 iface_type = WPA_IF_P2P_GO;
4992 iface_type = WPA_IF_P2P_CLIENT;
4997 res = wpa_drv_get_pref_freq_list(wpa_s, iface_type,

Completed in 1401 milliseconds