Searched refs:phytype (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_eth.h54 uint32_t phytype; member in struct:avs_80211_1_header
H A Dislpci_eth.c295 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_common.h27 __be32 phytype; member in struct:ieee80211_frame_info
H A Dieee80211.c2757 fi->phytype = htonl(ieee80211_phytype_ofdm_dot11_a);
2760 fi->phytype = htonl(ieee80211_phytype_dsss_dot11_b);
2763 fi->phytype = htonl(ieee80211_phytype_pbcc_dot11_g);
2766 fi->phytype =
2770 fi->phytype = htonl(0xAAAAAAAA);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.h118 int phytype);
H A Dbcm43xx_sysfs.c311 int phytype; local
318 phytype = BCM43xx_PHYTYPE_A;
321 phytype = BCM43xx_PHYTYPE_B;
324 phytype = BCM43xx_PHYTYPE_G;
332 err = bcm43xx_select_wireless_core(bcm, phytype);
H A Dbcm43xx_main.c3373 int phytype)
3384 if (phytype < 0) {
3385 /* If no phytype is requested, select the first core. */
3388 phytype = wlext->phy.type;
3394 if (wlext->phy.type == phytype) {
3491 dprintk(KERN_INFO PFX "Selected 802.11 core (phytype %d)\n",
3372 bcm43xx_select_wireless_core(struct bcm43xx_private *bcm, int phytype) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c90 static int wl_phytype_get(webs_t wp, int *phytype);
1503 wl_phytype_get(webs_t wp, int *phytype) argument
1516 wl_ioctl(name, WLC_GET_PHYTYPE, phytype, sizeof(int));
3844 char *phytype = NULL; local
3855 if (ejArgs(argc, argv, "%s %d", &phytype, &band) < 1) {
3861 assert(phytype);
3876 if (!strcmp(phytype, "a") &&
3881 } else if (((!strcmp(phytype, "b")) || (!strcmp(phytype, "g"))) &&
3886 } else if ((!strcmp(phytype, "
3982 char *phytype = NULL; local
4062 char *phytype = NULL; local
5152 char *phytype=NULL, *name; local
5245 int phytype; local
5434 char *phytype=NULL, var[NVRAM_BUFSIZE], *next; local
5477 int phytype; local
5537 int phytype; local
5689 int phytype; local
5723 int phytype, status; local
5738 int phytype, status; local
5836 int phytype, status; local
5852 int phytype, status; local
5865 int phytype, status; local
5881 int phytype; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_mii.c270 int i, r, start, end, phytype, physubtype; local
292 if (r == -1 || (phytype = (r & 0xffff)) == 0xffff)
297 phy_hwid = (phytype << 16) | physubtype;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c1354 uint phytype; local
1358 if ((phytype = (mii_reg & 0xffff)) != 0xffff) {
1362 fep->phy_id = phytype << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c2069 uint phytype; local
2075 if ((phytype = (mii_reg & 0xffff)) != 0xffff && phytype != 0) {
2079 fep->phy_id = phytype << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c1519 uint phytype; local
1523 if ((phytype = (mii_reg & 0xffff)) != 0xffff) {
1526 fep->phy_id = phytype << 16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c156 hdr->phytype = htonl(4); /* dss_dot11_b */
H A Dhostap_wlan.h45 u32 phytype; member in struct:linux_wlan_ng_cap_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h1422 uint phytype; /* phy type */ member in struct:wlc_rev_info
4627 uint8 phytype; member in struct:nbr_element
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h2695 uint8 phytype; member in struct:dot11_neighbor_rep_ie
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h2695 uint8 phytype; member in struct:dot11_neighbor_rep_ie

Completed in 683 milliseconds