Searched defs:parse (Results 1 - 1 of 1) sorted by relevance

/net/wireless/
H A Dnl80211.c498 /* 0 is the first index - add 1 to parse only once */
816 struct key_parse parse; local
829 memset(&parse, 0, sizeof(parse));
830 parse.idx = -1;
832 err = nl80211_parse_key_new(key, &parse);
836 if (!parse.p.key)
838 if (parse.idx < 0 || parse.idx > 4)
840 if (parse
[all...]

Completed in 13 milliseconds