Searched refs:erp (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2800lib.c998 void rt2800_config_erp(struct rt2x00_dev *rt2x00dev, struct rt2x00lib_erp *erp) argument
1004 !!erp->short_preamble);
1006 !!erp->short_preamble);
1011 erp->cts_protection ? 2 : 0);
1015 erp->basic_rates);
1019 rt2x00_set_field32(&reg, BKOFF_SLOT_CFG_SLOT_TIME, erp->slot_time);
1023 rt2x00_set_field32(&reg, XIFS_TIME_CFG_EIFS, erp->eifs);
1028 erp->beacon_int * 16);
H A Drt2x00.h443 * Configuration structure for erp settings.
601 struct rt2x00lib_erp *erp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S145 move $erp, $r6
238 move [$sp+], $erp
240 jump $erp
449 move $erp, [$sp]
488 move $erp, [$sp]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmsta.c594 u8_t erp; local
608 erp = zmw_rx_buf_readb(dev, buf, offset+2);
610 if ( erp & ZM_BIT_1 )
1636 pBssInfo->erp = zmw_rx_buf_readb(dev, buf, offset+2);
1936 pBssInfo->erp = 0;
1967 pBssInfo->erp = zmw_rx_buf_readb(dev, buf, offset+2);
3783 if ( pBssInfo->erp & ZM_BIT_1 )
H A Dpub_zfi.h231 u8_t erp; member in struct:zsBssInfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dtx.c45 int rate, mrate, erp, dur, i; local
63 erp = txrate->flags & IEEE80211_RATE_ERP_G;
160 dur = ieee80211_frame_duration(local, 10, rate, erp,
169 txrate->bitrate, erp,
H A Dmlme.c807 u16 capab, bool erp_valid, u8 erp)
816 use_protection = (erp & WLAN_ERP_USE_PROTECTION) != 0;
817 use_short_preamble = (erp & WLAN_ERP_BARKER_PREAMBLE) == 0;
806 ieee80211_handle_bss_capability(struct ieee80211_sub_if_data *sdata, u16 capab, bool erp_valid, u8 erp) argument
H A Dieee80211_i.h1170 int rate, int erp, int short_preamble);

Completed in 203 milliseconds

12