• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/

Lines Matching defs:configured

796 	/* Otherwise we are probably configured */
1515 /* Get configured phy type */
1717 * VIF is not configured yet */
1780 /* Get configured phy type */
3870 /* Get configured phy type */
4007 /* Get configured phy type */
4088 /* Get configured phy type */
5082 /* Get configured ethernet MAC address */
5161 /* Get configured phy type */
5258 /* Get configured phy type */
5363 /* User configured # of TX streams */
5411 /* User configured # of RX streams */
5505 /* Get configured phy type */
5556 /* Get configured phy type */
5698 /* Get configured phy type */
5725 /* Get configured phy type */
5742 /* Get configured phy type */
5838 /* Get configured phy type */
5854 /* Get configured phy type */
5867 /* Get configured phy type */
5883 /* Get configured phy type */
5906 /* Get configured phy type */
6306 /* If the credentials can be configured, also display the current credentials. */
6502 wps_enr_wl_is_wps_ie(uint8 **wpaie, uint8 **tlvs, uint *tlvs_len, char *configured)
6512 *configured = FALSE;
6514 *configured = TRUE;
6529 wps_enr_is_wps_ies(uint8* cp, uint len, char *configured)
6536 if (wps_enr_wl_is_wps_ie(&wpaie, &parse, &parse_len, configured))
6550 char configured;
6554 if(TRUE == wps_enr_is_wps_ies(ap_in->ie_buf, ap_in->ie_buflen, &configured)) {
6555 ap_in->scstate = configured;
12145 /* Get configured wireless address */
12194 /* Get configured wireless address */
12985 uilen += sprintf(uibuf + uilen, "wps_scstate=\"%s\" ", ap->scstate ? "configured" : "unconfigured");
13107 websWrite(wp, "Please place your configured NFC token now!");