Home
last modified time | relevance | path

Searched refs:str2wep (Results 1 – 4 of 4) sorted by relevance

/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h47 int str2wep(char *wep, int *len, char *str);
H A Dw00t.c275 int str2wep(char *wep, int *len, char *str) in str2wep() function
/freebsd/tools/tools/net80211/w00t/ap/
H A Dap.c885 if (str2wep(p.wep_key, &p.wep_len, optarg)) { in main()
/freebsd/tools/tools/net80211/w00t/assoc/
H A Dassoc.c748 if (str2wep(p.wep_key, &p.wep_len, optarg)) { in main()