Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Devent.c28 u16 tlv_value_len; in qtnf_event_handle_sta_assoc() local
64 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_event_handle_sta_assoc()
70 if (tlv_value_len < in qtnf_event_handle_sta_assoc()
77 ie_len = tlv_value_len - in qtnf_event_handle_sta_assoc()
147 u16 tlv_value_len; in qtnf_event_handle_bss_join() local
233 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_event_handle_bss_join()
239 if (tlv_value_len < in qtnf_event_handle_bss_join()
247 ie_len = tlv_value_len - in qtnf_event_handle_bss_join()
350 u16 tlv_value_len; in qtnf_event_handle_scan_results() local
378 if (tlv_value_len < in qtnf_event_handle_scan_results()
[all …]
H A Dcommands.c1020 u16 tlv_value_len; in qtnf_parse_variable_mac_info() local
1061 tlv_value_len = le16_to_cpu(tlv->len); in qtnf_parse_variable_mac_info()
1112 if (unlikely(tlv_value_len > U8_MAX)) in qtnf_parse_variable_mac_info()
1115 ext_capa_len = tlv_value_len; in qtnf_parse_variable_mac_info()
1118 if (unlikely(tlv_value_len > U8_MAX)) in qtnf_parse_variable_mac_info()
1121 ext_capa_mask_len = tlv_value_len; in qtnf_parse_variable_mac_info()
1124 if (tlv_value_len < sizeof(*wowlan)) in qtnf_parse_variable_mac_info()
1154 tlv_type, tlv_value_len); in qtnf_parse_variable_mac_info()
2334 u16 tlv_value_len; in qtnf_cmd_resp_proc_chan_stat_info() local
2347 map_len = tlv_value_len; in qtnf_cmd_resp_proc_chan_stat_info()
[all …]