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 60 static int ind_len = 5; variable
700 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length
701 * of SEQ1 is 48 - ind_len bits.
706 seq = (val >> ind_len) + 1;
707 ind = (val + 1) & ((1 << ind_len) - 1);
708 val = (seq << ind_len) | ind;
971 ind_len = atoi(optarg);
972 if (ind_len < 0 || ind_len > 32) {

Completed in 58 milliseconds