Home
last modified time | relevance | path

Searched refs:num_triplets (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Deapol_test.c
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c608 uint8_t i, j, num_triplets = 0; in populate_dot11f_country() local
675 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 …]