HomeSort by relevance Sort by last modified time
    Searched refs:WPA_REPLAY_COUNTER_LEN (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.h 28 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
peerkey.c 92 WPA_REPLAY_COUNTER_LEN);
93 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN);
154 WPA_REPLAY_COUNTER_LEN);
355 WPA_REPLAY_COUNTER_LEN);
356 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN);
415 WPA_REPLAY_COUNTER_LEN);
416 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN);
966 WPA_REPLAY_COUNTER_LEN);
1063 WPA_REPLAY_COUNTER_LEN);
1064 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN);
    [all...]
wpa.c 142 WPA_REPLAY_COUNTER_LEN);
143 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN);
407 WPA_REPLAY_COUNTER_LEN);
409 WPA_REPLAY_COUNTER_LEN);
    [all...]
wpa_i.h 31 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
33 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 62 u8 alt_replay_counter[WPA_REPLAY_COUNTER_LEN];
71 u8 counter[WPA_REPLAY_COUNTER_LEN];
97 u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
wpa_auth.c 721 WPA_REPLAY_COUNTER_LEN) == 0)
736 WPA_REPLAY_COUNTER_LEN) == 0))
948 key->replay_counter, WPA_REPLAY_COUNTER_LEN);
1018 WPA_REPLAY_COUNTER_LEN) <= 0) {
1052 WPA_REPLAY_COUNTER_LEN);
1059 WPA_REPLAY_COUNTER_LEN) == 0) {
1087 WPA_REPLAY_COUNTER_LEN);
1090 key->replay_counter, WPA_REPLAY_COUNTER_LEN);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 17 #define WPA_REPLAY_COUNTER_LEN 8
177 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
192 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
FrameParser.java 422 private static final byte WPA_REPLAY_COUNTER_LEN = 8;
468 data.position(data.position() + WPA_KEYLEN_LEN + WPA_REPLAY_COUNTER_LEN

Completed in 522 milliseconds