Lines Matching defs:data
462 void rtl_swlps_beacon(struct ieee80211_hw *hw, void *data, unsigned int len)
466 struct ieee80211_hdr *hdr = data;
505 tim = rtl_find_ie(data, len - FCS_LEN, WLAN_EID_TIM);
524 /* 2. Maybe the AP wants to send multicast/broadcast data? */
705 static void rtl_p2p_noa_ie(struct ieee80211_hw *hw, void *data,
709 struct ieee80211_mgmt *mgmt = data;
718 end = data + len;
808 static void rtl_p2p_action_ie(struct ieee80211_hw *hw, void *data,
812 struct ieee80211_mgmt *mgmt = data;
820 end = data + len;
969 void rtl_p2p_info(struct ieee80211_hw *hw, void *data, unsigned int len)
973 struct ieee80211_hdr *hdr = data;
994 rtl_p2p_action_ie(hw , data , len - FCS_LEN);
996 rtl_p2p_noa_ie(hw , data , len - FCS_LEN);