Lines Matching refs:preamble
524 int preamble; member
543 int preamble; member
1540 priv->preamble = LONG_PREAMBLE; in init_atmel_card()
2818 if (priv->preamble != new) { in handle_beacon_probe()
2819 priv->preamble = new; in handle_beacon_probe()
2904 if (priv->preamble == SHORT_PREAMBLE) in send_association_request()
3019 priv->BSSinfo[index].preamble = capability & WLAN_CAPABILITY_SHORT_PREAMBLE ? in store_bss_info()
3226 if (priv->preamble != bss->preamble) { in atmel_join_bss()
3227 priv->preamble = bss->preamble; in atmel_join_bss()
3229 LOCAL_MIB_PREAMBLE_TYPE, bss->preamble); in atmel_join_bss()
4007 atmel_set_mib8(priv, Local_Mib_Type, LOCAL_MIB_PREAMBLE_TYPE, priv->preamble); in reset_atmel_card()