Searched refs:ext_reg (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_registrar.c | 2118 if (wps->ext_reg > 1) in wps_registrar_get_msg() 2146 if (wps->ext_reg == 0) in wps_registrar_get_msg() 2147 wps->ext_reg = 1; in wps_registrar_get_msg() 2151 if (wps->ext_reg) { in wps_registrar_get_msg() 3144 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack() 3173 if (wps->ext_reg == 0) in wps_process_wsc_ack() 3174 wps->ext_reg = 1; in wps_process_wsc_ack() 3216 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack() 3279 (!wps->wps->wps_upnp || !wps->ext_reg)) { in wps_process_wsc_done() 3300 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done() [all …]
|
D | wps_i.h | 110 int ext_reg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_registrar.c | 2109 if (wps->ext_reg > 1) in wps_registrar_get_msg() 2137 if (wps->ext_reg == 0) in wps_registrar_get_msg() 2138 wps->ext_reg = 1; in wps_registrar_get_msg() 2142 if (wps->ext_reg) { in wps_registrar_get_msg() 3135 if (wps->wps->wps_upnp && wps->ext_reg && wps->state == RECV_M2D_ACK && in wps_process_wsc_ack() 3164 if (wps->ext_reg == 0) in wps_process_wsc_ack() 3165 wps->ext_reg = 1; in wps_process_wsc_ack() 3207 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_nack() 3270 (!wps->wps->wps_upnp || !wps->ext_reg)) { in wps_process_wsc_done() 3291 if (wps->wps->wps_upnp && wps->ext_reg) { in wps_process_wsc_done() [all …]
|
D | wps_i.h | 110 int ext_reg; member
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 980 XMMRegister ext_reg = XMMRegister::from_code(extension); in SSE2_INSTRUCTION_LIST() local 981 sse2_instr(ext_reg, reg, prefix, escape, opcode); in SSE2_INSTRUCTION_LIST() 1475 XMMRegister ext_reg = XMMRegister::from_code(extension); \ 1476 vinstr(0x##opcode, ext_reg, dst, src, k##prefix, k##escape, kWIG); \
|