HomeSort by relevance Sort by last modified time
    Searched defs:last_rx_key (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant/
eapol_sm.c 130 u8 *last_rx_key; member in struct:eapol_sm
631 if (sm->last_rx_key == NULL)
641 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key;
697 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
826 os_free(sm->last_rx_key);
827 sm->last_rx_key = NULL;
1191 os_free(sm->last_rx_key);
1192 sm->last_rx_key = os_malloc(data_len);
1193 if (sm->last_rx_key) {
1196 os_memcpy(sm->last_rx_key, buf, data_len)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 131 u8 *last_rx_key; member in struct:eapol_sm
656 if (sm->last_rx_key == NULL)
666 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key;
722 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
851 os_free(sm->last_rx_key);
852 sm->last_rx_key = NULL;
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 131 u8 *last_rx_key; member in struct:eapol_sm
664 if (sm->last_rx_key == NULL)
674 hdr = (struct ieee802_1x_hdr *) sm->last_rx_key;
730 sm->last_rx_key, sizeof(*hdr) + be_to_host16(hdr->length),
859 os_free(sm->last_rx_key);
860 sm->last_rx_key = NULL;
    [all...]

Completed in 178 milliseconds