Searched defs:basic (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/iwlegacy/
H A Diwl-spectrum.h88 struct ieee80211_basic_report basic[0]; member in union:ieee80211_measurement_report::__anon3505
/drivers/net/wireless/ath/carl9170/
H A Dmac.c109 u32 basic, mandatory; local
119 basic = (vif->bss_conf.basic_rates & 0xf);
120 basic |= (vif->bss_conf.basic_rates & 0xff0) << 4;
129 carl9170_regwrite(AR9170_MAC_REG_BASIC_RATE, basic);
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-lib.c365 struct iwl_basic_bt_cmd basic = { local
376 sizeof(basic.bt3_lookup_table));
395 basic.kill_ack_mask = priv->kill_ack_mask;
396 basic.kill_cts_mask = priv->kill_cts_mask;
397 basic.valid = priv->bt_valid;
407 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED;
409 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W <<
413 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE;
415 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE;
418 basic
[all...]
H A Diwl-commands.h1977 struct iwl_basic_bt_cmd basic; member in struct:iwl6000_bt_cmd
1988 struct iwl_basic_bt_cmd basic; member in struct:iwl2000_bt_cmd
/drivers/net/wireless/b43legacy/
H A Dmain.c1145 * all possible basic rates
2763 u16 basic, direct, offset, basic_offset, rateptr; local
2770 basic = B43legacy_SHM_SH_CCKBASIC;
2775 basic = B43legacy_SHM_SH_OFDMBASIC;
2796 /* and write it to the basic map */
2798 basic + 2 * offset, rateptr);
3633 * This function is for gathering basic information about the HW, only.
/drivers/net/wireless/b43/
H A Dmain.c3912 u16 basic, direct, offset, basic_offset, rateptr; local
3919 basic = B43_SHM_SH_CCKBASIC;
3924 basic = B43_SHM_SH_OFDMBASIC;
3945 /* and write it to the basic map */
3946 b43_shm_write16(dev, B43_SHM_SHARED, basic + 2 * offset,
5059 * This function is for gathering basic information about the HW, only.
/drivers/net/wireless/ipw2x00/
H A Dlibipw.h638 struct libipw_basic_report basic[0]; member in union:libipw_measurement_report::__anon3459
/drivers/net/wireless/bcmdhd/include/proto/
H A D802.11.h522 } BWL_POST_PACKED_STRUCT basic; member in union:dot11_meas_rep::__anon3230

Completed in 157 milliseconds