Searched refs:PKT_GET_INFO_AP (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dpacket.h85 int UnpackGetInfoCurrentAP(char *pdubuf, DWORD tid, char *mac, PKT_GET_INFO_AP *curAP);
86 int PackSetInfoCurrentAP(char *pdubuf, char *mac, char *password, PKT_GET_INFO_AP *curAP);
H A Dpacket.c206 int UnpackGetInfoCurrentAP(char *pdubuf, DWORD tid, char *mac, PKT_GET_INFO_AP *curAP)
220 memcpy(curAP, pdubuf+sizeof(IBOX_COMM_PKT_RES_EX)+sizeof(PKT_GET_INFO_EX1), sizeof(PKT_GET_INFO_AP));
226 int PackSetInfoCurrentAP(char *pdubuf, char *mac, char *password, PKT_GET_INFO_AP *curAP)
235 memcpy(pdubuf+sizeof(IBOX_COMM_PKT_HDR_EX)+sizeof(PKT_GET_INFO_EX1), curAP, sizeof(PKT_GET_INFO_AP));
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Diboxcom.h293 } PKT_GET_INFO_AP; // total 224 bytes typedef in typeref:struct:PktGetInfoAP
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Diboxcom.h355 } PKT_GET_INFO_AP; // total 224 bytes typedef in typeref:struct:PktGetInfoAP

Completed in 46 milliseconds