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

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
ip_addr.h 18 struct hostapd_ip_addr { struct
28 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
30 int hostapd_ip_diff(struct hostapd_ip_addr *a, struct hostapd_ip_addr *b);
31 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
  /external/wpa_supplicant_8/src/utils/
ip_addr.h 12 struct hostapd_ip_addr { struct
23 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf,
25 int hostapd_ip_diff(struct hostapd_ip_addr *a, struct hostapd_ip_addr *b);
26 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);

Completed in 751 milliseconds