Searched refs:MAX_SSID_LEN (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwlif_utils.h36 #define MAX_SSID_LEN 32 /* same as DOT11_MAX_SSID_LEN */ macro
55 char ssid[MAX_SSID_LEN + 1]; /* ssid info */
H A Dwlif_utils.c271 strncpy(info->ssid, wds_ssid, MAX_SSID_LEN);
274 strncpy(info->ssid, value, MAX_SSID_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h91 unsigned char ssid[MAX_SSID_LEN + 1]; /* AP's ssid */
H A Dhostap_main.c308 char buf[MAX_SSID_LEN + 2];
313 if (len > MAX_SSID_LEN)
319 return iface->local->func->set_rid(dev, rid, &buf, MAX_SSID_LEN + 2);
H A Dhostap_wlan.h502 #define MAX_SSID_LEN 32 macro
503 #define MAX_NAME_LEN 32 /* this is assumed to be equal to MAX_SSID_LEN */
667 char essid[MAX_SSID_LEN + 1];
H A Dhostap_ioctl.c964 char ssid[MAX_SSID_LEN + 2];
967 &ssid, MAX_SSID_LEN + 2, 0);
969 if (len > MAX_SSID_LEN + 2 || len < 0 || val > MAX_SSID_LEN) {
H A Dhostap_hw.c3166 len > MAX_SSID_LEN ? MAX_SSID_LEN : len);
3167 local->essid[MAX_SSID_LEN] = '\0';
H A Dhostap_ap.c1559 if (ileft > left || ileft > MAX_SSID_LEN) {
2026 if (ileft > left || ileft > MAX_SSID_LEN) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c138 #define MAX_SSID_LEN 32 macro
206 if (MAX_SSID_LEN - strlen(wl0_ssid) >= strlen(ssid_suffix))
219 strcpy(&wl1_ssid[MAX_SSID_LEN - strlen(ssid_suffix)], ssid_suffix);
221 if (strlen(wl1_ssid) > MAX_SSID_LEN)
233 if (MAX_SSID_LEN - strlen(wl1_ssid) >= strlen(ssid_suffix))
247 strcpy(&wl0_ssid[MAX_SSID_LEN - strlen(ssid_suffix)], ssid_suffix);

Completed in 115 milliseconds