Lines Matching full:beacon
124 struct sk_buff *beacon; in plfxlc_restore_settings() local
127 beacon_interval = mac->beacon.interval; in plfxlc_restore_settings()
128 beacon_period = mac->beacon.period; in plfxlc_restore_settings()
135 beacon = ieee80211_beacon_get(mac->hw, mac->vif, 0); in plfxlc_restore_settings()
136 if (beacon) { in plfxlc_restore_settings()
137 /*beacon is hardcoded in firmware */ in plfxlc_restore_settings()
138 kfree_skb(beacon); in plfxlc_restore_settings()
149 mac->beacon.last_update = jiffies; in plfxlc_restore_settings()
603 struct sk_buff *beacon = ieee80211_beacon_get(hw, vif, 0); in plfxlc_op_bss_info_changed() local
605 if (beacon) { in plfxlc_op_bss_info_changed()
606 /*beacon is hardcoded in firmware */ in plfxlc_op_bss_info_changed()
607 kfree_skb(beacon); in plfxlc_op_bss_info_changed()
625 mac->beacon.period = period; in plfxlc_op_bss_info_changed()
626 mac->beacon.interval = interval; in plfxlc_op_bss_info_changed()
627 mac->beacon.last_update = jiffies; in plfxlc_op_bss_info_changed()