Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/regulatory/inc/
Dwlan_reg_afc.h69 struct wlan_afc_opclass_obj *opclass_objs; member
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
Dwlan_cfg80211_afc.c275 afc_opclass_obj = &afc_req->opclass_obj_lst->opclass_objs[i]; in afc_expiry_event_update_or_get_len()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_services_common.c7261 reg_free_afc_opclass_objs(struct wlan_afc_opclass_obj *opclass_objs, in reg_free_afc_opclass_objs() argument
7269 opclass_obj = &opclass_objs[i]; in reg_free_afc_opclass_objs()
7272 qdf_mem_free(opclass_objs); in reg_free_afc_opclass_objs()
7382 p_opclass_obj = p_opclass_obj_lst->opclass_objs; in reg_print_afc_req_info_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()
7593 opclass_obj_lst->opclass_objs = l_opclass_objs; in reg_fill_afc_opclass_obj_lst()