Searched refs:tlv_mgmt_frame (Results 1 – 1 of 1) sorted by relevance
25 struct mwifiex_ie_types_mgmt_frame *tlv_mgmt_frame; in mwifiex_check_ibss_peer_capabilities() local38 tlv_mgmt_frame = (void *)curr; in mwifiex_check_ibss_peer_capabilities()39 if (evt_len >= sizeof(*tlv_mgmt_frame) && in mwifiex_check_ibss_peer_capabilities()40 le16_to_cpu(tlv_mgmt_frame->header.type) == in mwifiex_check_ibss_peer_capabilities()46 evt_len = le16_to_cpu(tlv_mgmt_frame->header.len); in mwifiex_check_ibss_peer_capabilities()47 curr += (sizeof(*tlv_mgmt_frame) + 12); in mwifiex_check_ibss_peer_capabilities()