Searched refs:pb_frames (Results 1 – 2 of 2) sorted by relevance
1080 hdd_is_qos_action_frame(uint8_t *pb_frames, uint32_t frame_len) in hdd_is_qos_action_frame() argument1087 return ((pb_frames[WLAN_HDD_PUBLIC_ACTION_FRAME_OFFSET] == in hdd_is_qos_action_frame()1089 (pb_frames[WLAN_HDD_PUBLIC_ACTION_FRAME_OFFSET + 1] == in hdd_is_qos_action_frame()1133 uint32_t frm_len, uint8_t *pb_frames, in __hdd_indicate_mgmt_frame_to_user() argument1164 if (!pb_frames) { in __hdd_indicate_mgmt_frame_to_user()1169 type = WLAN_HDD_GET_TYPE_FRM_FC(pb_frames[0]); in __hdd_indicate_mgmt_frame_to_user()1170 sub_type = WLAN_HDD_GET_SUBTYPE_FRM_FC(pb_frames[0]); in __hdd_indicate_mgmt_frame_to_user()1175 auth_algo = *(uint16_t *)(pb_frames + in __hdd_indicate_mgmt_frame_to_user()1190 action_hdr = (struct action_frm_hdr *)(pb_frames + in __hdd_indicate_mgmt_frame_to_user()1209 (struct qdf_mac_addr *)&pb_frames[WLAN_HDD_80211_FRM_DA_OFFSET])) { in __hdd_indicate_mgmt_frame_to_user()[all …]
75 uint32_t frm_len, uint8_t *pb_frames,