HomeSort by relevance Sort by last modified time
    Searched refs:phy_type (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h 29 u8 phy_type; member in struct:neighbor_report
wnm_sta.c 477 rep->phy_type = *(pos + 12);
655 u8 op_class, u8 chan, u8 phy_type, u8 pref)
674 *pos++ = phy_type;
689 enum phy_type phy_type; local
722 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL),
724 if (phy_type == PHY_TYPE_UNSPECIFIED) {
733 phy_type, pref);
985 nei->channel_number, nei->phy_type,
    [all...]
rrm.c 637 u8 *op_class, u8 *chan, u8 *phy_type)
693 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL,
695 if (*phy_type == PHY_TYPE_UNSPECIFIED) {
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
etherfabric_nic.h 177 int phy_type; member in struct:efab_nic
skge.c 143 if (hw->phy_type == SK_PHY_BCOM)
168 if (hw->phy_type == SK_PHY_BCOM)
435 if (hw->phy_type == SK_PHY_XMAC)
525 if (hw->phy_type == SK_PHY_BCOM)
881 if (hw->phy_type != SK_PHY_XMAC) {
896 switch(hw->phy_type) {
1027 if (hw->phy_type != SK_PHY_XMAC) {
1110 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL)
1117 if (hw->phy_type == SK_PHY_BCOM) {
    [all...]
etherfabric.c     [all...]
skge.h 2473 u8 phy_type; member in struct:skge_hw
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.c 176 hw->phy_type = e1000_phy_m88;
183 hw->phy_type = e1000_phy_igp;
187 hw->phy_type = e1000_phy_igp_3;
192 hw->phy_type = e1000_phy_ife;
196 hw->phy_type = e1000_phy_gg82563;
202 hw->phy_type = e1000_phy_undefined;
    [all...]
e1000_hw.h 1392 e1000_phy_type phy_type; member in struct:e1000_hw
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 154 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
ieee802_11_common.c 1360 static enum phy_type ieee80211_phy_type_by_freq(int freq)
    [all...]
ieee802_11_defs.h 1919 enum phy_type { enum
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1777 uint16 phy_type; \/* phy type *\/ member in struct:wl_pavars2
1784 uint16 phy_type; \/* Phy type *\/ member in struct:wl_po
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2404 uint8 phy_type; member in struct:dot11_rmrep_frmentry
    [all...]

Completed in 1409 milliseconds