Searched refs:num_triplets (Results 1 – 1 of 1) sorted by relevance
608 uint8_t i, j, num_triplets = 0; in populate_dot11f_country() local675 buffer_triplets[num_triplets][0] = OP_CLASS_ID_201; in populate_dot11f_country()676 buffer_triplets[num_triplets][1] = OP_CLASS_131; in populate_dot11f_country()677 num_triplets++; in populate_dot11f_country()695 buffer_triplets[num_triplets][0] = start->chan_num; in populate_dot11f_country()696 buffer_triplets[num_triplets][1] = in populate_dot11f_country()698 buffer_triplets[num_triplets][2] = start->tx_power; in populate_dot11f_country()702 num_triplets++; in populate_dot11f_country()703 if (num_triplets > 80) { in populate_dot11f_country()711 buffer_triplets[num_triplets][0] = OP_CLASS_ID_201; in populate_dot11f_country()[all …]