Lines Matching refs:u8
118 u8 mode; /* WEP 暗号化モード ( WCM_WEPMODE_* ) */
119 u8 keyId; /*/ WEP キー ID ( 0 ~ 3 ) */
120 u8 key[NWCM_SIZE_WEPKEY]; /* WEP キーデータ列[ 20 * 4 バイト ] */
132 u8 bssId[NWCM_BSSID_SIZE];
134 u8 essId[NWCM_ESSID_SIZE];
164 u8 macaddr[NWCM_MAC_LEN]; /* 自MACアドレス */
166 u8 sendBuf[NWCM_MAX_SEND_LEN]; /* 送信バッファ */
203 extern s32 NWCM_GetMacAddr(NNETInstance *ins, u8 *macaddr);
204 extern s32 NWCM_SetMulticastAddr(NNETInstance *ins, u8 *macaddr);
205 extern s32 NWCM_ClearMulticastAddr(NNETInstance *ins, u8 *macaddr);
206 extern s32 NWCM_Send(NNETInstance *ins, u8 *dstMAC, NOSMessageBuf *mbuf);
211 extern void NWCM_Dummy_Recv(const u8 *srcAddr, const u8 *dstAddr, const u8 *buf, s32 len);