Home
last modified time | relevance | path

Searched refs:ind_len (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c67 static int ind_len = 5; variable
720 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length in inc_sqn()
721 * of SEQ1 is 48 - ind_len bits. in inc_sqn()
726 seq = (val >> ind_len) + 1; in inc_sqn()
727 ind = (val + 1) & ((1 << ind_len) - 1); in inc_sqn()
728 val = (seq << ind_len) | ind; in inc_sqn()
1036 ind_len = atoi(optarg); in main()
1037 if (ind_len < 0 || ind_len > 32) { in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c67 static int ind_len = 5; variable
720 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length in inc_sqn()
721 * of SEQ1 is 48 - ind_len bits. in inc_sqn()
726 seq = (val >> ind_len) + 1; in inc_sqn()
727 ind = (val + 1) & ((1 << ind_len) - 1); in inc_sqn()
728 val = (seq << ind_len) | ind; in inc_sqn()
1036 ind_len = atoi(optarg); in main()
1037 if (ind_len < 0 || ind_len > 32) { in main()

Completed in 5 milliseconds