Home | History | Annotate | Download | only in wps

Lines Matching refs:msg_type

2180 	if (attr.msg_type == NULL) {
2185 if (*attr.msg_type != WPS_M1 &&
2193 switch (*attr.msg_type) {
2225 *attr.msg_type);
2256 if (attr.msg_type == NULL) {
2261 if (*attr.msg_type != WPS_WSC_ACK) {
2263 *attr.msg_type);
2333 if (attr.msg_type == NULL) {
2338 if (*attr.msg_type != WPS_WSC_NACK) {
2340 *attr.msg_type);
2418 if (attr.msg_type == NULL) {
2423 if (*attr.msg_type != WPS_WSC_DONE) {
2425 *attr.msg_type);
2520 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type &&
2521 *attr.msg_type == WPS_M3)
2532 if (wps_parse_msg(msg, &attr) < 0 || attr.msg_type == NULL)
2535 type = *attr.msg_type;