Home
last modified time | relevance | path

Searched refs:if_type (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/wpa_supplicant/
Ddriver_i.h975 enum wpa_driver_if_type if_type, in wpa_drv_get_pref_freq_list() argument
982 wpa_s, if_type, num, freq_list); in wpa_drv_get_pref_freq_list()
986 return wpa_s->driver->get_pref_freq_list(wpa_s->drv_priv, if_type, in wpa_drv_get_pref_freq_list()
Dwpa_supplicant_i.h1974 enum wpa_driver_if_type if_type,
Dctrl_iface.c8483 enum wpa_driver_if_type if_type, in wpas_ctrl_iface_get_pref_freq_list_override() argument
8495 if (atoi(pos) == (int) if_type) in wpas_ctrl_iface_get_pref_freq_list_override()
/hostap-latest/tests/hwsim/
Dwpasupplicant.py207 set_ifname=True, all_params=False, if_type=None): argument
225 if if_type:
226 cmd += '\t' + if_type
Dtest_wpas_ctrl.py1592 dev[0].interface_add(ifname, create=True, if_type='sta')
1606 wpas0.interface_add(ifname, create=True, if_type='ap')
/hostap-latest/src/ap/
Dvlan_full.c14 #undef if_type
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c778 enum wpa_driver_if_type if_type = WPA_IF_STATION; in wpas_dbus_handler_create_interface() local
822 if_type = WPA_IF_STATION; in wpas_dbus_handler_create_interface()
824 if_type = WPA_IF_AP_BSS; in wpas_dbus_handler_create_interface()
870 wpa_drv_if_add(global->ifaces, if_type, ifname, in wpas_dbus_handler_create_interface()
/hostap-latest/src/drivers/
Ddriver.h4968 int (*get_pref_freq_list)(void *priv, enum wpa_driver_if_type if_type,
Ddriver_nl80211.c12821 enum wpa_driver_if_type if_type, in nl80211_get_pref_freq_list() argument
12837 switch (if_type) { in nl80211_get_pref_freq_list()