| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | mpc.c | 85 const uint8_t *tlvs, uint8_t mps_macs, 376 const u8 *tlvs, u32 sizeoftlvs) in lane2_assoc_ind() argument 391 end_of_tlvs = tlvs + sizeoftlvs; in lane2_assoc_ind() 392 while (end_of_tlvs - tlvs >= 5) { in lane2_assoc_ind() 393 type = ((tlvs[0] << 24) | (tlvs[1] << 16) | in lane2_assoc_ind() 394 (tlvs[2] << 8) | tlvs[3]); in lane2_assoc_ind() 395 length = tlvs[4]; in lane2_assoc_ind() 396 tlvs += 5; in lane2_assoc_ind() 398 if (tlvs + length > end_of_tlvs) { in lane2_assoc_ind() 410 tlvs += length; in lane2_assoc_ind() [all …]
|
| H A D | lec.h | 47 u8 **tlvs, u32 *sizeoftlvs); 49 const u8 *tlvs, u32 sizeoftlvs); 51 const u8 *tlvs, u32 sizeoftlvs); 140 u8 *tlvs; /* LANE2: TLVs are new */ member
|
| H A D | lec.c | 73 const u8 *tlvs, u32 sizeoftlvs); 75 u8 **tlvs, u32 *sizeoftlvs); 77 const u8 *tlvs, u32 sizeoftlvs); 1077 u8 **tlvs, u32 *sizeoftlvs) in lane2_resolve() argument 1092 *tlvs = kmemdup(table->tlvs, table->sizeoftlvs, GFP_ATOMIC); in lane2_resolve() 1093 if (*tlvs == NULL) in lane2_resolve() 1109 skb_copy_to_linear_data(skb, *tlvs, *sizeoftlvs); in lane2_resolve() 1123 const u8 *tlvs, u32 sizeoftlvs) in lane2_associate_req() argument 1132 kfree(priv->tlvs); /* NULL if there was no previous association */ in lane2_associate_req() 1134 priv->tlvs = kmemdup(tlvs, sizeoftlvs, GFP_KERNEL); in lane2_associate_req() [all …]
|
| H A D | lec_arpc.h | 44 u8 *tlvs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmwpa.h | 453 extern bool bcm_has_ie(uint8 *ie, uint8 **tlvs, uint *tlvs_len, 457 #define bcm_is_wpa_ie(ie, tlvs, len) bcm_has_ie(ie, tlvs, len, \ argument 460 #define bcm_is_wps_ie(ie, tlvs, len) bcm_has_ie(ie, tlvs, len, \ argument 464 #define bcm_is_p2p_ie(ie, tlvs, len) bcm_has_ie(ie, tlvs, len, \ argument 476 extern bool wpa_is_gtk_encap(uint8 *ie, uint8 **tlvs, uint *tlvs_len);
|
| H A D | bcmtlv.h | 109 extern bcm_tlv_t *bcm_find_ie(const uint8 *tlvs, uint tlvs_len, uint8 tag, 136 bcm_tlv_t *bcm_find_vendor_ie(const void *tlvs, uint tlvs_len, const char *voui,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_timesync.c | 832 dhd_ts_fw_clksrc_log(dhd_ts_t *ts, uchar *tlvs, uint32 tlv_len, uint32 seqnum) in dhd_ts_fw_clksrc_log() argument 842 fw_clock_info = (ts_fw_clock_info_t *)tlvs; in dhd_ts_fw_clksrc_log() 851 tlvs += sizeof(*fw_clock_info); in dhd_ts_fw_clksrc_log() 860 dhd_timesync_handle_fw_timestamp(dhd_ts_t *ts, uchar *tlvs, uint32 tlv_len, uint32 seqnum) in dhd_timesync_handle_fw_timestamp() argument 866 bcm_print_bytes("fw ts", tlvs, tlv_len); in dhd_timesync_handle_fw_timestamp() 874 if (tlvs == NULL) { in dhd_timesync_handle_fw_timestamp() 896 uchar *tag_ptr = (uchar *)(tlvs); in dhd_timesync_handle_fw_timestamp() 918 bcopy(tlvs, &ts->fw_tlv[0], tlv_len); in dhd_timesync_handle_fw_timestamp() 921 dhd_ts_fw_clksrc_log(ts, tlvs, tlv_len, seqnum); in dhd_timesync_handle_fw_timestamp()
|
| H A D | wl_cfgp2p.c | 66 static bool wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, 1200 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1203 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1206 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1212 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1219 wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, in wl_cfgp2p_has_ie() argument 1230 if (tlvs != NULL) { in wl_cfgp2p_has_ie() 1231 bcm_tlv_buffer_advance_past(ie, tlvs, tlvs_len); in wl_cfgp2p_has_ie()
|
| H A D | dhd_debug.h | 302 tlv_log tlvs[0]; member 326 tlv_log *tlvs; member 334 tlv_log *tlvs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_timesync.c | 832 dhd_ts_fw_clksrc_log(dhd_ts_t *ts, uchar *tlvs, uint32 tlv_len, uint32 seqnum) in dhd_ts_fw_clksrc_log() argument 842 fw_clock_info = (ts_fw_clock_info_t *)tlvs; in dhd_ts_fw_clksrc_log() 851 tlvs += sizeof(*fw_clock_info); in dhd_ts_fw_clksrc_log() 860 dhd_timesync_handle_fw_timestamp(dhd_ts_t *ts, uchar *tlvs, uint32 tlv_len, uint32 seqnum) in dhd_timesync_handle_fw_timestamp() argument 866 bcm_print_bytes("fw ts", tlvs, tlv_len); in dhd_timesync_handle_fw_timestamp() 874 if (tlvs == NULL) { in dhd_timesync_handle_fw_timestamp() 896 uchar *tag_ptr = (uchar *)(tlvs); in dhd_timesync_handle_fw_timestamp() 918 bcopy(tlvs, &ts->fw_tlv[0], tlv_len); in dhd_timesync_handle_fw_timestamp() 921 dhd_ts_fw_clksrc_log(ts, tlvs, tlv_len, seqnum); in dhd_timesync_handle_fw_timestamp()
|
| H A D | wl_cfgp2p.c | 66 static bool wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, 1187 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1190 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1193 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1199 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1206 wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, in wl_cfgp2p_has_ie() argument 1217 if (tlvs != NULL) { in wl_cfgp2p_has_ie() 1218 bcm_tlv_buffer_advance_past(ie, tlvs, tlvs_len); in wl_cfgp2p_has_ie()
|
| H A D | dhd_debug.h | 302 tlv_log tlvs[0]; member 326 tlv_log *tlvs; member 334 tlv_log *tlvs; member
|
| H A D | bcmwpa.c | 871 bcm_has_ie(uint8 *ie, uint8 **tlvs, uint *tlvs_len, const uint8 *oui, uint oui_len, uint8 type) in bcm_has_ie() argument 883 *tlvs_len -= (uint)(ie - *tlvs); in bcm_has_ie() 885 *tlvs = ie; in bcm_has_ie() 906 uint8 *tlvs = NULL; in bcm_find_security_ies() local 922 tlvs = buf; in bcm_find_security_ies() 935 if (bcm_is_wpa_ie((uint8 *)tlv, &tlvs, &tlvs_len)) in bcm_find_security_ies() 1031 #define wpa_is_kde(ie, tlvs, len, type) bcm_has_ie(ie, tlvs, len, \ argument 1042 wpa_is_gtk_encap(uint8 *ie, uint8 **tlvs, uint *tlvs_len) in wpa_is_gtk_encap() argument 1044 return wpa_is_kde(ie, tlvs, tlvs_len, WPA2_KEY_DATA_SUBTYPE_GTK); in wpa_is_gtk_encap()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgp2p.c | 68 wl_cfgp2p_has_ie(u8 *ie, u8 **tlvs, u32 *tlvs_len, const u8 *oui, u32 oui_len, u8 type); 1079 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1082 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1085 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1091 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1099 wl_cfgp2p_has_ie(u8 *ie, u8 **tlvs, u32 *tlvs_len, const u8 *oui, u32 oui_len, u8 type) in wl_cfgp2p_has_ie() argument 1108 if (tlvs == NULL) in wl_cfgp2p_has_ie() 1113 *tlvs_len -= (int)(ie - *tlvs); in wl_cfgp2p_has_ie() 1115 *tlvs = ie; in wl_cfgp2p_has_ie()
|
| H A D | dhd_debug.h | 303 tlv_log *tlvs; member 326 tlv_log *tlvs; member 334 tlv_log *tlvs; member
|
| H A D | dhd_debug.c | 477 event_get_tlv(uint16 id, const char* tlvs, uint tlvs_len) in event_get_tlv() argument 479 const uint8 *pos = (const uint8 *)tlvs; in event_get_tlv() 516 char *tlvs, *dest_tlvs; in dhd_dbg_nan_event_handler() local 568 dest_tlvs = (char *)evt_payload->tlvs; in dhd_dbg_nan_event_handler() 570 tlvs = (char *)(&data[1]); in dhd_dbg_nan_event_handler() 574 tlvs, tlv_len); in dhd_dbg_nan_event_handler() 620 char *tlvs, *dest_tlvs; in dhd_dbg_custom_evnt_handler() local 688 dest_tlvs = (char *)event_data->tlvs; in dhd_dbg_custom_evnt_handler() 690 tlvs = (char *)(&data[1]); in dhd_dbg_custom_evnt_handler() 694 tlvs, tlv_len); in dhd_dbg_custom_evnt_handler()
|
| H A D | dhd_rtt.c | 708 status = bcm_unpack_xtlv_buf(p_proxd_iov, (uint8 *)p_iovresp->tlvs, in rtt_do_get_ioctl() 744 p_tlv = p_proxd_iov->tlvs; in rtt_alloc_getset_buf() 1089 p_tlv = &p_proxd_iov->tlvs[0]; in dhd_rtt_ftm_config() 1778 if (ntoh32_ua((void *)&event->datalen) < OFFSETOF(wl_proxd_event_t, tlvs)) { in dhd_rtt_event_handler() 1818 if (ltoh16(p_event->len) < OFFSETOF(wl_proxd_event_t, tlvs)) { in dhd_rtt_event_handler() 1823 tlvs_len = ltoh16(p_event->len) - OFFSETOF(wl_proxd_event_t, tlvs); in dhd_rtt_event_handler() 1885 (uint8 *)&p_event->tlvs[0], tlvs_len, in dhd_rtt_event_handler() 1916 (uint8 *)&p_event->tlvs[0], tlvs_len, in dhd_rtt_event_handler() 2045 (uint8 *)&p_event->tlvs[0], tlvs_len, in dhd_rtt_event_handler()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgp2p.c | 68 static bool wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, 1179 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1182 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1185 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1191 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1198 wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, in wl_cfgp2p_has_ie() argument 1209 if (tlvs != NULL) { in wl_cfgp2p_has_ie() 1210 bcm_tlv_buffer_advance_past(ie, tlvs, tlvs_len); in wl_cfgp2p_has_ie()
|
| H A D | dhd_debug.h | 293 tlv_log *tlvs; member 316 tlv_log *tlvs; member 324 tlv_log *tlvs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgp2p.c | 68 static bool wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, 1179 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1182 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1185 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1191 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1198 wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, in wl_cfgp2p_has_ie() argument 1209 if (tlvs != NULL) { in wl_cfgp2p_has_ie() 1210 bcm_tlv_buffer_advance_past(ie, tlvs, tlvs_len); in wl_cfgp2p_has_ie()
|
| H A D | dhd_debug.h | 293 tlv_log *tlvs; member 316 tlv_log *tlvs; member 324 tlv_log *tlvs; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgp2p.c | 68 static bool wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, 1179 #define wl_cfgp2p_is_wpa_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1182 #define wl_cfgp2p_is_wps_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1185 #define wl_cfgp2p_is_p2p_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1191 #define wl_cfgp2p_is_wfd_ie(ie, tlvs, len) wl_cfgp2p_has_ie(ie, tlvs, len, \ argument 1198 wl_cfgp2p_has_ie(const bcm_tlv_t *ie, const u8 **tlvs, u32 *tlvs_len, in wl_cfgp2p_has_ie() argument 1209 if (tlvs != NULL) { in wl_cfgp2p_has_ie() 1210 bcm_tlv_buffer_advance_past(ie, tlvs, tlvs_len); in wl_cfgp2p_has_ie()
|
| H A D | dhd_debug.h | 293 tlv_log *tlvs; member 316 tlv_log *tlvs; member 324 tlv_log *tlvs; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmtlv.h | 109 extern bcm_tlv_t *bcm_find_ie(const uint8 *tlvs, uint tlvs_len, uint8 tag, 136 bcm_tlv_t *bcm_find_vendor_ie(const void *tlvs, uint tlvs_len, const char *voui,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/ |
| H A D | lldp_head-remove-all-references.patch | 81 LIST_INIT(&tlvs->app_head); 82 read_cfg_file(port->ifname, agent, tlvs); 86 LIST_INSERT_HEAD(&iud->head, tlvs, entry);
|