Home | History | Annotate | Download | only in wps

Lines Matching refs:msg_type

997 	if (attr.msg_type == NULL) {
1002 switch (*attr.msg_type) {
1026 *attr.msg_type);
1037 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) {
1064 if (attr.msg_type == NULL) {
1069 if (*attr.msg_type != WPS_WSC_ACK) {
1071 *attr.msg_type);
1116 if (attr.msg_type == NULL) {
1121 if (*attr.msg_type != WPS_WSC_NACK) {
1123 *attr.msg_type);
1191 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) {
1192 if (*attr.msg_type == WPS_WSC_ACK)
1194 else if (*attr.msg_type == WPS_WSC_NACK)