Lines Matching full:beacon
125 struct sk_buff *beacon; in plfxlc_restore_settings() local
128 beacon_interval = mac->beacon.interval; in plfxlc_restore_settings()
129 beacon_period = mac->beacon.period; in plfxlc_restore_settings()
136 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in plfxlc_restore_settings()
137 if (beacon) { in plfxlc_restore_settings()
138 /*beacon is hardcoded in firmware */ in plfxlc_restore_settings()
139 kfree_skb(beacon); in plfxlc_restore_settings()
150 mac->beacon.last_update = jiffies; in plfxlc_restore_settings()
604 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif, 0); in plfxlc_op_bss_info_changed() local
606 if (beacon) { in plfxlc_op_bss_info_changed()
607 /*beacon is hardcoded in firmware */ in plfxlc_op_bss_info_changed()
608 kfree_skb(beacon); in plfxlc_op_bss_info_changed()
626 mac->beacon.period = period; in plfxlc_op_bss_info_changed()
627 mac->beacon.interval = interval; in plfxlc_op_bss_info_changed()
628 mac->beacon.last_update = jiffies; in plfxlc_op_bss_info_changed()