Lines Matching refs:resp
75 struct cfctrl_rsp *resp; in cfcnfg_create() local
90 resp = cfctrl_get_respfuncs(this->ctrl); in cfcnfg_create()
91 resp->enum_rsp = cfctrl_enum_resp; in cfcnfg_create()
92 resp->linkerror_ind = cfctrl_resp_func; in cfcnfg_create()
93 resp->linkdestroy_rsp = cfcnfg_linkdestroy_rsp; in cfcnfg_create()
94 resp->sleep_rsp = cfctrl_resp_func; in cfcnfg_create()
95 resp->wake_rsp = cfctrl_resp_func; in cfcnfg_create()
96 resp->restart_rsp = cfctrl_resp_func; in cfcnfg_create()
97 resp->radioset_rsp = cfctrl_resp_func; in cfcnfg_create()
98 resp->linksetup_rsp = cfcnfg_linkup_rsp; in cfcnfg_create()
99 resp->reject_rsp = cfcnfg_reject_rsp; in cfcnfg_create()