Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss_genl/
Dcnss_nl.c44 struct cld_ops { struct
50 struct cld_ops cld_ops[CLD80211_MAX_COMMANDS]; argument
85 info->user_ptr[0] = nl->cld_ops[cmd_id - 1].cb; in cld80211_pre_doit()
86 info->user_ptr[1] = nl->cld_ops[cmd_id - 1].cb_ctx; in cld80211_pre_doit()
101 info->user_ptr[0] = nl->cld_ops[cmd_id - 1].cb; in cld80211_pre_doit()
102 info->user_ptr[1] = nl->cld_ops[cmd_id - 1].cb_ctx; in cld80211_pre_doit()
134 nl->cld_ops[cmd_id - 1].cb = func; in register_cld_cmd_cb()
135 nl->cld_ops[cmd_id - 1].cb_ctx = cb_ctx; in register_cld_cmd_cb()
151 nl->cld_ops[cmd_id - 1].cb = NULL; in deregister_cld_cmd_cb()
152 nl->cld_ops[cmd_id - 1].cb_ctx = NULL; in deregister_cld_cmd_cb()