Lines Matching defs:wpa_s
64 int wpas_notify_iface_added(struct wpa_supplicant *wpa_s) in wpas_notify_iface_added()
76 void wpas_notify_iface_removed(struct wpa_supplicant *wpa_s) in wpas_notify_iface_removed()
86 void wpas_notify_state_changed(struct wpa_supplicant *wpa_s, in wpas_notify_state_changed()
126 void wpas_notify_disconnect_reason(struct wpa_supplicant *wpa_s) in wpas_notify_disconnect_reason()
135 void wpas_notify_auth_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_auth_status_code()
144 void wpas_notify_assoc_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_assoc_status_code()
153 void wpas_notify_roam_time(struct wpa_supplicant *wpa_s) in wpas_notify_roam_time()
162 void wpas_notify_roam_complete(struct wpa_supplicant *wpa_s) in wpas_notify_roam_complete()
171 void wpas_notify_session_length(struct wpa_supplicant *wpa_s) in wpas_notify_session_length()
180 void wpas_notify_bss_tm_status(struct wpa_supplicant *wpa_s) in wpas_notify_bss_tm_status()
189 void wpas_notify_network_changed(struct wpa_supplicant *wpa_s) in wpas_notify_network_changed()
198 void wpas_notify_ap_scan_changed(struct wpa_supplicant *wpa_s) in wpas_notify_ap_scan_changed()
207 void wpas_notify_bssid_changed(struct wpa_supplicant *wpa_s) in wpas_notify_bssid_changed()
216 void wpas_notify_mac_address_changed(struct wpa_supplicant *wpa_s) in wpas_notify_mac_address_changed()
225 void wpas_notify_auth_changed(struct wpa_supplicant *wpa_s) in wpas_notify_auth_changed()
234 void wpas_notify_network_enabled_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_enabled_changed()
244 void wpas_notify_network_selected(struct wpa_supplicant *wpa_s, in wpas_notify_network_selected()
254 void wpas_notify_network_request(struct wpa_supplicant *wpa_s, in wpas_notify_network_request()
266 void wpas_notify_scanning(struct wpa_supplicant *wpa_s) in wpas_notify_scanning()
276 void wpas_notify_scan_done(struct wpa_supplicant *wpa_s, int success) in wpas_notify_scan_done()
285 void wpas_notify_scan_results(struct wpa_supplicant *wpa_s) in wpas_notify_scan_results()
294 void wpas_notify_wps_credential(struct wpa_supplicant *wpa_s, in wpas_notify_wps_credential()
307 void wpas_notify_wps_event_m2d(struct wpa_supplicant *wpa_s, in wpas_notify_wps_event_m2d()
319 void wpas_notify_wps_event_fail(struct wpa_supplicant *wpa_s, in wpas_notify_wps_event_fail()
331 void wpas_notify_wps_event_success(struct wpa_supplicant *wpa_s) in wpas_notify_wps_event_success()
341 void wpas_notify_wps_event_pbc_overlap(struct wpa_supplicant *wpa_s) in wpas_notify_wps_event_pbc_overlap()
352 void wpas_notify_network_added(struct wpa_supplicant *wpa_s, in wpas_notify_network_added()
372 void wpas_notify_persistent_group_added(struct wpa_supplicant *wpa_s, in wpas_notify_persistent_group_added()
381 void wpas_notify_persistent_group_removed(struct wpa_supplicant *wpa_s, in wpas_notify_persistent_group_removed()
390 void wpas_notify_network_removed(struct wpa_supplicant *wpa_s, in wpas_notify_network_removed()
437 void wpas_notify_bss_added(struct wpa_supplicant *wpa_s, in wpas_notify_bss_added()
449 void wpas_notify_bss_removed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_removed()
461 void wpas_notify_bss_freq_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_freq_changed()
471 void wpas_notify_bss_signal_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_signal_changed()
482 void wpas_notify_bss_privacy_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_privacy_changed()
493 void wpas_notify_bss_mode_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_mode_changed()
503 void wpas_notify_bss_wpaie_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_wpaie_changed()
513 void wpas_notify_bss_rsnie_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_rsnie_changed()
523 void wpas_notify_bss_wps_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_wps_changed()
535 void wpas_notify_bss_ies_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_ies_changed()
545 void wpas_notify_bss_rates_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_rates_changed()
555 void wpas_notify_bss_seen(struct wpa_supplicant *wpa_s, unsigned int id) in wpas_notify_bss_seen()
564 void wpas_notify_bss_anqp_changed(struct wpa_supplicant *wpa_s, unsigned int id) in wpas_notify_bss_anqp_changed()
573 void wpas_notify_blob_added(struct wpa_supplicant *wpa_s, const char *name) in wpas_notify_blob_added()
582 void wpas_notify_blob_removed(struct wpa_supplicant *wpa_s, const char *name) in wpas_notify_blob_removed()
611 struct wpa_supplicant *wpa_s; in wpas_notify_suspend() local
624 struct wpa_supplicant *wpa_s; in wpas_notify_resume() local
645 void wpas_notify_p2p_find_stopped(struct wpa_supplicant *wpa_s) in wpas_notify_p2p_find_stopped()
652 void wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_device_found()
665 void wpas_notify_p2p_device_lost(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_device_lost()
675 void wpas_notify_p2p_group_removed(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_group_removed()
685 void wpas_notify_p2p_go_neg_req(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_go_neg_req()
692 void wpas_notify_p2p_go_neg_completed(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_go_neg_completed()
699 void wpas_notify_p2p_invitation_result(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_invitation_result()
706 void wpas_notify_p2p_sd_request(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_sd_request()
716 void wpas_notify_p2p_sd_response(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_sd_response()
738 void wpas_notify_p2p_provision_discovery(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_provision_discovery()
750 void wpas_notify_p2p_group_started(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_group_started()
761 void wpas_notify_p2p_group_formation_failure(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_group_formation_failure()
769 void wpas_notify_p2p_wps_failed(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_wps_failed()
776 void wpas_notify_p2p_invitation_received(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_invitation_received()
788 static void wpas_notify_ap_sta_authorized(struct wpa_supplicant *wpa_s, in wpas_notify_ap_sta_authorized()
811 static void wpas_notify_ap_sta_deauthorized(struct wpa_supplicant *wpa_s, in wpas_notify_ap_sta_deauthorized()
832 void wpas_notify_sta_authorized(struct wpa_supplicant *wpa_s, in wpas_notify_sta_authorized()
844 void wpas_notify_certification(struct wpa_supplicant *wpa_s, in wpas_notify_certification()
883 void wpas_notify_preq(struct wpa_supplicant *wpa_s, in wpas_notify_preq()
893 void wpas_notify_eap_status(struct wpa_supplicant *wpa_s, const char *status, in wpas_notify_eap_status()
903 void wpas_notify_eap_error(struct wpa_supplicant *wpa_s, int error_code) in wpas_notify_eap_error()
909 void wpas_notify_psk_mismatch(struct wpa_supplicant *wpa_s) in wpas_notify_psk_mismatch()
915 void wpas_notify_network_bssid_set_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_bssid_set_changed()
930 void wpas_notify_network_type_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_type_changed()
953 void wpas_notify_mesh_group_started(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_group_started()
963 void wpas_notify_mesh_group_removed(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_group_removed()
975 void wpas_notify_mesh_peer_connected(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_peer_connected()
987 void wpas_notify_mesh_peer_disconnected(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_peer_disconnected()
1003 void wpas_notify_interworking_ap_added(struct wpa_supplicant *wpa_s, in wpas_notify_interworking_ap_added()
1022 void wpas_notify_interworking_select_done(struct wpa_supplicant *wpa_s) in wpas_notify_interworking_select_done()
1028 void wpas_notify_anqp_query_done(struct wpa_supplicant *wpa_s, in wpas_notify_anqp_query_done()
1040 void wpas_notify_pmk_cache_added(struct wpa_supplicant *wpa_s, in wpas_notify_pmk_cache_added()
1047 void wpas_notify_signal_change(struct wpa_supplicant *wpa_s) in wpas_notify_signal_change()
1054 void wpas_notify_hs20_t_c_acceptance(struct wpa_supplicant *wpa_s, in wpas_notify_hs20_t_c_acceptance()