Searched refs:DevInfo (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/brcm_apps/include/
H A Dwps_nfc.h24 int wps_nfc_write_cfg(char *ifname, DevInfo *info);
26 int wps_nfc_write_pw(char *ifname, DevInfo *info);
28 int wps_nfc_ho_selector(char *ifname, DevInfo *info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/common/include/
H A Dnfc_utils.h27 uint32 nfc_utils_build_cfg(DevInfo *info, uint8 *buf, uint *buflen);
28 uint32 nfc_utils_build_pw(DevInfo *info, uint8 *buf, uint *buflen);
H A Dwps_devinfo.h90 } DevInfo; typedef in typeref:struct:__anon49385
103 DevInfo *devinfo_new();
104 void devinfo_delete(DevInfo *dev_inf);
106 uint16 devinfo_getKeyMgmtType(DevInfo *inf);
H A Dsminfo.h59 DevInfo *enrollee;
62 DevInfo *registrar;
64 DevInfo *dev_info;
H A Dwpsapi.h34 DevInfo *dev_info;
39 void * wps_init(void *bcmwps, DevInfo *ap_devinfo);
H A Dstatemachine.h64 uint32 reg_sm_initsm(RegSM *r, DevInfo *p_enrolleeInfo, bool enableLocalSM, bool enablePassthru);
85 uint32 enr_sm_initializeSM(EnrSM *e, DevInfo *dev_info);
H A Dwps_enrapi.h75 uint32 wpssta_enr_init(DevInfo *user_info);
76 uint32 wpssta_reg_init(DevInfo *user_info, char *nwKey, char *bssid);
H A Dreg_proto.h50 uint32 reg_proto_vendor_ext_vp(DevInfo *devInfo, BufferObj *msg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiupnpc.h49 struct UPNPDevInfo DevInfo; member in struct:UPNPDev
H A Dminiupnpc.c1229 strcpy(dev->DevInfo.hostname, IGDInfo.hostname);
1230 strcpy(dev->DevInfo.type, IGDInfo.type);
1231 strcpy(dev->DevInfo.friendlyName, IGDInfo.friendlyName);
1232 strcpy(dev->DevInfo.iconUrl, IGDInfo.iconUrl);
1309 memset(dev->DevInfo.hostname, 0, 65);
H A Dupnpc.c1039 if(strcmp(device->DevInfo.hostname, ""))
1041 fprintf(fp,"%s>", device->DevInfo.hostname);
1042 fprintf(fp,"%s>", device->DevInfo.type);
1043 fprintf(fp,"%s\n", device->DevInfo.friendlyName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiupnpc.h49 struct UPNPDevInfo DevInfo; member in struct:UPNPDev
H A Dminiupnpc.c1229 strcpy(dev->DevInfo.hostname, IGDInfo.hostname);
1230 strcpy(dev->DevInfo.type, IGDInfo.type);
1231 strcpy(dev->DevInfo.friendlyName, IGDInfo.friendlyName);
1232 strcpy(dev->DevInfo.iconUrl, IGDInfo.iconUrl);
1309 memset(dev->DevInfo.hostname, 0, 65);
H A Dupnpc.c1039 if(strcmp(device->DevInfo.hostname, ""))
1041 fprintf(fp,"%s>", device->DevInfo.hostname);
1042 fprintf(fp,"%s>", device->DevInfo.type);
1043 fprintf(fp,"%s\n", device->DevInfo.friendlyName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiupnpc.h49 struct UPNPDevInfo DevInfo; member in struct:UPNPDev
H A Dminiupnpc.c1229 strcpy(dev->DevInfo.hostname, IGDInfo.hostname);
1230 strcpy(dev->DevInfo.type, IGDInfo.type);
1231 strcpy(dev->DevInfo.friendlyName, IGDInfo.friendlyName);
1232 strcpy(dev->DevInfo.iconUrl, IGDInfo.iconUrl);
1309 memset(dev->DevInfo.hostname, 0, 65);
H A Dupnpc.c1039 if(strcmp(device->DevInfo.hostname, ""))
1041 fprintf(fp,"%s>", device->DevInfo.hostname);
1042 fprintf(fp,"%s>", device->DevInfo.type);
1043 fprintf(fp,"%s\n", device->DevInfo.friendlyName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/Beceem_driver/src/Common/
H A DBcmchar.c2370 DEVICE_DRIVER_INFO DevInfo; local
2374 memset(&DevInfo,0,sizeof(DEVICE_DRIVER_INFO));
2376 DevInfo.MaxRDMBufferSize = BUFFER_4K;
2377 DevInfo.u32DSDStartOffset = EEPROM_CALPARAM_START;
2378 DevInfo.u32RxAlignmentCorrection = 0;
2379 DevInfo.u32NVMType = Adapter->eNVMType;
2384 DevInfo.u32DeviceStatus = DEV_NOT_IN_RESET;
2388 DevInfo.u32DeviceStatus = DEV_IN_RESET;
2392 DevInfo.u32InterfaceType = BCM_USB;
2395 DevInfo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/Beceem_driver/src/Common/
H A DBcmchar.c2370 DEVICE_DRIVER_INFO DevInfo; local
2374 memset(&DevInfo,0,sizeof(DEVICE_DRIVER_INFO));
2376 DevInfo.MaxRDMBufferSize = BUFFER_4K;
2377 DevInfo.u32DSDStartOffset = EEPROM_CALPARAM_START;
2378 DevInfo.u32RxAlignmentCorrection = 0;
2379 DevInfo.u32NVMType = Adapter->eNVMType;
2384 DevInfo.u32DeviceStatus = DEV_NOT_IN_RESET;
2388 DevInfo.u32DeviceStatus = DEV_IN_RESET;
2392 DevInfo.u32InterfaceType = BCM_USB;
2395 DevInfo
[all...]

Completed in 113 milliseconds