Searched refs:WSC_MSG (Results 1 - 23 of 23) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.h28 WSC_MSG = 0x04, enumerator in enum:wsc_op_code
H A Dwps_enrollee.c410 *op_code = WSC_MSG;
414 *op_code = WSC_MSG;
418 *op_code = WSC_MSG;
422 *op_code = WSC_MSG;
452 if (*op_code == WSC_MSG && msg) {
980 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
1200 case WSC_MSG:
H A Dwps_registrar.c1475 *op_code = WSC_MSG;
1497 *op_code = WSC_MSG;
1501 *op_code = WSC_MSG;
1505 *op_code = WSC_MSG;
1509 *op_code = WSC_MSG;
1513 *op_code = WSC_MSG;
1530 if (*op_code == WSC_MSG && msg) {
2169 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
2518 if (wps->wps->wps_upnp && op_code == WSC_MSG && wps->ext_reg == 1) {
2528 (op_code == WSC_MSG || op_cod
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_enrollee.c420 *op_code = WSC_MSG;
424 *op_code = WSC_MSG;
428 *op_code = WSC_MSG;
432 *op_code = WSC_MSG;
462 if (*op_code == WSC_MSG && msg) {
1147 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
1368 case WSC_MSG:
H A Dwps_registrar.c1954 *op_code = WSC_MSG;
1976 *op_code = WSC_MSG;
1980 *op_code = WSC_MSG;
1984 *op_code = WSC_MSG;
1988 *op_code = WSC_MSG;
1992 *op_code = WSC_MSG;
2009 if (*op_code == WSC_MSG && msg) {
2843 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
3194 if (wps->wps->wps_upnp && op_code == WSC_MSG && wps->ext_reg == 1) {
3204 (op_code == WSC_MSG || op_cod
[all...]
H A Dwps.h22 WSC_MSG = 0x04, enumerator in enum:wsc_op_code
H A Dwps_er.c1082 wps_er_sta_process(sta, msg, WSC_MSG);
1110 enum wsc_op_code op_code = WSC_MSG;
1717 op_code = WSC_MSG;
/external/wpa_supplicant_8/src/wps/
H A Dwps_enrollee.c420 *op_code = WSC_MSG;
424 *op_code = WSC_MSG;
428 *op_code = WSC_MSG;
432 *op_code = WSC_MSG;
462 if (*op_code == WSC_MSG && msg) {
1147 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
1368 case WSC_MSG:
H A Dwps_registrar.c1954 *op_code = WSC_MSG;
1976 *op_code = WSC_MSG;
1980 *op_code = WSC_MSG;
1984 *op_code = WSC_MSG;
1988 *op_code = WSC_MSG;
1992 *op_code = WSC_MSG;
2009 if (*op_code == WSC_MSG && msg) {
2843 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
3194 if (wps->wps->wps_upnp && op_code == WSC_MSG && wps->ext_reg == 1) {
3204 (op_code == WSC_MSG || op_cod
[all...]
H A Dwps.h22 WSC_MSG = 0x04, enumerator in enum:wsc_op_code
H A Dwps_er.c1082 wps_er_sta_process(sta, msg, WSC_MSG);
1110 enum wsc_op_code op_code = WSC_MSG;
1717 op_code = WSC_MSG;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_enrollee.c420 *op_code = WSC_MSG;
424 *op_code = WSC_MSG;
428 *op_code = WSC_MSG;
432 *op_code = WSC_MSG;
462 if (*op_code == WSC_MSG && msg) {
1147 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
1368 case WSC_MSG:
H A Dwps_registrar.c1954 *op_code = WSC_MSG;
1976 *op_code = WSC_MSG;
1980 *op_code = WSC_MSG;
1984 *op_code = WSC_MSG;
1988 *op_code = WSC_MSG;
1992 *op_code = WSC_MSG;
2009 if (*op_code == WSC_MSG && msg) {
2843 wpa_printf(MSG_DEBUG, "WPS: Received WSC_MSG");
3194 if (wps->wps->wps_upnp && op_code == WSC_MSG && wps->ext_reg == 1) {
3204 (op_code == WSC_MSG || op_cod
[all...]
H A Dwps.h22 WSC_MSG = 0x04, enumerator in enum:wsc_op_code
H A Dwps_er.c1082 wps_er_sta_process(sta, msg, WSC_MSG);
1110 enum wsc_op_code op_code = WSC_MSG;
1717 op_code = WSC_MSG;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c353 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_wsc.c392 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_wsc.c406 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_wsc.c406 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c406 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c456 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c456 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c456 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&

Completed in 81 milliseconds