Searched refs:IE (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_wx.c405 /* this is an IE, so the length must be
407 * more than one IE is passed in?
418 kfree(mac->wpa.IE);
419 mac->wpa.IE = buf;
422 memcpy(mac->wpa.IE, extra, wrqu->data.length);
423 dprintk(KERN_INFO PFX "generic IE set to ");
425 dprintk("%.2x", (u8)mac->wpa.IE[i]);
429 kfree(mac->wpa.IE);
430 mac->wpa.IE = NULL;
459 if (mac->wpa.IE
[all...]
H A Dieee80211softmac_io.c211 /* SSID IE */
213 /* Rates IE */
215 /* Extended Rates IE */
217 /* WPA IE if present */
219 /* Other IE's? Optional?
220 * Yeah, probably need an extra IE parameter -- lots of vendors like to
238 /* Add WPA IE */
239 if (mac->wpa.IElen && mac->wpa.IE) {
240 memcpy(data, mac->wpa.IE, mac->wpa.IElen);
257 /* SSID IE */
[all...]
H A Dieee80211softmac_module.c141 kfree(sm->wpa.IE);
446 * many AP's do not include an ERP IE in the association response. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211softmac.h59 char *IE; member in struct:ieee80211softmac_wpa
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.h77 IE = 0x00000001 enumerator in enum:sis900_interrupt_enable_reigster_bits
H A Dsis900.c985 outl(IE, ioaddr + ier);
2387 outl(IE, ioaddr + ier);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Domap.c250 OMAP_MMC_WRITE(host, IE,
446 OMAP_MMC_WRITE(host, IE, 0);
979 OMAP_MMC_WRITE(host, IE, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsym53c416.c100 #define IE 0x20 /* Interrupt Enable */ macro
533 outb(IE | WSE0, base + CONF_REG_5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dxircom_pgs.S20 .flag ES0, IE.4
H A Dkeyspan_pda.S20 .flag ES0, IE.4

Completed in 103 milliseconds