Lines Matching refs:ETH_ALEN
56 if (len < ETH_ALEN) { in p2p_parse_attribute()
156 if (len < ETH_ALEN + 2 + 8 + 1) { in p2p_parse_attribute()
165 pos += ETH_ALEN; in p2p_parse_attribute()
215 if (len < ETH_ALEN) { in p2p_parse_attribute()
226 if (len < ETH_ALEN) { in p2p_parse_attribute()
236 if (len < ETH_ALEN || len > ETH_ALEN + SSID_MAX_LEN) { in p2p_parse_attribute()
246 msg->group_id + ETH_ALEN, in p2p_parse_attribute()
247 msg->group_id_len - ETH_ALEN); in p2p_parse_attribute()
380 if (len < sizeof(u32) + ETH_ALEN) { in p2p_parse_attribute()
404 if (len < ETH_ALEN || len > ETH_ALEN + SSID_MAX_LEN) { in p2p_parse_attribute()
412 msg->persistent_ssid_len = len - ETH_ALEN; in p2p_parse_attribute()
413 msg->persistent_ssid = &data[ETH_ALEN]; in p2p_parse_attribute()
678 if (len > gend - g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1) in p2p_group_info_parse()
683 g += ETH_ALEN; in p2p_group_info_parse()
685 g += ETH_ALEN; in p2p_group_info_parse()