HomeSort by relevance Sort by last modified time
    Searched full:ind_len (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 67 static int ind_len = 5; variable
720 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length
721 * of SEQ1 is 48 - ind_len bits.
726 seq = (val >> ind_len) + 1;
727 ind = (val + 1) & ((1 << ind_len) - 1);
728 val = (seq << ind_len) | ind;
1036 ind_len = atoi(optarg);
1037 if (ind_len < 0 || ind_len > 32) {

Completed in 66 milliseconds