Searched refs:set_sel_reg_cb (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.h | 313 * set_sel_reg_cb - Callback for reporting selected registrar changes 327 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id, member
|
H A D | wps_registrar.c | 156 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id, member 682 reg->set_sel_reg_cb = cfg->set_sel_reg_cb; in wps_registrar_init() 1271 if (reg->set_sel_reg_cb == NULL) in wps_cb_set_sel_reg() 1287 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar, in wps_cb_set_sel_reg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.h | 314 * set_sel_reg_cb - Callback for reporting selected registrar changes 328 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id, member
|
H A D | wps_registrar.c | 157 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id, member 683 reg->set_sel_reg_cb = cfg->set_sel_reg_cb; in wps_registrar_init() 1272 if (reg->set_sel_reg_cb == NULL) in wps_cb_set_sel_reg() 1288 reg->set_sel_reg_cb(reg->cb_ctx, reg->selected_registrar, in wps_cb_set_sel_reg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wps_supplicant.c | 1613 rcfg.set_sel_reg_cb = wpas_wps_set_sel_reg_cb; in wpas_wps_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wps_supplicant.c | 1656 rcfg.set_sel_reg_cb = wpas_wps_set_sel_reg_cb; in wpas_wps_init()
|
Completed in 20 milliseconds