Searched refs:action_len (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_upnp_web.c | 757 const char *action, int action_len, in web_connection_send_reply() argument 779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply() 821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply() 836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply() 862 size_t *action_len) in web_get_action() argument 869 *action_len = 0; in web_get_action() 895 *action_len = b - action; in web_get_action() 926 size_t action_len = 0; in web_connection_parse_post() local 938 action = web_get_action(req, &action_len); in web_connection_parse_post() 942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_upnp_web.c | 757 const char *action, int action_len, in web_connection_send_reply() argument 779 (action_len > 0 ? action_len * 2 : 0)); in web_connection_send_reply() 821 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply() 836 wpabuf_put_data(buf, action, action_len); in web_connection_send_reply() 862 size_t *action_len) in web_get_action() argument 869 *action_len = 0; in web_get_action() 895 *action_len = b - action; in web_get_action() 926 size_t action_len = 0; in web_connection_parse_post() local 938 action = web_get_action(req, &action_len); in web_connection_parse_post() 942 if (!os_strncasecmp("GetDeviceInfo", action, action_len)) in web_connection_parse_post() [all …]
|