Home
last modified time | relevance | path

Searched refs:hostapdApCbParm (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.c486 struct HostapdApCbParm hostapdApCbParm = {}; in hostapd_cleanup() local
488 os_memcpy(hostapdApCbParm.content, WPA_EVENT_TERMINATING, contentLen); in hostapd_cleanup()
489 hostapdApCbParm.content[contentLen] = '\0'; in hostapd_cleanup()
490 hostapdApCbParm.id = 0; in hostapd_cleanup()
491 wpa_printf(MSG_INFO, "%s HOSTAPD_EVENT_AP_STATE %s%d", __func__, hostapdApCbParm.content, hostapdApCbParm.id); in hostapd_cleanup()
492 HostapdEventReport(hapd->conf->iface, HOSTAPD_EVENT_AP_STATE, (void *) &hostapdApCbParm); in hostapd_cleanup()
1763 struct HostapdApCbParm hostapdApCbParm = {}; in setup_interface2() local
1765 os_memcpy(hostapdApCbParm.content, AP_EVENT_DISABLED, contentLen); in setup_interface2()
1766 hostapdApCbParm in setup_interface2()
2029 struct HostapdApCbParm hostapdApCbParm = {}; hostapd_setup_interface_complete_sync() local
2296 struct HostapdApCbParm hostapdApCbParm = {}; hostapd_setup_interface_complete() local
2452 struct HostapdApCbParm hostapdApCbParm = {}; hostapd_bss_deinit() local
2863 struct HostapdApCbParm hostapdApCbParm = {}; hostapd_disable_iface() local
[all...]
H A Dsta_info.c1367 struct HostapdApCbParm hostapdApCbParm = {}; in ap_sta_set_authorized() local
1368 result = os_snprintf((char *)hostapdApCbParm.content, WIFI_HOSTAPD_CB_CONTENT_LENGTH, AP_STA_CONNECTED "%s%s%s", in ap_sta_set_authorized()
1373 hostapdApCbParm.id = 0; in ap_sta_set_authorized()
1375 log_buf, anonymize_ip(ip_addr), keyid_buf, hostapdApCbParm.id); in ap_sta_set_authorized()
1376 HostapdEventReport(hapd->conf->iface, HOSTAPD_EVENT_STA_JOIN, (void *) &hostapdApCbParm); in ap_sta_set_authorized()
1385 struct HostapdApCbParm hostapdApCbParm = {}; in ap_sta_set_authorized() local
1386 result = os_snprintf((char *)hostapdApCbParm.content, WIFI_HOSTAPD_CB_CONTENT_LENGTH, in ap_sta_set_authorized()
1391 hostapdApCbParm.id = 0; in ap_sta_set_authorized()
1393 log_buf, anonymize_ip(ip_addr), keyid_buf, hostapdApCbParm.id); in ap_sta_set_authorized()
1394 HostapdEventReport(hapd->conf->iface, HOSTAPD_EVENT_STA_JOIN, (void *) &hostapdApCbParm); in ap_sta_set_authorized()
1438 struct HostapdApCbParm hostapdApCbParm = {}; ap_sta_set_authorized() local
[all...]
H A Ddrv_callbacks.c1035 struct HostapdApCbParm hostapdApCbParm = {}; in hostapd_event_ch_switch() local
1036 int result = os_snprintf((char*)hostapdApCbParm.content, WIFI_HOSTAPD_CB_CONTENT_LENGTH, in hostapd_event_ch_switch()
1041 hostapdApCbParm.id = 0; in hostapd_event_ch_switch()
1042 wpa_printf(MSG_INFO, "1: %s AP_CSA_FINISHED %s", __func__, hostapdApCbParm.content); in hostapd_event_ch_switch()
1043 HostapdEventReport(hapd->conf->iface, HOSTAPD_EVENT_AP_STATE, (void *) &hostapdApCbParm); in hostapd_event_ch_switch()
1050 struct HostapdApCbParm hostapdApCbParm = {}; in hostapd_event_ch_switch() local
1051 int result = os_snprintf((char*)hostapdApCbParm.content, WIFI_HOSTAPD_CB_CONTENT_LENGTH, in hostapd_event_ch_switch()
1056 hostapdApCbParm.id = 0; in hostapd_event_ch_switch()
1057 wpa_printf(MSG_INFO, "1: %s AP_CSA_FINISHED %s", __func__, hostapdApCbParm.content); in hostapd_event_ch_switch()
1058 HostapdEventReport(hapd->conf->iface, HOSTAPD_EVENT_AP_STATE, (void *) &hostapdApCbParm); in hostapd_event_ch_switch()
[all...]
H A Dwpa_auth_glue.c271 struct HostapdApCbParm hostapdApCbParm = {}; in hostapd_wpa_auth_psk_failure_report() local
272 int result = os_snprintf((char *)hostapdApCbParm.content, WIFI_HOSTAPD_CB_CONTENT_LENGTH, in hostapd_wpa_auth_psk_failure_report()
277 hostapdApCbParm.id = 0; in hostapd_wpa_auth_psk_failure_report()
279 get_anonymized_result_setnetwork_for_bssid((char *)hostapdApCbParm.content), hostapdApCbParm.id); in hostapd_wpa_auth_psk_failure_report()
280 HostapdEventReport(hapd->conf->iface, HOSTAPD_EVENT_AP_STATE, (void *) &hostapdApCbParm); in hostapd_wpa_auth_psk_failure_report()

Completed in 9 milliseconds