Home
last modified time | relevance | path

Searched refs:set_sel_reg (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/wpa/src/wps/
HDwps_er.c1392 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_DONE; in wps_er_http_set_sel_reg_cb()
1393 data.set_sel_reg.uuid = ap->uuid; in wps_er_http_set_sel_reg_cb()
1399 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_FAILED; in wps_er_http_set_sel_reg_cb()
1400 data.set_sel_reg.uuid = ap->uuid; in wps_er_http_set_sel_reg_cb()
1406 if (data.set_sel_reg.uuid) in wps_er_http_set_sel_reg_cb()
1538 data.set_sel_reg.sel_reg = sel_reg; in wps_er_set_sel_reg()
1539 data.set_sel_reg.dev_passwd_id = dev_passwd_id; in wps_er_set_sel_reg()
1540 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods; in wps_er_set_sel_reg()
1541 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_START; in wps_er_set_sel_reg()
1548 data.set_sel_reg.uuid = ap->uuid; in wps_er_set_sel_reg()
HDwps.h542 } set_sel_reg; member
/trueos/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c734 &data->set_sel_reg); in wpa_supplicant_wps_event()