Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 25 of 117) sorted by relevance

12345

/wlan-driver/qcacld-3.0/os_if/twt/src/
Dosif_twt_ext_rsp.c330 int response_type, attr; in osif_twt_setup_pack_resp_nlmsg() local
351 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID; in osif_twt_setup_pack_resp_nlmsg()
352 if (nla_put_u8(reply_skb, attr, event->params.dialog_id)) { in osif_twt_setup_pack_resp_nlmsg()
357 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_STATUS; in osif_twt_setup_pack_resp_nlmsg()
360 if (nla_put_u8(reply_skb, attr, vendor_status)) { in osif_twt_setup_pack_resp_nlmsg()
377 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_RESP_TYPE; in osif_twt_setup_pack_resp_nlmsg()
378 if (nla_put_u8(reply_skb, attr, response_type)) { in osif_twt_setup_pack_resp_nlmsg()
383 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE; in osif_twt_setup_pack_resp_nlmsg()
384 if (nla_put_u8(reply_skb, attr, event->additional_params.announce)) { in osif_twt_setup_pack_resp_nlmsg()
393 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_WAKE_DURATION; in osif_twt_setup_pack_resp_nlmsg()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_vfs.h46 struct qdf_vfs_attr *attr);
59 struct qdf_vfs_attr *attr);
72 struct qdf_vf_bin_attr *attr);
85 struct qdf_vf_bin_attr *attr);
89 struct qdf_vfs_attr *attr) in qdf_vfs_set_file_attributes() argument
91 return __qdf_vfs_set_file_attributes(devobj, attr); in qdf_vfs_set_file_attributes()
96 struct qdf_vfs_attr *attr) in qdf_vfs_clear_file_attributes() argument
98 return __qdf_vfs_clear_file_attributes(devobj, attr); in qdf_vfs_clear_file_attributes()
103 struct qdf_vf_bin_attr *attr) in qdf_vfs_create_binfile() argument
105 return __qdf_vfs_create_binfile(devobj, attr); in qdf_vfs_create_binfile()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_vfs.c32 struct qdf_vfs_attr *attr) in qdf_vfs_set_file_attributes() argument
36 if (!devobj || !attr) in qdf_vfs_set_file_attributes()
40 (struct attribute_group *)attr); in qdf_vfs_set_file_attributes()
49 struct qdf_vfs_attr *attr) in qdf_vfs_clear_file_attributes() argument
51 if (!devobj || !attr) in qdf_vfs_clear_file_attributes()
55 (struct attribute_group *)attr); in qdf_vfs_clear_file_attributes()
63 qdf_vfs_create_binfile(struct qdf_dev_obj *devobj, struct qdf_vf_bin_attr *attr) in qdf_vfs_create_binfile() argument
67 if (!devobj || !attr) in qdf_vfs_create_binfile()
71 (struct bin_attribute *)attr); in qdf_vfs_create_binfile()
79 qdf_vfs_delete_binfile(struct qdf_dev_obj *devobj, struct qdf_vf_bin_attr *attr) in qdf_vfs_delete_binfile() argument
[all …]
Di_qdf_vfs.h45 struct qdf_vfs_attr *attr) in __qdf_vfs_set_file_attributes() argument
50 (struct attribute_group *)attr); in __qdf_vfs_set_file_attributes()
66 struct qdf_vfs_attr *attr) in __qdf_vfs_clear_file_attributes() argument
69 (struct attribute_group *)attr); in __qdf_vfs_clear_file_attributes()
85 struct qdf_vf_bin_attr *attr) in __qdf_vfs_create_binfile() argument
90 (struct bin_attribute *)attr); in __qdf_vfs_create_binfile()
106 struct qdf_vf_bin_attr *attr) in __qdf_vfs_delete_binfile() argument
109 (struct bin_attribute *)attr); in __qdf_vfs_delete_binfile()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_dp_trace.c35 struct kobj_attribute *attr, in __hdd_sysfs_dp_trace_store() argument
88 struct kobj_attribute *attr, in hdd_sysfs_dp_trace_store() argument
106 errno_size = __hdd_sysfs_dp_trace_store(hdd_ctx, attr, in hdd_sysfs_dp_trace_store()
122 struct kobj_attribute *attr, in __hdd_sysfs_dump_dp_trace_store() argument
171 struct kobj_attribute *attr, in hdd_sysfs_dump_dp_trace_store() argument
188 errno_size = __hdd_sysfs_dump_dp_trace_store(hdd_ctx, attr, in hdd_sysfs_dump_dp_trace_store()
198 struct kobj_attribute *attr, char *buf) in __hdd_sysfs_dump_dp_trace_show() argument
209 struct kobj_attribute *attr, in hdd_sysfs_dump_dp_trace_show() argument
226 errno_size = __hdd_sysfs_dump_dp_trace_show(hdd_ctx, attr, buf); in hdd_sysfs_dump_dp_trace_show()
239 struct kobj_attribute *attr, in __hdd_sysfs_clear_dp_trace_store() argument
[all …]
Dwlan_hdd_sysfs_rf_test_mode.c25 struct kobj_attribute *attr, in __hdd_sysfs_rf_test_mode_show() argument
44 struct kobj_attribute *attr, in hdd_sysfs_rf_test_mode_show() argument
61 errno_size = __hdd_sysfs_rf_test_mode_show(hdd_ctx, attr, buf); in hdd_sysfs_rf_test_mode_show()
70 struct kobj_attribute *attr, in __hdd_sysfs_rf_test_mode_store() argument
114 struct kobj_attribute *attr, in hdd_sysfs_rf_test_mode_store() argument
131 errno_size = __hdd_sysfs_rf_test_mode_store(hdd_ctx, attr, buf, in hdd_sysfs_rf_test_mode_store()
153 &rf_test_mode_attribute.attr); in hdd_sysfs_rf_test_mode_create()
167 sysfs_remove_file(driver_kobject, &rf_test_mode_attribute.attr); in hdd_sysfs_rf_test_mode_destroy()
Dwlan_hdd_sysfs_dp_aggregation.c34 struct kobj_attribute *attr, char *buf) in __hdd_sysfs_dp_aggregation_show() argument
46 struct kobj_attribute *attr, in hdd_sysfs_dp_aggregation_show() argument
63 errno_size = __hdd_sysfs_dp_aggregation_show(hdd_ctx, attr, buf); in hdd_sysfs_dp_aggregation_show()
72 struct kobj_attribute *attr, const char *buf, in __hdd_sysfs_dp_aggregation_store() argument
108 struct kobj_attribute *attr, in hdd_sysfs_dp_aggregation_store() argument
125 errno_size = __hdd_sysfs_dp_aggregation_store(hdd_ctx, attr, in hdd_sysfs_dp_aggregation_store()
147 &dp_aggregation_attribute.attr); in hdd_sysfs_dp_aggregation_create()
162 sysfs_remove_file(driver_kobject, &dp_aggregation_attribute.attr); in hdd_sysfs_dp_aggregation_destroy()
Dwlan_hdd_sysfs_roam_trigger_bitmap.c23 struct kobj_attribute *attr, in __hdd_sysfs_roam_trigger_bitmap_show() argument
40 struct kobj_attribute *attr, in hdd_sysfs_roam_trigger_bitmap_show() argument
57 errno_size = __hdd_sysfs_roam_trigger_bitmap_show(hdd_ctx, attr, buf); in hdd_sysfs_roam_trigger_bitmap_show()
66 struct kobj_attribute *attr, in __hdd_sysfs_roam_trigger_bitmap_store() argument
104 struct kobj_attribute *attr, in hdd_sysfs_roam_trigger_bitmap_store() argument
121 errno_size = __hdd_sysfs_roam_trigger_bitmap_store(hdd_ctx, attr, in hdd_sysfs_roam_trigger_bitmap_store()
143 &roam_trigger_bitmap_attribute.attr); in hdd_sysfs_roam_trigger_bitmap_create()
157 sysfs_remove_file(driver_kobject, &roam_trigger_bitmap_attribute.attr); in hdd_sysfs_roam_trigger_bitmap_destroy()
Dwlan_hdd_sysfs_swlm.c26 struct kobj_attribute *attr, char *buf) in __hdd_sysfs_dp_swlm_show() argument
38 struct kobj_attribute *attr, in hdd_sysfs_dp_swlm_show() argument
55 errno_size = __hdd_sysfs_dp_swlm_show(hdd_ctx, attr, buf); in hdd_sysfs_dp_swlm_show()
64 struct kobj_attribute *attr, const char *buf, in __hdd_sysfs_dp_swlm_store() argument
100 struct kobj_attribute *attr, in hdd_sysfs_dp_swlm_store() argument
117 errno_size = __hdd_sysfs_dp_swlm_store(hdd_ctx, attr, in hdd_sysfs_dp_swlm_store()
139 &dp_swlm_attribute.attr); in hdd_sysfs_dp_swlm_create()
153 sysfs_remove_file(driver_kobject, &dp_swlm_attribute.attr); in hdd_sysfs_dp_swlm_destroy()
Dwlan_hdd_sysfs_dump_in_progress.c35 struct kobj_attribute *attr, in __hdd_sysfs_dump_in_progress_store() argument
70 struct kobj_attribute *attr, in hdd_sysfs_dump_in_progress_store() argument
87 errno_size = __hdd_sysfs_dump_in_progress_store(hdd_ctx, attr, in hdd_sysfs_dump_in_progress_store()
96 struct kobj_attribute *attr, in __hdd_sysfs_dump_in_progress_show() argument
108 struct kobj_attribute *attr, in hdd_sysfs_dump_in_progress_show() argument
125 errno_size = __hdd_sysfs_dump_in_progress_show(hdd_ctx, attr, buf); in hdd_sysfs_dump_in_progress_show()
145 &dump_in_progress_attribute.attr); in hdd_sysfs_create_dump_in_progress_interface()
158 &dump_in_progress_attribute.attr); in hdd_sysfs_destroy_dump_in_progress_interface()
Dwlan_hdd_sysfs_wds_mode.c23 struct kobj_attribute *attr, in __hdd_sysfs_wds_mode_show() argument
40 struct kobj_attribute *attr, in hdd_sysfs_wds_mode_show() argument
57 errno_size = __hdd_sysfs_wds_mode_show(hdd_ctx, attr, buf); in hdd_sysfs_wds_mode_show()
66 struct kobj_attribute *attr, const char *buf, in __hdd_sysfs_wds_mode_store() argument
103 struct kobj_attribute *attr, in hdd_sysfs_wds_mode_store() argument
120 errno_size = __hdd_sysfs_wds_mode_store(hdd_ctx, attr, in hdd_sysfs_wds_mode_store()
142 &wds_mode_attribute.attr); in hdd_sysfs_wds_mode_create()
156 sysfs_remove_file(driver_kobject, &wds_mode_attribute.attr); in hdd_sysfs_wds_mode_destroy()
Dwlan_hdd_bss_transition.c61 struct nlattr *attr; in wlan_hdd_fill_btm_resp() local
63 attr = nla_nest_start(reply_skb, index); in wlan_hdd_fill_btm_resp()
64 if (!attr) { in wlan_hdd_fill_btm_resp()
81 nla_nest_end(reply_skb, attr); in wlan_hdd_fill_btm_resp()
123 struct nlattr *attr; in __wlan_hdd_cfg80211_fetch_bss_transition_status() local
172 nla_for_each_nested(attr, in __wlan_hdd_cfg80211_fetch_bss_transition_status()
177 attr, btm_cand_list_policy); in __wlan_hdd_cfg80211_fetch_bss_transition_status()
225 attr = nla_nest_start(skb, in __wlan_hdd_cfg80211_fetch_bss_transition_status()
227 if (!attr) { in __wlan_hdd_cfg80211_fetch_bss_transition_status()
255 nla_nest_end(skb, attr); in __wlan_hdd_cfg80211_fetch_bss_transition_status()
Dwlan_hdd_twt.c820 int i, attr; in hdd_twt_pack_get_params_resp_nlmsg() local
840 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_MAC_ADDR; in hdd_twt_pack_get_params_resp_nlmsg()
841 if (nla_put(reply_skb, attr, QDF_MAC_ADDR_SIZE, in hdd_twt_pack_get_params_resp_nlmsg()
849 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_ID; in hdd_twt_pack_get_params_resp_nlmsg()
850 if (nla_put_u8(reply_skb, attr, params[i].dialog_id)) { in hdd_twt_pack_get_params_resp_nlmsg()
856 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_BCAST; in hdd_twt_pack_get_params_resp_nlmsg()
857 if (nla_put_flag(reply_skb, attr)) { in hdd_twt_pack_get_params_resp_nlmsg()
864 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_TRIGGER; in hdd_twt_pack_get_params_resp_nlmsg()
865 if (nla_put_flag(reply_skb, attr)) { in hdd_twt_pack_get_params_resp_nlmsg()
872 attr = QCA_WLAN_VENDOR_ATTR_TWT_SETUP_FLOW_TYPE; in hdd_twt_pack_get_params_resp_nlmsg()
[all …]
Dwlan_hdd_sysfs_mem_stats.c66 struct kobj_attribute *attr, in hdd_wlan_mem_stats_show() argument
90 struct kobj_attribute *attr, in hdd_wlan_dp_mem_stats_show() argument
127 error = sysfs_create_file(wlan_kobject, &mem_stats_attribute.attr); in hdd_sysfs_mem_stats_create()
132 error = sysfs_create_file(wlan_kobject, &mem_dp_stats_attribute.attr); in hdd_sysfs_mem_stats_create()
135 sysfs_remove_file(wlan_kobject, &mem_stats_attribute.attr); in hdd_sysfs_mem_stats_create()
150 sysfs_remove_file(wlan_kobject, &mem_dp_stats_attribute.attr); in hdd_sysfs_mem_stats_destroy()
151 sysfs_remove_file(wlan_kobject, &mem_stats_attribute.attr); in hdd_sysfs_mem_stats_destroy()
Dwlan_hdd_sysfs_add_timestamp.c100 struct kobj_attribute *attr, in __hdd_sysfs_dp_pkt_add_ts_store() argument
131 struct kobj_attribute *attr, in hdd_sysfs_dp_pkt_add_ts_store() argument
148 errno_size = __hdd_sysfs_dp_pkt_add_ts_store(hdd_ctx, attr, in hdd_sysfs_dp_pkt_add_ts_store()
158 struct kobj_attribute *attr, char *buf) in __hdd_sysfs_dp_pkt_add_ts_show() argument
167 struct kobj_attribute *attr, in hdd_sysfs_dp_pkt_add_ts_show() argument
184 errno_size = __hdd_sysfs_dp_pkt_add_ts_show(hdd_ctx, attr, buf); in hdd_sysfs_dp_pkt_add_ts_show()
205 &dp_pkt_add_ts_attribute.attr); in hdd_sysfs_dp_pkt_add_ts_create()
219 sysfs_remove_file(driver_kobject, &dp_pkt_add_ts_attribute.attr); in hdd_sysfs_dp_pkt_add_ts_destroy()
Dwlan_hdd_sysfs_policy_mgr.c62 struct kobj_attribute *attr, in hdd_sysfs_pm_cminfo_show() argument
85 struct kobj_attribute *attr, in __hdd_sysfs_pm_pcl_store() argument
142 struct kobj_attribute *attr, in hdd_sysfs_pm_pcl_store() argument
160 errno_size = __hdd_sysfs_pm_pcl_store(hdd_ctx, attr, in hdd_sysfs_pm_pcl_store()
186 &pm_pcl_attribute.attr); in hdd_sysfs_pm_pcl_create()
200 sysfs_remove_file(driver_kobject, &pm_pcl_attribute.attr); in hdd_sysfs_pm_pcl_destroy()
205 if (sysfs_create_file(driver_kobject, &pm_cinfo_attribute.attr)) in hdd_sysfs_pm_cinfo_create()
211 sysfs_remove_file(driver_kobject, &pm_cinfo_attribute.attr); in hdd_sysfs_pm_cinfo_destroy()
Dwlan_hdd_sar_limits.c157 u32 attr; in hdd_sar_fill_response() local
163 attr = QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SAR_ENABLE; in hdd_sar_fill_response()
165 errno = nla_put_u32(skb, attr, value); in hdd_sar_fill_response()
169 attr = QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_NUM_SPECS; in hdd_sar_fill_response()
171 errno = nla_put_u32(skb, attr, value); in hdd_sar_fill_response()
175 attr = QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC; in hdd_sar_fill_response()
176 nla_spec_attr = nla_nest_start(skb, attr); in hdd_sar_fill_response()
183 nla_row_attr = nla_nest_start(skb, attr); in hdd_sar_fill_response()
187 attr = QCA_WLAN_VENDOR_ATTR_SAR_LIMITS_SPEC_BAND; in hdd_sar_fill_response()
189 errno = nla_put_u32(skb, attr, value); in hdd_sar_fill_response()
[all …]
Dwlan_hdd_sysfs_wifi_features.c31 struct kobj_attribute *attr, in __hdd_sysfs_feature_set_show() argument
61 struct kobj_attribute *attr, in hdd_sysfs_feature_set_show() argument
78 errno_size = __hdd_sysfs_feature_set_show(hdd_ctx, attr, buf); in hdd_sysfs_feature_set_show()
98 &feature_set_attribute.attr); in hdd_sysfs_create_wifi_feature_interface()
111 &feature_set_attribute.attr); in hdd_sysfs_destroy_wifi_feature_interface()
Dwlan_hdd_sysfs_scan_disable.c32 struct kobj_attribute *attr, in __hdd_sysfs_scan_disable_store() argument
76 struct kobj_attribute *attr, in hdd_sysfs_scan_disable_store() argument
93 errno_size = __hdd_sysfs_scan_disable_store(hdd_ctx, attr, in hdd_sysfs_scan_disable_store()
115 &scan_disable_attribute.attr); in hdd_sysfs_scan_disable_create()
129 sysfs_remove_file(driver_kobject, &scan_disable_attribute.attr); in hdd_sysfs_scan_disable_destroy()
Dwlan_hdd_sysfs_wow_ito.c34 struct kobj_attribute *attr, in __hdd_sysfs_wow_ito_store() argument
78 struct kobj_attribute *attr, in hdd_sysfs_wow_ito_store() argument
95 errno_size = __hdd_sysfs_wow_ito_store(hdd_ctx, attr, buf, count); in hdd_sysfs_wow_ito_store()
116 &wow_ito_attribute.attr); in hdd_sysfs_wow_ito_create()
130 sysfs_remove_file(driver_kobject, &wow_ito_attribute.attr); in hdd_sysfs_wow_ito_destroy()
Dwlan_hdd_sysfs_wlan_dbg.c30 struct kobj_attribute *attr, in __hdd_sysfs_wlan_dbg_store() argument
80 struct kobj_attribute *attr, in hdd_sysfs_wlan_dbg_store() argument
97 errno_size = __hdd_sysfs_wlan_dbg_store(hdd_ctx, attr, in hdd_sysfs_wlan_dbg_store()
119 &set_wlan_dbg_attribute.attr); in hdd_sysfs_wlan_dbg_create()
133 sysfs_remove_file(driver_kobject, &set_wlan_dbg_attribute.attr); in hdd_sysfs_wlan_dbg_destroy()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/gpio/src/
Dwlan_cfg80211_gpio.c219 struct nlattr **attr) in wlan_set_gpio_config() argument
230 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM]; in wlan_set_gpio_config()
237 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DIR]; in wlan_set_gpio_config()
249 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PULL_TYPE]; in wlan_set_gpio_config()
261 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTR_MODE]; in wlan_set_gpio_config()
278 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_MUX_CONFIG]; in wlan_set_gpio_config()
283 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_DRIVE]; in wlan_set_gpio_config()
293 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_INTERNAL_CONFIG]; in wlan_set_gpio_config()
313 struct nlattr **attr) in wlan_set_gpio_output() argument
320 gpio_attr = attr[QCA_WLAN_VENDOR_ATTR_GPIO_PARAM_PINNUM]; in wlan_set_gpio_output()
[all …]
/wlan-driver/qcacld-3.0/os_if/coap/src/
Dwlan_cfg80211_coap.c169 struct nlattr *attr; in wlan_cfg80211_coap_offload_reply_enable() local
185 attr = tb[COAP_ATTR(REPLY_SRC_IPV4)]; in wlan_cfg80211_coap_offload_reply_enable()
186 if (!attr) { in wlan_cfg80211_coap_offload_reply_enable()
193 params.src_ip_v4 = nla_get_u32(attr); in wlan_cfg80211_coap_offload_reply_enable()
195 attr = tb[COAP_ATTR(REPLY_FILTER)]; in wlan_cfg80211_coap_offload_reply_enable()
196 ret = wlan_cfg80211_coap_offload_reply_fill_filter(attr, &params); in wlan_cfg80211_coap_offload_reply_enable()
200 attr = tb[COAP_ATTR(REPLY_MSG)]; in wlan_cfg80211_coap_offload_reply_enable()
201 if (!attr) { in wlan_cfg80211_coap_offload_reply_enable()
206 params.coapmsg_len = nla_len(attr); in wlan_cfg80211_coap_offload_reply_enable()
207 params.coapmsg = nla_data(attr); in wlan_cfg80211_coap_offload_reply_enable()
[all …]
/wlan-driver/qcacld-3.0/components/action_oui/core/src/
Dwlan_action_oui_parse.c863 struct action_oui_search_attr *attr) in check_for_vendor_ap_mac() argument
867 uint8_t *mac_addr = attr->mac_addr; in check_for_vendor_ap_mac()
890 struct action_oui_search_attr *attr) in check_for_vendor_ap_capabilities() argument
895 nss_mask = 1 << (attr->nss - 1); in check_for_vendor_ap_capabilities()
905 if (!attr->ht_cap) in check_for_vendor_ap_capabilities()
908 if (attr->ht_cap) in check_for_vendor_ap_capabilities()
916 if (!attr->vht_cap) in check_for_vendor_ap_capabilities()
919 if (attr->vht_cap) in check_for_vendor_ap_capabilities()
925 ((attr->enable_5g && in check_for_vendor_ap_capabilities()
927 (attr->enable_2g && in check_for_vendor_ap_capabilities()
[all …]
/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
Dwlan_cfg80211_afc.c683 wlan_parse_afc_rsp_freq_psd(struct nlattr *attr, struct afc_resp_extracted *rsp) in wlan_parse_afc_rsp_freq_psd() argument
691 nla_for_each_nested(cur_attr, attr, rem) { in wlan_parse_afc_rsp_freq_psd()
733 wlan_parse_afc_rsp_opclass_eirp(struct nlattr *attr, in wlan_parse_afc_rsp_opclass_eirp() argument
743 nla_for_each_nested(cur_attr, attr, rem) { in wlan_parse_afc_rsp_opclass_eirp()
820 static struct afc_resp_extracted *extract_afc_resp(struct nlattr **attr) in extract_afc_resp() argument
825 if (!attr[QCA_WLAN_VENDOR_ATTR_AFC_RESP_TIME_TO_LIVE]) { in extract_afc_resp()
830 if (!attr[QCA_WLAN_VENDOR_ATTR_AFC_RESP_REQ_ID]) { in extract_afc_resp()
835 if (!attr[QCA_WLAN_VENDOR_ATTR_AFC_RESP_EXP_DATE]) { in extract_afc_resp()
840 if (!attr[QCA_WLAN_VENDOR_ATTR_AFC_RESP_EXP_TIME]) { in extract_afc_resp()
845 if (!attr[QCA_WLAN_VENDOR_ATTR_AFC_RESP_AFC_SERVER_RESP_CODE]) { in extract_afc_resp()
[all …]

12345