HomeSort by relevance Sort by last modified time
    Searched refs:WSC_MSG (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 28 WSC_MSG = 0x04,
wps_enrollee.c 410 *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:
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 420 *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");
    [all...]
wps_registrar.c     [all...]
wps.h 22 WSC_MSG = 0x04,
wps_er.c 1082 wps_er_sta_process(sta, msg, WSC_MSG);
1110 enum wsc_op_code op_code = WSC_MSG;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 353 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 392 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 406 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 456 if (op_code != WSC_ACK && op_code != WSC_NACK && op_code != WSC_MSG &&

Completed in 49 milliseconds