Searched refs:iface_type (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
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,
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...]
/freebsd-11-stable/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_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 Dipmi_smbus.c61 if (ipmi_smbios_identify(&info) && info.iface_type == SSIF_MODE &&
85 if (info.iface_type != SSIF_MODE) {
H A Dipmivars.h33 int iface_type; member in struct:ipmi_get_info

Completed in 122 milliseconds