Lines Matching refs:ies
322 static int ath6kl_set_assoc_req_ies(struct ath6kl_vif *vif, const u8 *ies, in ath6kl_set_assoc_req_ies() argument
341 if (ies && ies_len) { in ath6kl_set_assoc_req_ies()
345 pos = ies; in ath6kl_set_assoc_req_ies()
347 while (pos + 1 < ies + ies_len) { in ath6kl_set_assoc_req_ies()
348 if (pos + 2 + pos[1] > ies + ies_len) in ath6kl_set_assoc_req_ies()
2633 const u8 *ies, size_t ies_len) in ath6kl_set_ap_probe_resp_ies() argument
2646 if (ies && ies_len) { in ath6kl_set_ap_probe_resp_ies()
2650 pos = ies; in ath6kl_set_ap_probe_resp_ies()
2651 while (pos + 1 < ies + ies_len) { in ath6kl_set_ap_probe_resp_ies()
2652 if (pos + 2 + pos[1] > ies + ies_len) in ath6kl_set_ap_probe_resp_ies()
2758 u8 *ies; in ath6kl_start_ap() local
2794 ies = mgmt->u.beacon.variable; in ath6kl_start_ap()
2795 if (ies > info->beacon.head + info->beacon.head_len) in ath6kl_start_ap()
2797 ies_len = info->beacon.head + info->beacon.head_len - ies; in ath6kl_start_ap()