• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/

Lines Matching defs:configured

823 	/* Otherwise we are probably configured */
1524 /* Get configured phy type */
1741 * VIF is not configured yet */
1804 /* Get configured phy type */
3893 /* Get configured phy type */
4032 /* Get configured phy type */
4113 /* Get configured phy type */
5107 /* Get configured ethernet MAC address */
5186 /* Get configured phy type */
5283 /* Get configured phy type */
5388 /* User configured # of TX streams */
5436 /* User configured # of RX streams */
5530 /* Get configured phy type */
5581 /* Get configured phy type */
5723 /* Get configured phy type */
5750 /* Get configured phy type */
5767 /* Get configured phy type */
5863 /* Get configured phy type */
5879 /* Get configured phy type */
5892 /* Get configured phy type */
5908 /* Get configured phy type */
5932 /* Get configured phy type */
6413 /* If the credentials can be configured, also display the current credentials. */
6613 wps_enr_wl_is_wps_ie(uint8 **wpaie, uint8 **tlvs, uint *tlvs_len, char *configured)
6623 *configured = FALSE;
6625 *configured = TRUE;
6640 wps_enr_is_wps_ies(uint8* cp, uint len, char *configured)
6647 if (wps_enr_wl_is_wps_ie(&wpaie, &parse, &parse_len, configured))
6661 char configured;
6665 if(TRUE == wps_enr_is_wps_ies(ap_in->ie_buf, ap_in->ie_buflen, &configured)) {
6666 ap_in->scstate = configured;
12423 /* Get configured wireless address */
12472 /* Get configured wireless address */
13272 uilen += sprintf(uibuf + uilen, "wps_scstate=\"%s\" ", ap->scstate ? "configured" : "unconfigured");
13400 websWrite(wp, "Please place your configured NFC token now!");