Lines Matching refs:preamble
525 int preamble; member
544 int preamble; member
1563 priv->preamble = LONG_PREAMBLE; in init_atmel_card()
2843 if (priv->preamble != new) { in handle_beacon_probe()
2844 priv->preamble = new; in handle_beacon_probe()
2929 if (priv->preamble == SHORT_PREAMBLE) in send_association_request()
3044 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
3251 if (priv->preamble != bss->preamble) { in atmel_join_bss()
3252 priv->preamble = bss->preamble; in atmel_join_bss()
3254 LOCAL_MIB_PREAMBLE_TYPE, bss->preamble); in atmel_join_bss()
4033 atmel_set_mib8(priv, Local_Mib_Type, LOCAL_MIB_PREAMBLE_TYPE, priv->preamble); in reset_atmel_card()