Searched refs:afc_req (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/ |
D | wlan_cfg80211_afc.c | 151 struct wlan_afc_host_request *afc_req) in afc_expiry_event_update_or_get_len() argument 174 afc_req->req_id)) { in afc_expiry_event_update_or_get_len() 184 (afc_req->version_major << 16) | in afc_expiry_event_update_or_get_len() 185 afc_req->version_minor)) { in afc_expiry_event_update_or_get_len() 195 afc_req->min_des_power)) { in afc_expiry_event_update_or_get_len() 205 afc_req->afc_location->deployment_type)) { in afc_expiry_event_update_or_get_len() 224 for (i = 0; i < afc_req->freq_lst->num_ranges; i++) { in afc_expiry_event_update_or_get_len() 238 afc_req->freq_lst->range_objs[i].lowfreq) || in afc_expiry_event_update_or_get_len() 241 afc_req->freq_lst->range_objs[i].highfreq))) { in afc_expiry_event_update_or_get_len() 243 afc_req->freq_lst->num_ranges); in afc_expiry_event_update_or_get_len() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ |
D | wlan_reg_ucfg_api.c | 274 struct wlan_afc_host_request **afc_req, in ucfg_reg_get_afc_req_info() argument 279 status = reg_get_afc_req_info(pdev, afc_req); in ucfg_reg_get_afc_req_info() 282 reg_dmn_set_afc_req_id(*afc_req, req_id); in ucfg_reg_get_afc_req_info() 289 struct wlan_afc_host_request *afc_req) in ucfg_reg_free_afc_req() argument 291 reg_free_afc_req(pdev, afc_req); in ucfg_reg_free_afc_req()
|
/wlan-driver/qca-wifi-host-cmn/umac/afc/core/src/ |
D | wlan_afc_main.c | 37 struct wlan_afc_host_request *afc_req, in wlan_send_afc_request() argument 52 afc_priv->cbs.afc_req_func(pdev, afc_req); in wlan_send_afc_request()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/inc/ |
D | wlan_cfg80211_afc.h | 61 struct wlan_afc_host_request *afc_req);
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ |
D | reg_services_common.c | 7322 reg_print_afc_req_info_header_params(struct wlan_afc_host_request *afc_req) in reg_print_afc_req_info_header_params() argument 7324 reg_debug("req_id=%llu", afc_req->req_id); in reg_print_afc_req_info_header_params() 7325 reg_debug("version_minor=%u", afc_req->version_minor); in reg_print_afc_req_info_header_params() 7326 reg_debug("version_major=%u", afc_req->version_major); in reg_print_afc_req_info_header_params() 7327 reg_debug("min_des_power=%hd", afc_req->min_des_power); in reg_print_afc_req_info_header_params() 7338 reg_print_afc_req_info_frange_list(struct wlan_afc_host_request *afc_req) in reg_print_afc_req_info_frange_list() argument 7343 p_frange_lst = afc_req->freq_lst; in reg_print_afc_req_info_frange_list() 7367 reg_print_afc_req_info_opclass_list(struct wlan_afc_host_request *afc_req) in reg_print_afc_req_info_opclass_list() argument 7374 p_opclass_obj_lst = afc_req->opclass_obj_lst; in reg_print_afc_req_info_opclass_list() 7406 reg_print_afc_req_info_location(struct wlan_afc_host_request *afc_req) in reg_print_afc_req_info_location() argument [all …]
|
D | reg_services_common.h | 1784 struct wlan_afc_host_request *afc_req); 1797 struct wlan_afc_host_request **afc_req); 1808 struct wlan_afc_host_request *afc_req); 2625 void reg_dmn_set_afc_req_id(struct wlan_afc_host_request *afc_req,
|
/wlan-driver/qca-wifi-host-cmn/umac/afc/core/inc/ |
D | wlan_afc_main.h | 87 struct wlan_afc_host_request *afc_req);
|
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ |
D | wlan_reg_ucfg_api.h | 375 struct wlan_afc_host_request **afc_req, 388 struct wlan_afc_host_request *afc_req);
|
D | reg_services_public_struct.h | 2345 struct wlan_afc_host_request *afc_req,
|