Searched refs:ev_type (Results 1 – 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp.h | 32 void *priv, enum upnp_wps_wlanevent_type ev_type, 46 enum upnp_wps_wlanevent_type ev_type,
|
D | wps_upnp.c | 811 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() argument 827 os_snprintf(type, sizeof(type), "%1u", ev_type); in upnp_wps_device_send_wlan_event() 834 *(raw + pos) = (u8) ev_type; in upnp_wps_device_send_wlan_event() 853 sm->wlanevent_type = ev_type; in upnp_wps_device_send_wlan_event()
|
D | wps_upnp_web.c | 580 int ev_type; in web_process_put_wlan_response() local 605 ev_type = atol(val); in web_process_put_wlan_response() 643 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) { in web_process_put_wlan_response() 656 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type, in web_process_put_wlan_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp.h | 32 void *priv, enum upnp_wps_wlanevent_type ev_type, 46 enum upnp_wps_wlanevent_type ev_type,
|
D | wps_upnp.c | 789 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() argument 805 os_snprintf(type, sizeof(type), "%1u", ev_type); in upnp_wps_device_send_wlan_event() 812 *(raw + pos) = (u8) ev_type; in upnp_wps_device_send_wlan_event() 831 sm->wlanevent_type = ev_type; in upnp_wps_device_send_wlan_event()
|
D | wps_upnp_web.c | 580 int ev_type; in web_process_put_wlan_response() local 605 ev_type = atol(val); in web_process_put_wlan_response() 643 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) { in web_process_put_wlan_response() 656 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type, in web_process_put_wlan_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 1508 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() argument 1517 MACSTR, ev_type, MAC2STR(mac_addr)); in hostapd_rx_req_put_wlan_response() 1520 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { in hostapd_rx_req_put_wlan_response() 1522 "PutWLANResponse WLANEventType %d", ev_type); in hostapd_rx_req_put_wlan_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 1693 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() argument 1702 MACSTR, ev_type, MAC2STR(mac_addr)); in hostapd_rx_req_put_wlan_response() 1705 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { in hostapd_rx_req_put_wlan_response() 1707 "PutWLANResponse WLANEventType %d", ev_type); in hostapd_rx_req_put_wlan_response()
|