Searched refs:if_type (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | driver_i.h | 975 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()
|
D | wpa_supplicant_i.h | 1974 enum wpa_driver_if_type if_type,
|
D | ctrl_iface.c | 8483 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/ |
D | wpasupplicant.py | 207 set_ifname=True, all_params=False, if_type=None): argument 225 if if_type: 226 cmd += '\t' + if_type
|
D | test_wpas_ctrl.py | 1592 dev[0].interface_add(ifname, create=True, if_type='sta') 1606 wpas0.interface_add(ifname, create=True, if_type='ap')
|
/hostap-latest/src/ap/ |
D | vlan_full.c | 14 #undef if_type
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 778 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/ |
D | driver.h | 4968 int (*get_pref_freq_list)(void *priv, enum wpa_driver_if_type if_type,
|
D | driver_nl80211.c | 12821 enum wpa_driver_if_type if_type, in nl80211_get_pref_freq_list() argument 12837 switch (if_type) { in nl80211_get_pref_freq_list()
|