Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/regulatory/inc/
H A Dwlan_reg_afc.h89 struct wlan_afc_opclass_obj_list *opclass_obj_lst; member
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
H A Dwlan_cfg80211_afc.c264 for (i = 0; i < afc_req->opclass_obj_lst->num_opclass_objs; i++) { in afc_expiry_event_update_or_get_len()
275 afc_opclass_obj = &afc_req->opclass_obj_lst->opclass_objs[i]; in afc_expiry_event_update_or_get_len()
282 afc_req->opclass_obj_lst->num_opclass_objs); in afc_expiry_event_update_or_get_len()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c7374 p_opclass_obj_lst = afc_req->opclass_obj_lst; in reg_print_afc_req_info_opclass_list()
7467 reg_free_afc_opclass_list(struct wlan_afc_opclass_obj_list *opclass_obj_lst) in reg_free_afc_opclass_list() argument
7471 if (!opclass_obj_lst) in reg_free_afc_opclass_list()
7474 num_opclass_objs = opclass_obj_lst->num_opclass_objs; in reg_free_afc_opclass_list()
7475 if (opclass_obj_lst->opclass_objs) in reg_free_afc_opclass_list()
7476 reg_free_afc_opclass_objs(opclass_obj_lst->opclass_objs, in reg_free_afc_opclass_list()
7478 qdf_mem_free(opclass_obj_lst); in reg_free_afc_opclass_list()
7521 reg_free_afc_opclass_list(afc_req->opclass_obj_lst); in reg_free_afc_req()
7542 struct wlan_afc_opclass_obj_list *opclass_obj_lst; in reg_fill_afc_opclass_obj_lst() local
7557 opclass_obj_lst = qdf_mem_malloc(sizeof(*opclass_obj_lst)); in reg_fill_afc_opclass_obj_lst()
[all …]