Searched refs:tlvs_len (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | bcmutils.c | 2115 find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) in find_vendor_ie() argument 2124 !bcm_valid_tlv(ie, tlvs_len)) in find_vendor_ie() 2140 } while ((ie = bcm_next_tlv(ie, &tlvs_len)) != NULL); in find_vendor_ie()
|
D | wl_cfgp2p.c | 53 wl_cfgp2p_has_ie(u8 *ie, u8 **tlvs, u32 *tlvs_len, const u8 *oui, u32 oui_len, u8 type); 1325 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 1339 *tlvs_len -= (int)(ie - *tlvs); in wl_cfgp2p_has_ie()
|
D | wl_iw.c | 1274 ie_is_wpa_ie(uint8 **wpaie, uint8 **tlvs, int *tlvs_len) in ie_is_wpa_ie() argument 1289 *tlvs_len -= (int)(ie - *tlvs); in ie_is_wpa_ie() 1296 ie_is_wps_ie(uint8 **wpsie, uint8 **tlvs, int *tlvs_len) in ie_is_wps_ie() argument 1311 *tlvs_len -= (int)(ie - *tlvs); in ie_is_wps_ie()
|
/drivers/net/wireless/bcmdhd/include/ |
D | bcmutils.h | 874 extern bcm_tlv_t *find_vendor_ie(void *tlvs, int tlvs_len,
|