Lines Matching refs:ies_len
712 int wpas_get_op_chan_phy(int freq, const u8 *ies, size_t ies_len, in wpas_get_op_chan_phy() argument
721 ie = get_ie(ies, ies_len, WLAN_EID_HT_OPERATION); in wpas_get_op_chan_phy()
735 ie = get_ie(ies, ies_len, WLAN_EID_VHT_OPERATION); in wpas_get_op_chan_phy()
788 size_t ies_len = *ie_len; in wpas_beacon_rep_add_frame_body() local
836 while (ies_len > 2 && 2U + ies[1] <= ies_len && rem_len > 0) { in wpas_beacon_rep_add_frame_body()
854 ies_len -= 2 + ies[1]; in wpas_beacon_rep_add_frame_body()
858 *ie_len = ies_len; in wpas_beacon_rep_add_frame_body()
941 size_t ies_len = bss->ie_len ? bss->ie_len : bss->beacon_ie_len; in wpas_add_beacon_rep() local
954 if (wpas_get_op_chan_phy(bss->freq, ies, ies_len, &rep.op_class, in wpas_add_beacon_rep()
970 &pos, &ies_len, idx++); in wpas_add_beacon_rep()
974 ies_len >= 2); in wpas_add_beacon_rep()