Searched defs:wpa_s (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | bgscan.c | 28 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 D | wpas_kay.h | 25 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 D | autoscan.c | 31 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 D | autoscan.h | 42 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 D | mesh_mpm.h | 33 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 D | autoscan_exponential.c | 16 struct wpa_supplicant *wpa_s; member 45 static void * autoscan_exponential_init(struct wpa_supplicant *wpa_s, in autoscan_exponential_init()
|
H A D | nfc_pw_token.c | 39 struct wpa_supplicant wpa_s; in main() local
|
H A D | autoscan_periodic.c | 40 static void * autoscan_periodic_init(struct wpa_supplicant *wpa_s, in autoscan_periodic_init()
|
H A D | mesh_rsn.h | 13 struct wpa_supplicant *wpa_s; member
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_wps.c | 222 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 D | dbus_new_handlers_p2p.h | 13 struct wpa_supplicant *wpa_s; member
|
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/ |
H A D | supplicant.cpp | 45 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 D | binder_manager.cpp | 49 int BinderManager::registerInterface(struct wpa_supplicant *wpa_s) in registerInterface() 71 int BinderManager::unregisterInterface(struct wpa_supplicant *wpa_s) in unregisterInterface()
|
H A D | binder.cpp | 80 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 D | iface.cpp | 14 Iface::Iface(struct wpa_supplicant *wpa_s) : wpa_s_(wpa_s) {} in Iface()
|