Searched refs:mac_id (Results 1 – 1 of 1) sorted by relevance
244 int mac_id = mac_map.size(); in StripSensitiveData() local248 (mac_id & 0xff000000) >> 24, in StripSensitiveData()249 (mac_id & 0x00ff0000) >> 16, in StripSensitiveData()250 (mac_id & 0x0000ff00) >> 8, in StripSensitiveData()251 (mac_id & 0x000000ff)); in StripSensitiveData()