Lines Matching defs:elems
182 struct ieee802_11_elems elems;
186 if (ieee802_11_parse_elems((u8 *) (bss + 1), bss->ie_len, &elems, 0) !=
187 ParseFailed && elems.ht_operation) {
188 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
270 struct ieee802_11_elems elems;
276 if (ieee802_11_parse_elems((u8 *) (bss + 1), bss->ie_len, &elems, 0) ==
280 if (!elems.ht_capabilities) {
286 if (elems.ht_operation) {
287 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
322 struct ieee802_11_elems elems;
364 &elems, 0) != ParseFailed &&
365 elems.ht_capabilities) {
368 elems.ht_capabilities;