Searched refs:copy_essid (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sbin/ifconfig/ |
| D | ieee80211.c | 76 static int copy_essid(char [], size_t, const u_int8_t *, size_t); 779 curlen = copy_essid(buf, sizeof(buf), in calc_len() 826 (void)copy_essid(ssid, sizeof(ssid), vp, sr->isr_ssid_len); in list_scan() 1165 copy_essid(char buf[], size_t bufsize, const u_int8_t *essid, size_t essid_len) in copy_essid() function 1208 printf("%s<%.*s>", tag, copy_essid(ssid, maxlen, ie+2, ie[1]), ssid); in printssid()
|