Lines Matching full:elems
305 struct ieee802_11_elems elems;
309 ieee802_11_parse_elems((u8 *) (bss + 1), bss->ie_len, &elems, 0);
310 if (elems.ht_operation &&
311 elems.ht_operation_len >= sizeof(*oper)) {
312 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
401 struct ieee802_11_elems elems;
407 ieee802_11_parse_elems((u8 *) (bss + 1), bss->ie_len, &elems, 0);
408 if (!elems.ht_capabilities) {
414 if (elems.ht_operation &&
415 elems.ht_operation_len >= sizeof(*oper)) {
416 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
449 struct ieee802_11_elems elems;
489 ieee802_11_parse_elems((u8 *) (bss + 1), bss->ie_len, &elems,
491 if (elems.ht_capabilities &&
492 elems.ht_capabilities_len >=
496 elems.ht_capabilities;