• Home
  • Raw
  • Download

Lines Matching refs:wpa_supplicant

61 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()
88 void wpas_notify_state_changed(struct wpa_supplicant *wpa_s, in wpas_notify_state_changed()
130 void wpas_notify_disconnect_reason(struct wpa_supplicant *wpa_s) in wpas_notify_disconnect_reason()
141 void wpas_notify_auth_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_auth_status_code()
150 void wpas_notify_assoc_status_code(struct wpa_supplicant *wpa_s) in wpas_notify_assoc_status_code()
160 void wpas_notify_auth_timeout(struct wpa_supplicant *wpa_s) { in wpas_notify_auth_timeout()
167 void wpas_notify_roam_time(struct wpa_supplicant *wpa_s) in wpas_notify_roam_time()
176 void wpas_notify_roam_complete(struct wpa_supplicant *wpa_s) in wpas_notify_roam_complete()
185 void wpas_notify_session_length(struct wpa_supplicant *wpa_s) in wpas_notify_session_length()
194 void wpas_notify_bss_tm_status(struct wpa_supplicant *wpa_s) in wpas_notify_bss_tm_status()
203 void wpas_notify_network_changed(struct wpa_supplicant *wpa_s) in wpas_notify_network_changed()
212 void wpas_notify_ap_scan_changed(struct wpa_supplicant *wpa_s) in wpas_notify_ap_scan_changed()
221 void wpas_notify_bssid_changed(struct wpa_supplicant *wpa_s) in wpas_notify_bssid_changed()
232 void wpas_notify_auth_changed(struct wpa_supplicant *wpa_s) in wpas_notify_auth_changed()
241 void wpas_notify_network_enabled_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_enabled_changed()
251 void wpas_notify_network_selected(struct wpa_supplicant *wpa_s, in wpas_notify_network_selected()
261 void wpas_notify_network_request(struct wpa_supplicant *wpa_s, in wpas_notify_network_request()
275 void wpas_notify_scanning(struct wpa_supplicant *wpa_s) in wpas_notify_scanning()
285 void wpas_notify_scan_done(struct wpa_supplicant *wpa_s, int success) in wpas_notify_scan_done()
294 void wpas_notify_scan_results(struct wpa_supplicant *wpa_s) in wpas_notify_scan_results()
303 void wpas_notify_wps_credential(struct wpa_supplicant *wpa_s, in wpas_notify_wps_credential()
316 void wpas_notify_wps_event_m2d(struct wpa_supplicant *wpa_s, in wpas_notify_wps_event_m2d()
328 void wpas_notify_wps_event_fail(struct wpa_supplicant *wpa_s, in wpas_notify_wps_event_fail()
344 void wpas_notify_wps_event_success(struct wpa_supplicant *wpa_s) in wpas_notify_wps_event_success()
356 void wpas_notify_wps_event_pbc_overlap(struct wpa_supplicant *wpa_s) in wpas_notify_wps_event_pbc_overlap()
369 void wpas_notify_network_added(struct wpa_supplicant *wpa_s, in wpas_notify_network_added()
388 void wpas_notify_persistent_group_added(struct wpa_supplicant *wpa_s, in wpas_notify_persistent_group_added()
398 void wpas_notify_persistent_group_removed(struct wpa_supplicant *wpa_s, in wpas_notify_persistent_group_removed()
408 void wpas_notify_network_removed(struct wpa_supplicant *wpa_s, in wpas_notify_network_removed()
427 void wpas_notify_bss_added(struct wpa_supplicant *wpa_s, in wpas_notify_bss_added()
439 void wpas_notify_bss_removed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_removed()
451 void wpas_notify_bss_freq_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_freq_changed()
461 void wpas_notify_bss_signal_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_signal_changed()
472 void wpas_notify_bss_privacy_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_privacy_changed()
483 void wpas_notify_bss_mode_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_mode_changed()
493 void wpas_notify_bss_wpaie_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_wpaie_changed()
503 void wpas_notify_bss_rsnie_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_rsnie_changed()
513 void wpas_notify_bss_wps_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_wps_changed()
525 void wpas_notify_bss_ies_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_ies_changed()
535 void wpas_notify_bss_rates_changed(struct wpa_supplicant *wpa_s, in wpas_notify_bss_rates_changed()
545 void wpas_notify_bss_seen(struct wpa_supplicant *wpa_s, unsigned int id) in wpas_notify_bss_seen()
554 void wpas_notify_blob_added(struct wpa_supplicant *wpa_s, const char *name) in wpas_notify_blob_added()
563 void wpas_notify_blob_removed(struct wpa_supplicant *wpa_s, const char *name) in wpas_notify_blob_removed()
592 struct wpa_supplicant *wpa_s; in wpas_notify_suspend()
605 struct wpa_supplicant *wpa_s; in wpas_notify_resume()
626 void wpas_notify_p2p_find_stopped(struct wpa_supplicant *wpa_s) in wpas_notify_p2p_find_stopped()
635 void wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_device_found()
654 void wpas_notify_p2p_device_lost(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_device_lost()
666 void wpas_notify_p2p_group_removed(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_group_removed()
678 void wpas_notify_p2p_go_neg_req(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_go_neg_req()
687 void wpas_notify_p2p_go_neg_completed(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_go_neg_completed()
696 void wpas_notify_p2p_invitation_result(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_invitation_result()
705 void wpas_notify_p2p_sd_request(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_sd_request()
715 void wpas_notify_p2p_sd_response(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_sd_response()
740 void wpas_notify_p2p_provision_discovery(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_provision_discovery()
757 void wpas_notify_p2p_group_started(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_group_started()
770 void wpas_notify_p2p_group_formation_failure(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_group_formation_failure()
780 void wpas_notify_p2p_wps_failed(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_wps_failed()
787 void wpas_notify_p2p_invitation_received(struct wpa_supplicant *wpa_s, in wpas_notify_p2p_invitation_received()
802 static void wpas_notify_ap_sta_authorized(struct wpa_supplicant *wpa_s, in wpas_notify_ap_sta_authorized()
827 static void wpas_notify_ap_sta_deauthorized(struct wpa_supplicant *wpa_s, in wpas_notify_ap_sta_deauthorized()
849 void wpas_notify_sta_authorized(struct wpa_supplicant *wpa_s, in wpas_notify_sta_authorized()
860 void wpas_notify_certification(struct wpa_supplicant *wpa_s, int depth, in wpas_notify_certification()
899 void wpas_notify_preq(struct wpa_supplicant *wpa_s, in wpas_notify_preq()
909 void wpas_notify_eap_status(struct wpa_supplicant *wpa_s, const char *status, in wpas_notify_eap_status()
919 void wpas_notify_eap_error(struct wpa_supplicant *wpa_s, int error_code) in wpas_notify_eap_error()
927 void wpas_notify_network_bssid_set_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_bssid_set_changed()
942 void wpas_notify_network_type_changed(struct wpa_supplicant *wpa_s, in wpas_notify_network_type_changed()
962 void wpas_notify_anqp_query_done(struct wpa_supplicant *wpa_s, const u8* bssid, in wpas_notify_anqp_query_done()
974 void wpas_notify_hs20_icon_query_done(struct wpa_supplicant *wpa_s, const u8* bssid, in wpas_notify_hs20_icon_query_done()
987 void wpas_notify_hs20_rx_subscription_remediation(struct wpa_supplicant *wpa_s, in wpas_notify_hs20_rx_subscription_remediation()
999 void wpas_notify_hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, in wpas_notify_hs20_rx_deauth_imminent_notice()
1015 void wpas_notify_mesh_group_started(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_group_started()
1025 void wpas_notify_mesh_group_removed(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_group_removed()
1037 void wpas_notify_mesh_peer_connected(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_peer_connected()
1047 void wpas_notify_mesh_peer_disconnected(struct wpa_supplicant *wpa_s, in wpas_notify_mesh_peer_disconnected()
1064 void wpas_notify_dpp_config_received(struct wpa_supplicant *wpa_s, in wpas_notify_dpp_config_received()
1075 void wpas_notify_dpp_config_sent(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_config_sent()
1086 void wpas_notify_dpp_auth_success(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_auth_success()
1096 void wpas_notify_dpp_resp_pending(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_resp_pending()
1107 void wpas_notify_dpp_not_compatible(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_not_compatible()
1117 void wpas_notify_dpp_missing_auth(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_missing_auth()
1127 void wpas_notify_dpp_configuration_failure(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_configuration_failure()
1137 void wpas_notify_dpp_timeout(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_timeout()
1147 void wpas_notify_dpp_auth_failure(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_auth_failure()
1157 void wpas_notify_dpp_failure(struct wpa_supplicant *wpa_s) in wpas_notify_dpp_failure()