Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_er.c1400 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_DONE; in wps_er_http_set_sel_reg_cb()
1401 data.set_sel_reg.uuid = ap->uuid; in wps_er_http_set_sel_reg_cb()
1407 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_FAILED; in wps_er_http_set_sel_reg_cb()
1408 data.set_sel_reg.uuid = ap->uuid; in wps_er_http_set_sel_reg_cb()
1414 if (data.set_sel_reg.uuid) in wps_er_http_set_sel_reg_cb()
1540 data.set_sel_reg.sel_reg = sel_reg; in wps_er_set_sel_reg()
1541 data.set_sel_reg.dev_passwd_id = dev_passwd_id; in wps_er_set_sel_reg()
1542 data.set_sel_reg.sel_reg_config_methods = sel_reg_config_methods; in wps_er_set_sel_reg()
1543 data.set_sel_reg.state = WPS_ER_SET_SEL_REG_START; in wps_er_set_sel_reg()
1550 data.set_sel_reg.uuid = ap->uuid; in wps_er_set_sel_reg()
Dwps.h609 } set_sel_reg; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c907 &data->set_sel_reg); in wpa_supplicant_wps_event()