Searched refs:tlv_mgmt_frame (Results 1 – 1 of 1) sorted by relevance
37 struct mwifiex_ie_types_mgmt_frame *tlv_mgmt_frame; in mwifiex_check_ibss_peer_capabilities() local50 tlv_mgmt_frame = (void *)curr; in mwifiex_check_ibss_peer_capabilities()51 if (evt_len >= sizeof(*tlv_mgmt_frame) && in mwifiex_check_ibss_peer_capabilities()52 le16_to_cpu(tlv_mgmt_frame->header.type) == in mwifiex_check_ibss_peer_capabilities()58 evt_len = le16_to_cpu(tlv_mgmt_frame->header.len); in mwifiex_check_ibss_peer_capabilities()59 curr += (sizeof(*tlv_mgmt_frame) + 12); in mwifiex_check_ibss_peer_capabilities()