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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
mschapv2.c 21 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) function
57 username = mschapv2_remove_domain(identity, &username_len);
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) function
51 username = mschapv2_remove_domain(identity, &username_len);

Completed in 54 milliseconds