Home
last modified time | relevance | path

Searched defs:wpa_s (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dbgscan.c28 int bgscan_init(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, in bgscan_init()
71 void bgscan_deinit(struct wpa_supplicant *wpa_s) in bgscan_deinit()
83 int bgscan_notify_scan(struct wpa_supplicant *wpa_s, in bgscan_notify_scan()
93 void bgscan_notify_beacon_loss(struct wpa_supplicant *wpa_s) in bgscan_notify_beacon_loss()
100 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, in bgscan_notify_signal_change()
H A Dwpas_kay.h25 static inline int ieee802_1x_alloc_kay_sm(struct wpa_supplicant *wpa_s, in ieee802_1x_alloc_kay_sm()
32 ieee802_1x_notify_create_actor(struct wpa_supplicant *wpa_s, in ieee802_1x_notify_create_actor()
38 static inline void ieee802_1x_dealloc_kay_sm(struct wpa_supplicant *wpa_s) in ieee802_1x_dealloc_kay_sm()
43 ieee802_1x_create_preshared_mka(struct wpa_supplicant *wpa_s, in ieee802_1x_create_preshared_mka()
H A Dautoscan.c31 static void request_scan(struct wpa_supplicant *wpa_s) in request_scan()
40 int autoscan_init(struct wpa_supplicant *wpa_s, int req_scan) in autoscan_init()
125 void autoscan_deinit(struct wpa_supplicant *wpa_s) in autoscan_deinit()
143 int autoscan_notify_scan(struct wpa_supplicant *wpa_s, in autoscan_notify_scan()
H A Dautoscan.h42 static inline int autoscan_init(struct wpa_supplicant *wpa_s, int req_scan) in autoscan_init()
47 static inline void autoscan_deinit(struct wpa_supplicant *wpa_s) in autoscan_deinit()
51 static inline int autoscan_notify_scan(struct wpa_supplicant *wpa_s, in autoscan_notify_scan()
H A Dmesh_mpm.h33 static inline void mesh_mpm_action_rx(struct wpa_supplicant *wpa_s, in mesh_mpm_action_rx()
39 static inline void mesh_mpm_mgmt_rx(struct wpa_supplicant *wpa_s, in mesh_mpm_mgmt_rx()
H A Dautoscan_exponential.c16 struct wpa_supplicant *wpa_s; member
45 static void * autoscan_exponential_init(struct wpa_supplicant *wpa_s, in autoscan_exponential_init()
H A Dnfc_pw_token.c39 struct wpa_supplicant wpa_s; in main() local
H A Dautoscan_periodic.c40 static void * autoscan_periodic_init(struct wpa_supplicant *wpa_s, in autoscan_periodic_init()
H A Dmesh_rsn.h13 struct wpa_supplicant *wpa_s; member
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c222 struct wpa_supplicant *wpa_s) in wpas_dbus_handler_wps_start()
336 struct wpa_supplicant *wpa_s) in wpas_dbus_handler_wps_cancel()
360 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_getter_process_credentials() local
382 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_setter_process_credentials() local
418 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_getter_config_methods() local
440 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_setter_config_methods() local
474 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_getter_wps_device_name() local
494 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_setter_wps_device_name() local
530 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_getter_wps_manufacturer() local
550 struct wpa_supplicant *wpa_s = user_data; in wpas_dbus_setter_wps_manufacturer() local
[all …]
H A Ddbus_new_handlers_p2p.h13 struct wpa_supplicant *wpa_s; member
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/
H A Dsupplicant.cpp45 struct wpa_supplicant *wpa_s = NULL; in CreateInterface() local
86 struct wpa_supplicant *wpa_s; in RemoveInterface() local
106 struct wpa_supplicant *wpa_s; in GetInterface() local
H A Dbinder_manager.cpp49 int BinderManager::registerInterface(struct wpa_supplicant *wpa_s) in registerInterface()
71 int BinderManager::unregisterInterface(struct wpa_supplicant *wpa_s) in unregisterInterface()
H A Dbinder.cpp80 int wpas_binder_register_interface(struct wpa_supplicant *wpa_s) in wpas_binder_register_interface()
93 int wpas_binder_unregister_interface(struct wpa_supplicant *wpa_s) in wpas_binder_unregister_interface()
H A Diface.cpp14 Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {} in Iface()