/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.h | 32 void *priv, enum upnp_wps_wlanevent_type ev_type, 46 enum upnp_wps_wlanevent_type ev_type,
|
H A D | wps_upnp.c | 779 * @ev_type: Event type 789 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() 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() 787 upnp_wps_device_send_wlan_event(struct upnp_wps_device_sm *sm, const u8 from_mac_addr[ETH_ALEN], enum upnp_wps_wlanevent_type ev_type, const struct wpabuf *msg) upnp_wps_device_send_wlan_event() argument
|
H A 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_standard/src/wps/ |
H A D | wps_upnp.h | 32 void *priv, enum upnp_wps_wlanevent_type ev_type, 46 enum upnp_wps_wlanevent_type ev_type,
|
H A D | wps_upnp.c | 801 * @ev_type: Event type 811 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() 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() 809 upnp_wps_device_send_wlan_event(struct upnp_wps_device_sm *sm, const u8 from_mac_addr[ETH_ALEN], enum upnp_wps_wlanevent_type ev_type, const struct wpabuf *msg) upnp_wps_device_send_wlan_event() argument
|
H A 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/alsa-utils/seq/aplaymidi/ |
H A D | aplaymidi.c | 689 static unsigned char to_ump_status(unsigned char ev_type) in to_ump_status() argument 691 switch (ev_type) { in to_ump_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 1693 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() 1701 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr=" in hostapd_rx_req_put_wlan_response() 1702 MACSTR_SEC, ev_type, MAC2STR_SEC(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() 1692 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) hostapd_rx_req_put_wlan_response() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1508 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() 1516 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr=" in hostapd_rx_req_put_wlan_response() 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() 1507 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) hostapd_rx_req_put_wlan_response() argument
|